GET RoutePostCodes/Header/LoadAll?SessionId={SessionId}&CompanyId={CompanyId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SessionId | string |
None. |
|
CompanyId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
ListReplyOfRoutePostCodesHeaderName | Description | Type | Additional information |
---|---|---|---|
total | integer |
None. |
|
data | Collection of RoutePostCodesHeader |
None. |
|
errorCode | integer |
None. |
|
error | string |
None. |
|
top | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "id": 1, "name": "sample string 2" }, { "id": 1, "name": "sample string 2" } ], "errorCode": 1, "error": "sample string 2", "top": 3, "total": 2 }
text/javascript
Sample:
{"data":[{"id":1,"name":"sample string 2"},{"id":1,"name":"sample string 2"}],"errorCode":1,"error":"sample string 2","top":3,"total":2}
application/xml, text/xml
Sample:
<ListReplyOfRoutePostCodesHeaderjGpisWsr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/T8UtilityLib.Models"> <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/T8LSPModel.Register"> <d2p1:RoutePostCodesHeader> <d2p1:id>1</d2p1:id> <d2p1:name>sample string 2</d2p1:name> </d2p1:RoutePostCodesHeader> <d2p1:RoutePostCodesHeader> <d2p1:id>1</d2p1:id> <d2p1:name>sample string 2</d2p1:name> </d2p1:RoutePostCodesHeader> </data> <error>sample string 2</error> <errorCode>1</errorCode> <top>3</top> </ListReplyOfRoutePostCodesHeaderjGpisWsr>
application/x-protobuf
Sample: