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": "31105243-b474-441a-b00b-7cd54441d100",
"Integrated": true,
"ReferringDoctorId": "2b556bd6-5050-40f9-aad4-cb05c95c18aa",
"ReferredDoctorId": "a9faa6f3-2781-442b-9bc4-3139d66668e4",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"31105243-b474-441a-b00b-7cd54441d100","Integrated":true,"ReferringDoctorId":"2b556bd6-5050-40f9-aad4-cb05c95c18aa","ReferredDoctorId":"a9faa6f3-2781-442b-9bc4-3139d66668e4","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>31105243-b474-441a-b00b-7cd54441d100</Id> <Integrated>true</Integrated> <ReferringDoctorId>2b556bd6-5050-40f9-aad4-cb05c95c18aa</ReferringDoctorId> <ReferredDoctorId>a9faa6f3-2781-442b-9bc4-3139d66668e4</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. |