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