POST public-api/ic/item/getkititem/{itemNumber}
This method is used to get a kit item with an item number that matches the string parameter exactly. Requires Allow Item permission.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| itemNumber |
The exact item number of the kit item to retrieve. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
WaspResultOfItemKitInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ItemKitInfo |
None. |
|
| Messages | Collection of WtResult |
None. |
|
| BatchNumber | integer |
None. |
|
| HasError | boolean |
None. |
|
| HasHttpError | boolean |
None. |
|
| HasMessage | boolean |
None. |
|
| HasSuccessWithMoreDataRemaining | boolean |
None. |
|
| TotalRecordsLongCount | integer |
None. |
Response Formats
application/json
Sample:
{
"Data": {
"RowNumber": 1,
"ItemNumber": "sample string 2",
"AlternateItemNumber": "sample string 3",
"ItemDescription": "sample string 4",
"CategoryDescription": "sample string 5",
"ManufacturerName": "sample string 6",
"StockingUnit": "sample string 7",
"SalesUnit": "sample string 8",
"Cost": 9.0,
"SalesPrice": 10.0,
"ListPrice": 11.0,
"AverageCost": 12.0,
"TaxCode": "sample string 13",
"AttachmentInfo": {
"AttachmentsToAdd": [
"sample string 1",
"sample string 2"
],
"AttachmentsToDelete": [
"sample string 1",
"sample string 2"
],
"AttachmentNames": [
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
}
],
"NewDefaultAttachment": "sample string 1",
"HasAttachment": true
},
"ItemPrices": [
{
"PriceTier": "sample string 1",
"Price": 2.0,
"MinimumQuantity": 3.0,
"MaximumQuantity": 4.0
},
{
"PriceTier": "sample string 1",
"Price": 2.0,
"MinimumQuantity": 3.0,
"MaximumQuantity": 4.0
}
],
"ItemBillOfMaterials": [
{
"ItemNumber": "sample string 1",
"Quantity": 2.0,
"Cost": 3.0,
"ScrapOnDisassembly": true
},
{
"ItemNumber": "sample string 1",
"Quantity": 2.0,
"Cost": 3.0,
"ScrapOnDisassembly": true
}
],
"CustomFields": [
{
"ImportRowNumber": 1,
"DcfLabel": "sample string 2",
"DCFDataType": 1,
"DcfTextValue": "sample string 3",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-09-15T18:16:45.3140934+00:00",
"DcfValueRecordStatus": 0
},
{
"ImportRowNumber": 1,
"DcfLabel": "sample string 2",
"DCFDataType": 1,
"DcfTextValue": "sample string 3",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-09-15T18:16:45.3140934+00:00",
"DcfValueRecordStatus": 0
}
]
},
"Messages": [
{
"ResultCode": 0,
"Message": "sample string 1",
"HttpStatusCode": 200,
"FieldName": "sample string 2"
},
{
"ResultCode": 0,
"Message": "sample string 1",
"HttpStatusCode": 200,
"FieldName": "sample string 2"
}
],
"BatchNumber": 1,
"HasError": false,
"HasHttpError": false,
"HasMessage": true,
"HasSuccessWithMoreDataRemaining": false,
"TotalRecordsLongCount": 1
}