POST api/ConfirmStockTransfer
Request Information
URI Parameters
None.
Body Parameters
ConfirmStockTransfer| Name | Description | Type | Additional information |
|---|---|---|---|
| FROM_DISTRIBUTOR_ID | string |
None. |
|
| TO_DISTRIBUTOR_ID | string |
None. |
|
| EMPLOYEE_ID | string |
None. |
|
| BATCH_NO | string |
None. |
|
| REMARK | string |
None. |
|
| PHOTO_WITH_STAMP | Collection of byte |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FROM_DISTRIBUTOR_ID": "sample string 1",
"TO_DISTRIBUTOR_ID": "sample string 2",
"EMPLOYEE_ID": "sample string 3",
"BATCH_NO": "sample string 4",
"REMARK": "sample string 5",
"PHOTO_WITH_STAMP": "QEA=",
"EXTRA1": "sample string 6",
"EXTRA2": "sample string 7",
"EXTRA3": "sample string 8"
}
application/xml, text/xml
Sample:
<ConfirmStockTransfer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiEllora.Models"> <BATCH_NO>sample string 4</BATCH_NO> <EMPLOYEE_ID>sample string 3</EMPLOYEE_ID> <EXTRA1>sample string 6</EXTRA1> <EXTRA2>sample string 7</EXTRA2> <EXTRA3>sample string 8</EXTRA3> <FROM_DISTRIBUTOR_ID>sample string 1</FROM_DISTRIBUTOR_ID> <PHOTO_WITH_STAMP>QEA=</PHOTO_WITH_STAMP> <REMARK>sample string 5</REMARK> <TO_DISTRIBUTOR_ID>sample string 2</TO_DISTRIBUTOR_ID> </ConfirmStockTransfer>
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. |