POST api/odrpmtdtln
Request Information
URI Parameters
None.
Body Parameters
AppOrderPmtDtl| Name | Description | Type | Additional information |
|---|---|---|---|
| InvNo | string |
None. |
|
| PrdId | Collection of integer |
None. |
|
| OrderId | integer |
None. |
|
| CustId | integer |
None. |
|
| PmtMod | string |
None. |
|
| PmtAmt | string |
None. |
|
| PmtRemarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvNo": "sample string 1",
"PrdId": [
1,
2
],
"OrderId": 2,
"CustId": 3,
"PmtMod": "sample string 4",
"PmtAmt": "sample string 5",
"PmtRemarks": "sample string 6"
}
application/xml, text/xml
Sample:
<OrderController.AppOrderPmtDtl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatcapIndiaWebAPI.Controllers">
<CustId>3</CustId>
<InvNo>sample string 1</InvNo>
<OrderId>2</OrderId>
<PmtAmt>sample string 5</PmtAmt>
<PmtMod>sample string 4</PmtMod>
<PmtRemarks>sample string 6</PmtRemarks>
<PrdId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</PrdId>
</OrderController.AppOrderPmtDtl>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>