GET api/Item/GetItemDepartment?DepartmentID={DepartmentID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DepartmentID

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ItemDepartment
NameDescriptionTypeAdditional information
DepartmentID

string

None.

DepartmentName

string

None.

Note

string

None.

InsUpdDate

date

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfItemDepartment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ItemDepartment>
    <DepartmentID>sample string 1</DepartmentID>
    <DepartmentName>sample string 2</DepartmentName>
    <Note>sample string 3</Note>
    <InsUpdDate>2024-04-25T20:24:15.0186395+02:00</InsUpdDate>
  </ItemDepartment>
  <ItemDepartment>
    <DepartmentID>sample string 1</DepartmentID>
    <DepartmentName>sample string 2</DepartmentName>
    <Note>sample string 3</Note>
    <InsUpdDate>2024-04-25T20:24:15.0186395+02:00</InsUpdDate>
  </ItemDepartment>
</ArrayOfItemDepartment>