POST api/InternalShip/GetData
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of InternalShipModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Branch | string |
None. |
|
| ReceiptNo_ | string |
None. |
|
| OrderNo_ | string |
None. |
|
| DocType | string |
None. |
|
| Store_from | string |
None. |
|
| Store_to | string |
None. |
|
| Amount | decimal number |
None. |
|
| OrderDate | date |
None. |
|
| ConfirmDate | date |
None. |
|
| DeliveryStaff | string |
None. |
|
| DeliveryStaff_Name | string |
None. |
|
| AhaNo_ | string |
None. |
|
| Picker | string |
None. |
|
| PhiGiaoHang | decimal number |
None. |
|
| PickerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Branch": "sample string 1",
"ReceiptNo_": "sample string 2",
"OrderNo_": "sample string 3",
"DocType": "sample string 4",
"Store_from": "sample string 5",
"Store_to": "sample string 6",
"Amount": 7.0,
"OrderDate": "2026-01-29T16:25:25.7063398+07:00",
"ConfirmDate": "2026-01-29T16:25:25.7063398+07:00",
"DeliveryStaff": "sample string 8",
"DeliveryStaff_Name": "sample string 9",
"AhaNo_": "sample string 10",
"Picker": "sample string 11",
"PhiGiaoHang": 1.0,
"PickerName": "sample string 12"
},
{
"Branch": "sample string 1",
"ReceiptNo_": "sample string 2",
"OrderNo_": "sample string 3",
"DocType": "sample string 4",
"Store_from": "sample string 5",
"Store_to": "sample string 6",
"Amount": 7.0,
"OrderDate": "2026-01-29T16:25:25.7063398+07:00",
"ConfirmDate": "2026-01-29T16:25:25.7063398+07:00",
"DeliveryStaff": "sample string 8",
"DeliveryStaff_Name": "sample string 9",
"AhaNo_": "sample string 10",
"Picker": "sample string 11",
"PhiGiaoHang": 1.0,
"PickerName": "sample string 12"
}
]