POST api/ViewClients
Request Information
URI Parameters
None.
Body Parameters
ViewClientsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| ClientId | integer |
None. |
|
| FileId | integer |
None. |
|
| StatusId | integer |
None. |
|
| OfficeId | integer |
None. |
|
| GroupId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"ClientId": 2,
"FileId": 3,
"StatusId": 4,
"OfficeId": 5,
"GroupId": 6
}
application/xml, text/xml
Sample:
<ViewClientsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VSCAPI.Models"> <ClientId>2</ClientId> <FileId>3</FileId> <GroupId>6</GroupId> <OfficeId>5</OfficeId> <StatusId>4</StatusId> <UserId>1</UserId> </ViewClientsInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |