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": "6e85da41-c272-44b2-8a16-5d47a3b4d073",
"Integrated": true,
"ReferringDoctorId": "e5d408da-7c72-43dc-8c08-0a9619c2daf5",
"ReferredDoctorId": "6ac02a2b-5336-45b7-8819-2d7126789d76",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"6e85da41-c272-44b2-8a16-5d47a3b4d073","Integrated":true,"ReferringDoctorId":"e5d408da-7c72-43dc-8c08-0a9619c2daf5","ReferredDoctorId":"6ac02a2b-5336-45b7-8819-2d7126789d76","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>6e85da41-c272-44b2-8a16-5d47a3b4d073</Id> <Integrated>true</Integrated> <ReferringDoctorId>e5d408da-7c72-43dc-8c08-0a9619c2daf5</ReferringDoctorId> <ReferredDoctorId>6ac02a2b-5336-45b7-8819-2d7126789d76</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. |