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": "84ef2e15-8a2f-4990-afbd-a6e907088dc9",
"Integrated": true,
"ReferringDoctorId": "2d153d14-327b-43ef-8902-07a106ec79a4",
"ReferredDoctorId": "fe2f35b0-db76-4302-a32d-76b1642b65a2",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"84ef2e15-8a2f-4990-afbd-a6e907088dc9","Integrated":true,"ReferringDoctorId":"2d153d14-327b-43ef-8902-07a106ec79a4","ReferredDoctorId":"fe2f35b0-db76-4302-a32d-76b1642b65a2","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>84ef2e15-8a2f-4990-afbd-a6e907088dc9</Id> <Integrated>true</Integrated> <ReferringDoctorId>2d153d14-327b-43ef-8902-07a106ec79a4</ReferringDoctorId> <ReferredDoctorId>fe2f35b0-db76-4302-a32d-76b1642b65a2</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. |