POST Api/Corporate/PostDataMSWA2110
Request Information
URI Parameters
None.
Body Parameters
DataMSWA2110RequestName | Description | Type | Additional information |
---|---|---|---|
pstPayorCode | string |
None. |
|
pstStatus | string |
None. |
|
pstType | string |
None. |
|
pstUserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "pstPayorCode": "sample string 1", "pstStatus": "sample string 2", "pstType": "sample string 3", "pstUserId": "sample string 4" }
application/xml, text/xml
Sample:
<CorporateResponse.DataMSWA2110Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstUserId>sample string 4</pstUserId> <pstPayorCode>sample string 1</pstPayorCode> <pstStatus>sample string 2</pstStatus> <pstType>sample string 3</pstType> </CorporateResponse.DataMSWA2110Request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.