GET api/Item/GetItemDepartment?DepartmentID={DepartmentID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}
Request Information
URI Parameters
Name | Description | Type | Additional 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 ItemDepartmentName | Description | Type | Additional 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>2023-06-06T22:29:57.3056061+02:00</InsUpdDate> </ItemDepartment> <ItemDepartment> <DepartmentID>sample string 1</DepartmentID> <DepartmentName>sample string 2</DepartmentName> <Note>sample string 3</Note> <InsUpdDate>2023-06-06T22:29:57.3056061+02:00</InsUpdDate> </ItemDepartment> </ArrayOfItemDepartment>