POST Api/Corporate/PostAttachmentData
Request Information
URI Parameters
None.
Body Parameters
AttachmentDataRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| pstFrInvNo | string |
None. |
|
| pstToInvNo | string |
None. |
|
| pstFrInvDt | string |
None. |
|
| pstToInvDt | string |
None. |
|
| pstDbCd | string |
None. |
|
| pstCoCd | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pstFrInvNo": "sample string 1",
"pstToInvNo": "sample string 2",
"pstFrInvDt": "sample string 3",
"pstToInvDt": "sample string 4",
"pstDbCd": "sample string 5",
"pstCoCd": "sample string 6"
}
application/xml, text/xml
Sample:
<CorporateResponse.AttachmentDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstCoCd>sample string 6</pstCoCd> <pstDbCd>sample string 5</pstDbCd> <pstFrInvDt>sample string 3</pstFrInvDt> <pstFrInvNo>sample string 1</pstFrInvNo> <pstToInvDt>sample string 4</pstToInvDt> <pstToInvNo>sample string 2</pstToInvNo> </CorporateResponse.AttachmentDataRequest>
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.
