POST api/CaseSys/PaymentMethod

Request Information

URI Parameters

None.

Body Parameters

FA_PaymentMethod
NameDescriptionTypeAdditional information
PMID

integer

None.

paymentMethod

string

None.

deptId

integer

None.

sortIndex

integer

None.

del

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PMID": 1,
  "paymentMethod": "sample string 2",
  "deptId": 1,
  "sortIndex": 1,
  "del": true
}

application/xml, text/xml

Sample:
<FA_PaymentMethod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.CaseSys.Data">
  <PMID>1</PMID>
  <del>true</del>
  <deptId>1</deptId>
  <paymentMethod>sample string 2</paymentMethod>
  <sortIndex>1</sortIndex>
</FA_PaymentMethod>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

FA_PaymentMethod
NameDescriptionTypeAdditional information
PMID

integer

None.

paymentMethod

string

None.

deptId

integer

None.

sortIndex

integer

None.

del

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "PMID": 1,
  "paymentMethod": "sample string 2",
  "deptId": 1,
  "sortIndex": 1,
  "del": true
}

application/xml, text/xml

Sample:
<FA_PaymentMethod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.CaseSys.Data">
  <PMID>1</PMID>
  <del>true</del>
  <deptId>1</deptId>
  <paymentMethod>sample string 2</paymentMethod>
  <sortIndex>1</sortIndex>
</FA_PaymentMethod>