The GetSingleDepartment function returns the department record for the given primary key.
Method | /productbasecomponents.asmx/GetSingleDepartment |
The request body is of type GetSingleDepartment.
Name | Description | Data Type |
---|---|---|
itemId | xml:int |
|
The response body is of type GetSingleDepartmentResponse.
Name | Description | Data Type |
---|---|---|
GetSingleDepartmentResult | DepartmentInfo |
|