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": "1407bb95-9e2a-4812-81a2-b2af97a3f822",
"Integrated": true,
"ReferringDoctorId": "6a19e3ab-1a20-49b8-8458-ca3b99de7c79",
"ReferredDoctorId": "c69034a4-1522-484d-987b-dc2f107a468e",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"1407bb95-9e2a-4812-81a2-b2af97a3f822","Integrated":true,"ReferringDoctorId":"6a19e3ab-1a20-49b8-8458-ca3b99de7c79","ReferredDoctorId":"c69034a4-1522-484d-987b-dc2f107a468e","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>1407bb95-9e2a-4812-81a2-b2af97a3f822</Id> <Integrated>true</Integrated> <ReferringDoctorId>6a19e3ab-1a20-49b8-8458-ca3b99de7c79</ReferringDoctorId> <ReferredDoctorId>c69034a4-1522-484d-987b-dc2f107a468e</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. |