POST Api/Corporate/PostDataDetailMRWA3221
Request Information
URI Parameters
None.
Body Parameters
DataDetailMRWA3221Request| Name | Description | Type | Additional information |
|---|---|---|---|
| pstMachine | string |
None. |
|
| pstMonth | string |
None. |
|
| pstPayorCode | string |
None. |
|
| pstCorporateCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pstMachine": "sample string 1",
"pstMonth": "sample string 2",
"pstPayorCode": "sample string 3",
"pstCorporateCode": "sample string 4"
}
application/xml, text/xml
Sample:
<CorporateResponse.DataDetailMRWA3221Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstCorporateCode>sample string 4</pstCorporateCode> <pstMachine>sample string 1</pstMachine> <pstMonth>sample string 2</pstMonth> <pstPayorCode>sample string 3</pstPayorCode> </CorporateResponse.DataDetailMRWA3221Request>
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.
