POST api/LabelQueue
Creates new Label Queue.
Request Information
URI Parameters
None.
Body Parameters
Activity.
LabelQueue| Name | Description | Type | Additional information |
|---|---|---|---|
| UpdateType | string |
None. |
|
| LabelQueueId | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedByName | string |
None. |
|
| ItemId | integer |
None. |
|
| Quantity | integer |
None. |
|
| GlobalId | string |
None. |
|
| Name | string |
None. |
|
| Sku | string |
None. |
|
| PricePerUnitSale | decimal number |
None. |
|
| Code | string |
None. |
|
| Isbn | string |
None. |
|
| Isbn13 | string |
None. |
|
| OrganizationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UpdateType": "sample string 1",
"LabelQueueId": 2,
"UpdatedDate": "2025-12-12T17:39:24.4678334+00:00",
"UpdatedBy": "sample string 3",
"UpdatedByName": "sample string 4",
"ItemId": 1,
"Quantity": 1,
"GlobalId": "sample string 5",
"Name": "sample string 6",
"Sku": "sample string 7",
"PricePerUnitSale": 1.0,
"Code": "sample string 8",
"Isbn": "sample string 9",
"Isbn13": "sample string 10",
"OrganizationId": 1
}
application/xml, text/xml
Sample:
<LabelQueue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <Code>sample string 8</Code> <GlobalId>sample string 5</GlobalId> <Isbn>sample string 9</Isbn> <Isbn13>sample string 10</Isbn13> <ItemId>1</ItemId> <LabelQueueId>2</LabelQueueId> <Name>sample string 6</Name> <OrganizationId>1</OrganizationId> <PricePerUnitSale>1</PricePerUnitSale> <Quantity>1</Quantity> <Sku>sample string 7</Sku> <UpdateType>sample string 1</UpdateType> <UpdatedBy>sample string 3</UpdatedBy> <UpdatedByName>sample string 4</UpdatedByName> <UpdatedDate>2025-12-12T17:39:24.4678334+00:00</UpdatedDate> </LabelQueue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LabelQueue| Name | Description | Type | Additional information |
|---|---|---|---|
| UpdateType | string |
None. |
|
| LabelQueueId | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedByName | string |
None. |
|
| ItemId | integer |
None. |
|
| Quantity | integer |
None. |
|
| GlobalId | string |
None. |
|
| Name | string |
None. |
|
| Sku | string |
None. |
|
| PricePerUnitSale | decimal number |
None. |
|
| Code | string |
None. |
|
| Isbn | string |
None. |
|
| Isbn13 | string |
None. |
|
| OrganizationId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"UpdateType": "sample string 1",
"LabelQueueId": 2,
"UpdatedDate": "2025-12-12T17:39:24.4678334+00:00",
"UpdatedBy": "sample string 3",
"UpdatedByName": "sample string 4",
"ItemId": 1,
"Quantity": 1,
"GlobalId": "sample string 5",
"Name": "sample string 6",
"Sku": "sample string 7",
"PricePerUnitSale": 1.0,
"Code": "sample string 8",
"Isbn": "sample string 9",
"Isbn13": "sample string 10",
"OrganizationId": 1
}
application/xml, text/xml
Sample:
<LabelQueue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <Code>sample string 8</Code> <GlobalId>sample string 5</GlobalId> <Isbn>sample string 9</Isbn> <Isbn13>sample string 10</Isbn13> <ItemId>1</ItemId> <LabelQueueId>2</LabelQueueId> <Name>sample string 6</Name> <OrganizationId>1</OrganizationId> <PricePerUnitSale>1</PricePerUnitSale> <Quantity>1</Quantity> <Sku>sample string 7</Sku> <UpdateType>sample string 1</UpdateType> <UpdatedBy>sample string 3</UpdatedBy> <UpdatedByName>sample string 4</UpdatedByName> <UpdatedDate>2025-12-12T17:39:24.4678334+00:00</UpdatedDate> </LabelQueue>