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": "58752721-763e-4f8c-b49b-81c460b63468",
"Integrated": true,
"ReferringDoctorId": "95cb6578-36a2-47fc-a4dd-4042cbc2b792",
"ReferredDoctorId": "aea8411d-424c-4fc4-b29c-a0a218f5f989",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"58752721-763e-4f8c-b49b-81c460b63468","Integrated":true,"ReferringDoctorId":"95cb6578-36a2-47fc-a4dd-4042cbc2b792","ReferredDoctorId":"aea8411d-424c-4fc4-b29c-a0a218f5f989","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>58752721-763e-4f8c-b49b-81c460b63468</Id> <Integrated>true</Integrated> <ReferringDoctorId>95cb6578-36a2-47fc-a4dd-4042cbc2b792</ReferringDoctorId> <ReferredDoctorId>aea8411d-424c-4fc4-b29c-a0a218f5f989</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. |