POST api/v1/SupplyChain/KitBuild
Request Information
URI Parameters
Body Parameters
ItemKitBuild| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemId | integer | ||
| ItemCode | string | ||
| Barcode | string | ||
| BarcodeImage | string | ||
| CreatedDateTime | date | ||
| CreatedSessionId | integer | ||
| ItemKitBuildItems | Collection of ItemKitBuildItem | ||
| ExecutionTime |
How long the method took in milliseconds. System supplied value. |
integer | |
| TxID |
Transaction ID of the call. Will be added for the response. Not needed in the request. |
string |
Request Formats
application/json, text/json
Sample:
{
"itemId": 2,
"itemCode": "sample string 3",
"barcode": "sample string 4",
"barcodeImage": "sample string 5",
"createdDateTime": "2026-04-06T22:54:04.2954093+00:00",
"createdSessionId": 1,
"itemKitBuildItems": [
{
"id": 1,
"itemKitBuildId": 2,
"itemId": 1,
"gtin": "sample string 3",
"quantity": 1,
"lotNumber": "sample string 4",
"serialNumber": "sample string 5",
"lotExpDate": "2026-04-06T22:54:04.2954093+00:00",
"executionTime": 8,
"txID": "sample string 9"
},
{
"id": 1,
"itemKitBuildId": 2,
"itemId": 1,
"gtin": "sample string 3",
"quantity": 1,
"lotNumber": "sample string 4",
"serialNumber": "sample string 5",
"lotExpDate": "2026-04-06T22:54:04.2954093+00:00",
"executionTime": 8,
"txID": "sample string 9"
}
],
"executionTime": 8,
"txID": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ItemKitBuild xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Models">
<ExecutionTime xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">8</ExecutionTime>
<TxID xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">sample string 9</TxID>
<Barcode>sample string 4</Barcode>
<BarcodeImage>sample string 5</BarcodeImage>
<CreatedDateTime>2026-04-06T22:54:04.2954093+00:00</CreatedDateTime>
<CreatedSessionId>1</CreatedSessionId>
<ItemCode>sample string 3</ItemCode>
<ItemId>2</ItemId>
<ItemKitBuildItems>
<ItemKitBuildItem z:Id="i2">
<ExecutionTime xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">8</ExecutionTime>
<TxID xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">sample string 9</TxID>
<GTIN>sample string 3</GTIN>
<Id>1</Id>
<ItemId>1</ItemId>
<ItemKitBuildId>2</ItemKitBuildId>
<LotExpDate>2026-04-06T22:54:04.2954093+00:00</LotExpDate>
<LotNumber>sample string 4</LotNumber>
<Quantity>1</Quantity>
<SerialNumber>sample string 5</SerialNumber>
</ItemKitBuildItem>
<ItemKitBuildItem z:Ref="i2" />
</ItemKitBuildItems>
</ItemKitBuild>
Response Information
Resource Description
ItemKitBuild| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemId | integer | ||
| ItemCode | string | ||
| Barcode | string | ||
| BarcodeImage | string | ||
| CreatedDateTime | date | ||
| CreatedSessionId | integer | ||
| ItemKitBuildItems | Collection of ItemKitBuildItem | ||
| ExecutionTime |
How long the method took in milliseconds. System supplied value. |
integer | |
| TxID |
Transaction ID of the call. Will be added for the response. Not needed in the request. |
string |
Response Formats
application/json, text/json
Sample:
{
"itemId": 2,
"itemCode": "sample string 3",
"barcode": "sample string 4",
"barcodeImage": "sample string 5",
"createdDateTime": "2026-04-06T22:54:04.3456411+00:00",
"createdSessionId": 1,
"itemKitBuildItems": [
{
"id": 1,
"itemKitBuildId": 2,
"itemId": 1,
"gtin": "sample string 3",
"quantity": 1,
"lotNumber": "sample string 4",
"serialNumber": "sample string 5",
"lotExpDate": "2026-04-06T22:54:04.3456411+00:00",
"executionTime": 8,
"txID": "sample string 9"
},
{
"id": 1,
"itemKitBuildId": 2,
"itemId": 1,
"gtin": "sample string 3",
"quantity": 1,
"lotNumber": "sample string 4",
"serialNumber": "sample string 5",
"lotExpDate": "2026-04-06T22:54:04.3456411+00:00",
"executionTime": 8,
"txID": "sample string 9"
}
],
"executionTime": 8,
"txID": "sample string 9"
}
application/xml, text/xml
Sample:
<ItemKitBuild xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Models">
<ExecutionTime xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">8</ExecutionTime>
<TxID xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">sample string 9</TxID>
<Barcode>sample string 4</Barcode>
<BarcodeImage>sample string 5</BarcodeImage>
<CreatedDateTime>2026-04-06T22:54:04.3456411+00:00</CreatedDateTime>
<CreatedSessionId>1</CreatedSessionId>
<ItemCode>sample string 3</ItemCode>
<ItemId>2</ItemId>
<ItemKitBuildItems>
<ItemKitBuildItem z:Id="i2">
<ExecutionTime xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">8</ExecutionTime>
<TxID xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">sample string 9</TxID>
<GTIN>sample string 3</GTIN>
<Id>1</Id>
<ItemId>1</ItemId>
<ItemKitBuildId>2</ItemKitBuildId>
<LotExpDate>2026-04-06T22:54:04.3456411+00:00</LotExpDate>
<LotNumber>sample string 4</LotNumber>
<Quantity>1</Quantity>
<SerialNumber>sample string 5</SerialNumber>
</ItemKitBuildItem>
<ItemKitBuildItem z:Ref="i2" />
</ItemKitBuildItems>
</ItemKitBuild>