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": "c4baa2d6-51fb-48d6-a8a6-a7ea00a63f47",
"Integrated": true,
"ReferringDoctorId": "3555ea8b-8d46-42fc-9f6d-42cde32853df",
"ReferredDoctorId": "0bf609c7-a3b3-4d34-94a4-52a2fd2c62d3",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"c4baa2d6-51fb-48d6-a8a6-a7ea00a63f47","Integrated":true,"ReferringDoctorId":"3555ea8b-8d46-42fc-9f6d-42cde32853df","ReferredDoctorId":"0bf609c7-a3b3-4d34-94a4-52a2fd2c62d3","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>c4baa2d6-51fb-48d6-a8a6-a7ea00a63f47</Id> <Integrated>true</Integrated> <ReferringDoctorId>3555ea8b-8d46-42fc-9f6d-42cde32853df</ReferringDoctorId> <ReferredDoctorId>0bf609c7-a3b3-4d34-94a4-52a2fd2c62d3</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. |