POST api/v1/TherapistStatChange
Request Information
URI Parameters
None.
Body Parameters
TherapistStausChangeInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Mode | string |
None. |
|
| UserID | integer |
None. |
|
| LocID | integer |
None. |
|
| CompID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Mode": "sample string 2",
"UserID": 3,
"LocID": 4,
"CompID": 5
}
application/xml, text/xml
Sample:
<TherapistStausChangeInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>5</CompID> <ID>1</ID> <LocID>4</LocID> <Mode>sample string 2</Mode> <UserID>3</UserID> </TherapistStausChangeInput>
application/x-www-form-urlencoded
Sample:
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. |