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": "d4448985-203c-4b32-9c5f-f68734296a8e",
"Integrated": true,
"ReferringDoctorId": "3aa3d34b-e7f5-474c-90ba-13b72511f25e",
"ReferredDoctorId": "6ff4ad11-42da-4b60-87a3-78e20df174da",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"d4448985-203c-4b32-9c5f-f68734296a8e","Integrated":true,"ReferringDoctorId":"3aa3d34b-e7f5-474c-90ba-13b72511f25e","ReferredDoctorId":"6ff4ad11-42da-4b60-87a3-78e20df174da","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>d4448985-203c-4b32-9c5f-f68734296a8e</Id> <Integrated>true</Integrated> <ReferringDoctorId>3aa3d34b-e7f5-474c-90ba-13b72511f25e</ReferringDoctorId> <ReferredDoctorId>6ff4ad11-42da-4b60-87a3-78e20df174da</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. |