GET api/poolDepartmentItemapi/poolDepartmentItem/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

PoolDepartmentItemViewModel
NameDescriptionTypeAdditional information
date

date

Required

active

boolean

Required

department_item_id

globally unique identifier

Required

id

globally unique identifier

None.

quantity

integer

Required

Response Formats

application/json, text/json

Sample:
{
  "date": "2026-01-19T09:24:22.5997771+00:00",
  "active": true,
  "department_item_id": "cd32632e-702d-4a68-8960-fe5ff8e075df",
  "id": "2e9a9020-51a4-4259-9a9e-4d46bd00e1c0",
  "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-19T09:24:22.5997771+00:00</date>
  <department_item_id>cd32632e-702d-4a68-8960-fe5ff8e075df</department_item_id>
  <id>2e9a9020-51a4-4259-9a9e-4d46bd00e1c0</id>
  <quantity>5</quantity>
</pool_department_item>