GET api/Location/All/Number/{LocationNumber}
Get location list by number
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Location| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| DispatchLocationId | globally unique identifier |
None. |
|
| WarehouseId | globally unique identifier |
None. |
|
| Number | string |
None. |
|
| Name | string |
None. |
|
| StoreNo | string |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| ActyId | globally unique identifier |
None. |
|
| ActyDescription | string |
None. |
|
| InCountingStockOrderId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "10e6d3b0-905b-4f9c-9d2d-0acb5a2d59f0",
"DispatchLocationId": "a920f873-dc3a-425f-9478-51f144e93e60",
"WarehouseId": "ac4dce65-c147-4407-9702-26da01535787",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "99a174de-c5cc-4c8b-a2c1-401226c6449f",
"ActyId": "18a2f1dd-12a6-4e2e-a894-3411375b3d41",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "775357db-841f-4519-aeaf-b2d9a558941d"
},
{
"Id": "10e6d3b0-905b-4f9c-9d2d-0acb5a2d59f0",
"DispatchLocationId": "a920f873-dc3a-425f-9478-51f144e93e60",
"WarehouseId": "ac4dce65-c147-4407-9702-26da01535787",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "99a174de-c5cc-4c8b-a2c1-401226c6449f",
"ActyId": "18a2f1dd-12a6-4e2e-a894-3411375b3d41",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "775357db-841f-4519-aeaf-b2d9a558941d"
}
]