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": "763165fe-7547-4fce-9985-d1583a63a14b",
"Integrated": true,
"ReferringDoctorId": "3f7231a4-39a5-490d-b935-bcf7b382e22a",
"ReferredDoctorId": "1509dd0d-b1b0-476e-9c81-eb11da3ce569",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"763165fe-7547-4fce-9985-d1583a63a14b","Integrated":true,"ReferringDoctorId":"3f7231a4-39a5-490d-b935-bcf7b382e22a","ReferredDoctorId":"1509dd0d-b1b0-476e-9c81-eb11da3ce569","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>763165fe-7547-4fce-9985-d1583a63a14b</Id> <Integrated>true</Integrated> <ReferringDoctorId>3f7231a4-39a5-490d-b935-bcf7b382e22a</ReferringDoctorId> <ReferredDoctorId>1509dd0d-b1b0-476e-9c81-eb11da3ce569</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. |