GET Register/UnitLoad/LoadAll?SessionId={SessionId}&CompanyId={CompanyId}&keyword={keyword}&includeDeleted={includeDeleted}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId | string |
None. |
|
| CompanyId | integer |
None. |
|
| keyword | string |
Required |
|
| includeDeleted | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
ListReplyOfUnitLoadRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| total | integer |
None. |
|
| data | Collection of UnitLoadRecord |
None. |
|
| errorCode | integer |
None. |
|
| error | string |
None. |
|
| top | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"id": 1,
"code": "sample string 2",
"name": "sample string 3",
"heightInMM": 4,
"widthInMM": 5,
"depthInMM": 6,
"weightInG": 7,
"noOfPallets": 8.1
},
{
"id": 1,
"code": "sample string 2",
"name": "sample string 3",
"heightInMM": 4,
"widthInMM": 5,
"depthInMM": 6,
"weightInG": 7,
"noOfPallets": 8.1
}
],
"errorCode": 1,
"error": "sample string 2",
"top": 3,
"total": 2
}
text/javascript
Sample:
{"data":[{"id":1,"code":"sample string 2","name":"sample string 3","heightInMM":4,"widthInMM":5,"depthInMM":6,"weightInG":7,"noOfPallets":8.1},{"id":1,"code":"sample string 2","name":"sample string 3","heightInMM":4,"widthInMM":5,"depthInMM":6,"weightInG":7,"noOfPallets":8.1}],"errorCode":1,"error":"sample string 2","top":3,"total":2}
application/xml, text/xml
Sample:
<ListReplyOfUnitLoadRecordjGpisWsr 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:UnitLoadRecord>
<d2p1:code>sample string 2</d2p1:code>
<d2p1:depthInMM>6</d2p1:depthInMM>
<d2p1:heightInMM>4</d2p1:heightInMM>
<d2p1:id>1</d2p1:id>
<d2p1:name>sample string 3</d2p1:name>
<d2p1:noOfPallets>8.1</d2p1:noOfPallets>
<d2p1:weightInG>7</d2p1:weightInG>
<d2p1:widthInMM>5</d2p1:widthInMM>
</d2p1:UnitLoadRecord>
<d2p1:UnitLoadRecord>
<d2p1:code>sample string 2</d2p1:code>
<d2p1:depthInMM>6</d2p1:depthInMM>
<d2p1:heightInMM>4</d2p1:heightInMM>
<d2p1:id>1</d2p1:id>
<d2p1:name>sample string 3</d2p1:name>
<d2p1:noOfPallets>8.1</d2p1:noOfPallets>
<d2p1:weightInG>7</d2p1:weightInG>
<d2p1:widthInMM>5</d2p1:widthInMM>
</d2p1:UnitLoadRecord>
</data>
<error>sample string 2</error>
<errorCode>1</errorCode>
<top>3</top>
</ListReplyOfUnitLoadRecordjGpisWsr>
application/x-protobuf
Sample: