POST api/v1/OutstandingDelete
Request Information
URI Parameters
None.
Body Parameters
OutstandingSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| DebtorID | integer |
None. |
|
| PmtRcvModeID | integer |
None. |
|
| RcvdAmount | decimal number |
None. |
|
| PmtRcvdID | integer |
None. |
|
| SaleID | integer |
None. |
|
| LocID | integer |
None. |
|
| MRID | integer |
None. |
|
| json | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"DebtorID": 2,
"PmtRcvModeID": 3,
"RcvdAmount": 4.0,
"PmtRcvdID": 5,
"SaleID": 6,
"LocID": 7,
"MRID": 8,
"json": "sample string 9"
}
application/xml, text/xml
Sample:
<OutstandingSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <DebtorID>2</DebtorID> <LocID>7</LocID> <MRID>8</MRID> <Mode>sample string 1</Mode> <PmtRcvModeID>3</PmtRcvModeID> <PmtRcvdID>5</PmtRcvdID> <RcvdAmount>4</RcvdAmount> <SaleID>6</SaleID> <json>sample string 9</json> </OutstandingSaveInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |