POST api/HHGItems
Request Information
URI Parameters
None.
Body Parameters
HHGItem| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthorizationID | string |
Required String length: inclusive between 0 and 20 |
|
| ItemID | integer |
None. |
|
| Description | string |
Required String length: inclusive between 0 and 50 |
|
| Quantity | integer |
None. |
|
| DollarValue | decimal number |
None. |
|
| Authorized | string |
String length: inclusive between 0 and 1 |
|
| TransitProtectionRequired | string |
String length: inclusive between 0 and 1 |
|
| HeavyUnusual | string |
String length: inclusive between 0 and 1 |
|
| SpecialHandlingComments | string |
String length: inclusive between 0 and 255 |
|
| AddedBy | string |
String length: inclusive between 0 and 50 |
|
| AddedOn | date |
None. |
|
| ModifiedBy | string |
String length: inclusive between 0 and 50 |
|
| ModifiedOn | date |
None. |
|
| RecordID | integer |
None. |
|
| ID | integer |
None. |
Request Formats
application/json, text/json
{
"AuthorizationID": "sample string 1",
"ItemID": 2,
"Description": "sample string 3",
"Quantity": 4,
"DollarValue": 5.0,
"Authorized": "sample string 6",
"TransitProtectionRequired": "sample string 7",
"HeavyUnusual": "sample string 8",
"SpecialHandlingComments": "sample string 9",
"AddedBy": "sample string 10",
"AddedOn": "2025-10-29T13:12:00.9581916+00:00",
"ModifiedBy": "sample string 11",
"ModifiedOn": "2025-10-29T13:12:00.9581916+00:00",
"RecordID": 12,
"ID": 13
}
application/xml, text/xml
<HHGItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <AddedBy>sample string 10</AddedBy> <AddedOn>2025-10-29T13:12:00.9581916+00:00</AddedOn> <AuthorizationID>sample string 1</AuthorizationID> <Authorized>sample string 6</Authorized> <Description>sample string 3</Description> <DollarValue>5</DollarValue> <HeavyUnusual>sample string 8</HeavyUnusual> <ID>13</ID> <ItemID>2</ItemID> <ModifiedBy>sample string 11</ModifiedBy> <ModifiedOn>2025-10-29T13:12:00.9581916+00:00</ModifiedOn> <Quantity>4</Quantity> <RecordID>12</RecordID> <SpecialHandlingComments>sample string 9</SpecialHandlingComments> <TransitProtectionRequired>sample string 7</TransitProtectionRequired> </HHGItem>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
HHGItem| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthorizationID | string |
Required String length: inclusive between 0 and 20 |
|
| ItemID | integer |
None. |
|
| Description | string |
Required String length: inclusive between 0 and 50 |
|
| Quantity | integer |
None. |
|
| DollarValue | decimal number |
None. |
|
| Authorized | string |
String length: inclusive between 0 and 1 |
|
| TransitProtectionRequired | string |
String length: inclusive between 0 and 1 |
|
| HeavyUnusual | string |
String length: inclusive between 0 and 1 |
|
| SpecialHandlingComments | string |
String length: inclusive between 0 and 255 |
|
| AddedBy | string |
String length: inclusive between 0 and 50 |
|
| AddedOn | date |
None. |
|
| ModifiedBy | string |
String length: inclusive between 0 and 50 |
|
| ModifiedOn | date |
None. |
|
| RecordID | integer |
None. |
|
| ID | integer |
None. |
Response Formats
application/json, text/json
{
"AuthorizationID": "sample string 1",
"ItemID": 2,
"Description": "sample string 3",
"Quantity": 4,
"DollarValue": 5.0,
"Authorized": "sample string 6",
"TransitProtectionRequired": "sample string 7",
"HeavyUnusual": "sample string 8",
"SpecialHandlingComments": "sample string 9",
"AddedBy": "sample string 10",
"AddedOn": "2025-10-29T13:12:01.1037796+00:00",
"ModifiedBy": "sample string 11",
"ModifiedOn": "2025-10-29T13:12:01.1037796+00:00",
"RecordID": 12,
"ID": 13
}
application/xml, text/xml
<HHGItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <AddedBy>sample string 10</AddedBy> <AddedOn>2025-10-29T13:12:01.1037796+00:00</AddedOn> <AuthorizationID>sample string 1</AuthorizationID> <Authorized>sample string 6</Authorized> <Description>sample string 3</Description> <DollarValue>5</DollarValue> <HeavyUnusual>sample string 8</HeavyUnusual> <ID>13</ID> <ItemID>2</ItemID> <ModifiedBy>sample string 11</ModifiedBy> <ModifiedOn>2025-10-29T13:12:01.1037796+00:00</ModifiedOn> <Quantity>4</Quantity> <RecordID>12</RecordID> <SpecialHandlingComments>sample string 9</SpecialHandlingComments> <TransitProtectionRequired>sample string 7</TransitProtectionRequired> </HHGItem>