POST api/ABIMConfirmBagsDistribution
Request Information
URI Parameters
None.
Body Parameters
AbimConfirmBagsDistribution| Name | Description | Type | Additional information |
|---|---|---|---|
| EMPLOYEE_ID | string |
None. |
|
| DISTRIBUTOR_ID | string |
None. |
|
| TOTAL_QUANTITY | string |
None. |
|
| TOTAL_AMOUNT | string |
None. |
|
| REMARK | string |
None. |
|
| PHOTO | Collection of byte |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EMPLOYEE_ID": "sample string 1",
"DISTRIBUTOR_ID": "sample string 2",
"TOTAL_QUANTITY": "sample string 3",
"TOTAL_AMOUNT": "sample string 4",
"REMARK": "sample string 5",
"PHOTO": "QEA=",
"EXTRA1": "sample string 6",
"EXTRA2": "sample string 7",
"EXTRA3": "sample string 8"
}
application/xml, text/xml
Sample:
<AbimConfirmBagsDistribution xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiEllora.Controllers"> <DISTRIBUTOR_ID>sample string 2</DISTRIBUTOR_ID> <EMPLOYEE_ID>sample string 1</EMPLOYEE_ID> <EXTRA1>sample string 6</EXTRA1> <EXTRA2>sample string 7</EXTRA2> <EXTRA3>sample string 8</EXTRA3> <PHOTO>QEA=</PHOTO> <REMARK>sample string 5</REMARK> <TOTAL_AMOUNT>sample string 4</TOTAL_AMOUNT> <TOTAL_QUANTITY>sample string 3</TOTAL_QUANTITY> </AbimConfirmBagsDistribution>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |