v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBCIs
Create a New CI
Creates a new CI.
post/cis
Request body
Example request
{
"serialNumber": "C02CG123DC79",
"primaryCategoryId": 1,
"secondaryCategoryId": 5,
"thirdLevelCategoryId": 10,
"ownerId": 111,
"ownerGroupId": 614,
"locationId": 5,
"companyId": 11,
"statusId": 2,
"priorityId": 3,
"supplierId": 1,
"supplyDate": "2025-12-03",
"acceptDate": "2025-11-10",
"ciTypeId": 25,
"ciSubtypeId": 53,
"name": "DE-WXP-64-QA05"
}Response
The created CI.
Example response
{
"serialNumber": "C02CG123DC79",
"primaryCategoryId": 1,
"secondaryCategoryId": 5,
"thirdLevelCategoryId": 10,
"ownerId": 111,
"ownerGroupId": 614,
"locationId": 5,
"companyId": 11,
"statusId": 2,
"priorityId": 3,
"supplierId": 1,
"supplyDate": "2025-12-03",
"acceptDate": "2025-11-10",
"ciTypeId": 25,
"ciSubtypeId": 53,
"id": 1,
"name": "DE-WXP-64-QA05",
"version": 2
}