POST api/v1/ProductionTransferListPrint
Request Information
URI Parameters
None.
Body Parameters
ProdTransferPrintInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| FromFactoryID | integer |
None. |
|
| ToFactoryID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| TransferType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"FromFactoryID": 2,
"ToFactoryID": 3,
"StartDate": "2025-12-06T09:27:24.5961527+05:30",
"EndDate": "2025-12-06T09:27:24.5961527+05:30",
"TransferType": "sample string 6"
}
application/xml, text/xml
Sample:
<ProdTransferPrintInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <EndDate>2025-12-06T09:27:24.5961527+05:30</EndDate> <FromFactoryID>2</FromFactoryID> <ID>1</ID> <StartDate>2025-12-06T09:27:24.5961527+05:30</StartDate> <ToFactoryID>3</ToFactoryID> <TransferType>sample string 6</TransferType> </ProdTransferPrintInput>
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. |