POST Api/Corporate/PostSaveDataMSWA2110
Request Information
URI Parameters
None.
Body Parameters
SaveDataMSWA2110RequestName | Description | Type | Additional information |
---|---|---|---|
pstPayorCd | string |
None. |
|
pstRefNo | string |
None. |
|
pstRefType | string |
None. |
|
pstTxtImpSts | string |
None. |
|
pstRemark | string |
None. |
|
pstUserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "pstPayorCd": "sample string 1", "pstRefNo": "sample string 2", "pstRefType": "sample string 3", "pstTxtImpSts": "sample string 4", "pstRemark": "sample string 5", "pstUserId": "sample string 6" }
application/xml, text/xml
Sample:
<CorporateResponse.SaveDataMSWA2110Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstUserId>sample string 6</pstUserId> <pstPayorCd>sample string 1</pstPayorCd> <pstRefNo>sample string 2</pstRefNo> <pstRefType>sample string 3</pstRefType> <pstRemark>sample string 5</pstRemark> <pstTxtImpSts>sample string 4</pstTxtImpSts> </CorporateResponse.SaveDataMSWA2110Request>
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.