GET api/SetPackingInstruction/Get?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MDLSetPackingInstruction| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| ChangedByUserId | integer |
None. |
|
| ChangedDateTime | date |
None. |
|
| OldId | integer |
None. |
|
| State | ENMEntityState |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Name": "sample string 2",
"ChangedByUserId": 3,
"ChangedDateTime": "2025-12-31T16:28:21.5132601+01:00",
"OldId": 5,
"State": 0
},
{
"ID": 1,
"Name": "sample string 2",
"ChangedByUserId": 3,
"ChangedDateTime": "2025-12-31T16:28:21.5132601+01:00",
"OldId": 5,
"State": 0
}
]
application/xml, text/xml
Sample:
<ArrayOfMDLSetPackingInstruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.Middleware.Shared">
<MDLSetPackingInstruction>
<ChangedByUserId>3</ChangedByUserId>
<ChangedDateTime>2025-12-31T16:28:21.5132601+01:00</ChangedDateTime>
<ID>1</ID>
<Name>sample string 2</Name>
<OldId>5</OldId>
<State>Free</State>
</MDLSetPackingInstruction>
<MDLSetPackingInstruction>
<ChangedByUserId>3</ChangedByUserId>
<ChangedDateTime>2025-12-31T16:28:21.5132601+01:00</ChangedDateTime>
<ID>1</ID>
<Name>sample string 2</Name>
<OldId>5</OldId>
<State>Free</State>
</MDLSetPackingInstruction>
</ArrayOfMDLSetPackingInstruction>