POST api/v1/WastageTransferList
Request Information
URI Parameters
None.
Body Parameters
WastageTransferListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| DipsAdjID | integer |
None. |
|
| AdjType | string |
None. |
|
| DispAdjDate | date |
None. |
|
| ToLocID | integer |
None. |
|
| FromLocID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"DipsAdjID": 2,
"AdjType": "sample string 3",
"DispAdjDate": "2025-12-06T09:29:23.8931894+05:30",
"ToLocID": 4,
"FromLocID": 5
}
application/xml, text/xml
Sample:
<WastageTransferListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <AdjType>sample string 3</AdjType> <DipsAdjID>2</DipsAdjID> <DispAdjDate>2025-12-06T09:29:23.8931894+05:30</DispAdjDate> <FromLocID>5</FromLocID> <Mode>sample string 1</Mode> <ToLocID>4</ToLocID> </WastageTransferListInput>
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. |