TeleportService

<back to all web services

Documents_GetShipmentFiltersV2

Requires Authentication
The following routes are available for this service:
POST, GET/v2/Documents_GetShipmentFilters
Documents_GetShipmentFiltersV2 Parameters:
NameParameterData TypeRequiredDescription
DatebodyDateTime?No
MarketplaceFiltersResponse Parameters:
NameParameterData TypeRequiredDescription
MarketplaceformList<string>No
HucksterStatusformList<string>No
MarketplaceAccountformList<MarketplaceAccountValue>No
ResponseStatusformResponseStatusNo
MarketplaceAccountValue Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
NameformstringNo
MarketplaceformstringNo
WarehousesformList<MarketplaceWarehouse>No
MarketplaceWarehouse Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
NameformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /v2/Documents_GetShipmentFilters HTTP/1.1 
Host: wbs.e-teleport.ru 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"Date":"0001-01-01T00:00:00.0000000"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Marketplace":["String"],"HucksterStatus":["String"],"MarketplaceAccount":[{"Id":"String","Name":"String","Marketplace":"String","Warehouses":[{"Id":"String","Name":"String"}]}],"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}