POST api/poolDepartmentItemapi/add?siteId={siteId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteId | globally unique identifier |
None. |
Body Parameters
PoolDepartmentItemViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
Required |
|
| active | boolean |
Required |
|
| department_item_id | globally unique identifier |
Required |
|
| id | globally unique identifier |
None. |
|
| quantity | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"date": "2026-01-19T11:14:38.9419883+00:00",
"active": true,
"department_item_id": "fcb0221f-f3a2-4c9e-ac10-721ea25d8d8b",
"id": "e2dd3f41-4a39-4db6-90b9-a05ca8241c40",
"quantity": 5
}
application/xml, text/xml
Sample:
<pool_department_item xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <active>true</active> <date>2026-01-19T11:14:38.9419883+00:00</date> <department_item_id>fcb0221f-f3a2-4c9e-ac10-721ea25d8d8b</department_item_id> <id>e2dd3f41-4a39-4db6-90b9-a05ca8241c40</id> <quantity>5</quantity> </pool_department_item>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"5ebd3f19-e0df-4a65-872c-d14d02bbcd84"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5ebd3f19-e0df-4a65-872c-d14d02bbcd84</guid>