POST api/Report/StockTransferList
Request Information
URI Parameters
None.
Body Parameters
StockTransferList| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| FromBranchCodeList | string |
None. |
|
| ToBranchCodeList | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| DocumentTypeList | string |
None. |
|
| ListType | string |
None. |
|
| StockType | string |
None. |
|
| OrderBy | string |
None. |
|
| DocumentNumber | string |
None. |
|
| TransactionType | string |
None. |
|
| InternalStockTransferConversionFlag | boolean |
None. |
|
| Status | string |
None. |
|
| Approval_R_TransferInfoStatus | string |
None. |
|
| ShowEWayBillDetails | boolean |
None. |
|
| InternalStockOrderApprovalLevel | boolean |
None. |
|
| DownloadReport | boolean |
None. |
|
| ShowCarrierInfo | boolean |
None. |
|
| ShowItemModel | boolean |
None. |
|
| ShowIMEINo | boolean |
None. |
|
| DocumentGroupCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"FromBranchCodeList": "sample string 4",
"ToBranchCodeList": "sample string 5",
"StartDate": 6,
"EndDate": 7,
"DocumentTypeList": "sample string 8",
"ListType": "sample string 9",
"StockType": "sample string 10",
"OrderBy": "sample string 11",
"DocumentNumber": "sample string 12",
"TransactionType": "sample string 13",
"InternalStockTransferConversionFlag": true,
"Status": "sample string 15",
"Approval_R_TransferInfoStatus": "sample string 16",
"ShowEWayBillDetails": true,
"InternalStockOrderApprovalLevel": true,
"DownloadReport": true,
"ShowCarrierInfo": true,
"ShowItemModel": true,
"ShowIMEINo": true,
"DocumentGroupCode": "sample string 23"
}
application/xml, text/xml
Sample:
<StockTransferList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <Approval_R_TransferInfoStatus>sample string 16</Approval_R_TransferInfoStatus> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <DocumentGroupCode>sample string 23</DocumentGroupCode> <DocumentNumber>sample string 12</DocumentNumber> <DocumentTypeList>sample string 8</DocumentTypeList> <DownloadReport>true</DownloadReport> <EndDate>7</EndDate> <FromBranchCodeList>sample string 4</FromBranchCodeList> <InternalStockOrderApprovalLevel>true</InternalStockOrderApprovalLevel> <InternalStockTransferConversionFlag>true</InternalStockTransferConversionFlag> <ListType>sample string 9</ListType> <OrderBy>sample string 11</OrderBy> <ShowCarrierInfo>true</ShowCarrierInfo> <ShowEWayBillDetails>true</ShowEWayBillDetails> <ShowIMEINo>true</ShowIMEINo> <ShowItemModel>true</ShowItemModel> <StartDate>6</StartDate> <Status>sample string 15</Status> <StockType>sample string 10</StockType> <ToBranchCodeList>sample string 5</ToBranchCodeList> <TransactionType>sample string 13</TransactionType> <UserInternalCode>sample string 3</UserInternalCode> </StockTransferList>
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. |