POST Case
Request Information
URI Parameters
None.
Body Parameters
CaseDtoForApi| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Integrated | boolean |
None. |
|
| ReferringDoctorId | globally unique identifier |
None. |
|
| ReferredDoctorId | globally unique identifier |
None. |
|
| TimeZone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "c981c454-cf4d-4a92-997c-32d2a5abedc1",
"Integrated": true,
"ReferringDoctorId": "6a94eb31-0cdb-4ce5-9ab2-d6dc799c778e",
"ReferredDoctorId": "ab26fb47-60db-4d3f-be94-0fc7868cb553",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"c981c454-cf4d-4a92-997c-32d2a5abedc1","Integrated":true,"ReferringDoctorId":"6a94eb31-0cdb-4ce5-9ab2-d6dc799c778e","ReferredDoctorId":"ab26fb47-60db-4d3f-be94-0fc7868cb553","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>c981c454-cf4d-4a92-997c-32d2a5abedc1</Id> <Integrated>true</Integrated> <ReferringDoctorId>6a94eb31-0cdb-4ce5-9ab2-d6dc799c778e</ReferringDoctorId> <ReferredDoctorId>ab26fb47-60db-4d3f-be94-0fc7868cb553</ReferredDoctorId> <TimeZone>sample string 5</TimeZone> </CaseDtoForApi>
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. |