POST api/IClassUsers/GetClientInfo
Request Information
URI Parameters
None.
Body Parameters
clsGetClientInfoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PackageIclassuserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PackageIclassuserId": 1
}
application/xml, text/xml
Sample:
<clsGetClientInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <PackageIclassuserId>1</PackageIclassuserId> </clsGetClientInfoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
clsGetClientInfoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| DistributorId | integer |
None. |
|
| DistributorName | string |
None. |
|
| DistributorAddress | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DistributorId": 1,
"DistributorName": "sample string 2",
"DistributorAddress": "sample string 3"
}
application/xml, text/xml
Sample:
<clsGetClientInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <DistributorAddress>sample string 3</DistributorAddress> <DistributorId>1</DistributorId> <DistributorName>sample string 2</DistributorName> </clsGetClientInfoResponse>