POST Api/InventoryCountConfig/InventoryCategory
Request Information
URI Parameters
None.
Body Parameters
InventoryCountConfigInventoryCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| InventoryCountConfigInventoryCategoryId | integer |
None. |
|
| InventoryCountConfigId | integer |
None. |
|
| InventoryCategoryId | integer |
None. |
|
| InventoryCountConfig | InventoryCountConfig |
None. |
|
| InventoryCategory | InventoryCategory |
None. |
Request Formats
application/json, text/json
Sample:
{
"inventoryCountConfigInventoryCategoryId": 1,
"inventoryCountConfigId": 2,
"inventoryCategoryId": 3,
"inventoryCountConfig": {
"inventoryCountConfigId": 1,
"countTypeId": 2,
"startDate": "2026-05-06T00:14:27.9592276+02:00",
"frequency": "sample string 3",
"roleFilter": "sample string 4",
"numberOfDaysTillLate": 5,
"defaultTurnOverRateThreshold": 6,
"minimumNumberOnHand": 7,
"countType": {
"countTypeId": 1,
"name": "sample string 2"
},
"inventoryCategories": []
},
"inventoryCategory": {
"inventoryCategoryId": 1,
"name": "sample string 2",
"isPatientResponsibility": true,
"isInsuranceponsibility": true,
"isActive": true
}
}
text/html
Sample:
{"inventoryCountConfigInventoryCategoryId":1,"inventoryCountConfigId":2,"inventoryCategoryId":3,"inventoryCountConfig":{"inventoryCountConfigId":1,"countTypeId":2,"startDate":"2026-05-06T00:14:27.9592276+02:00","frequency":"sample string 3","roleFilter":"sample string 4","numberOfDaysTillLate":5,"defaultTurnOverRateThreshold":6,"minimumNumberOnHand":7,"countType":{"countTypeId":1,"name":"sample string 2"},"inventoryCategories":[]},"inventoryCategory":{"inventoryCategoryId":1,"name":"sample string 2","isPatientResponsibility":true,"isInsuranceponsibility":true,"isActive":true}}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.