| GET,OPTIONS | /v1/records/logistics/pools |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Pools | form | List<RecordsPoolDto> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PoolId | form | int | No | |
| PoolKey | form | string | No | |
| Site | form | string | No | |
| Method | form | string | No | |
| Icon | form | string | No | |
| Note | form | string | No | |
| ItemsJson | form | string | No | |
| Boxes | form | int | No | |
| Pages | form | int | No | |
| WeightLbs | form | int | No | |
| ThBoxes | form | int | No | |
| ThWeight | form | int | No | |
| Status | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v1/records/logistics/pools HTTP/1.1 Host: api.dev.dynamics.trendsic.com Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
Pools:
[
{
PoolId: 0,
PoolKey: String,
Site: String,
Method: String,
Icon: String,
Note: String,
ItemsJson: String,
Boxes: 0,
Pages: 0,
WeightLbs: 0,
ThBoxes: 0,
ThWeight: 0,
Status: String
}
]
}