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": "06f162d1-6a5c-4b98-8a7b-e3f04b388814",
"Integrated": true,
"ReferringDoctorId": "af443f3d-6fe0-4373-92e3-d139927b6be2",
"ReferredDoctorId": "2df4063e-af39-4593-9068-3e0359bd4ba7",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"06f162d1-6a5c-4b98-8a7b-e3f04b388814","Integrated":true,"ReferringDoctorId":"af443f3d-6fe0-4373-92e3-d139927b6be2","ReferredDoctorId":"2df4063e-af39-4593-9068-3e0359bd4ba7","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>06f162d1-6a5c-4b98-8a7b-e3f04b388814</Id> <Integrated>true</Integrated> <ReferringDoctorId>af443f3d-6fe0-4373-92e3-d139927b6be2</ReferringDoctorId> <ReferredDoctorId>2df4063e-af39-4593-9068-3e0359bd4ba7</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. |