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": "192be1b5-264e-4d23-995a-a9ce176b712c",
"Integrated": true,
"ReferringDoctorId": "abc3f1dc-410d-4d1d-9232-4cc67d5570bf",
"ReferredDoctorId": "b2738ad8-5da4-417d-b237-9e189eb1d33a",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"192be1b5-264e-4d23-995a-a9ce176b712c","Integrated":true,"ReferringDoctorId":"abc3f1dc-410d-4d1d-9232-4cc67d5570bf","ReferredDoctorId":"b2738ad8-5da4-417d-b237-9e189eb1d33a","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>192be1b5-264e-4d23-995a-a9ce176b712c</Id> <Integrated>true</Integrated> <ReferringDoctorId>abc3f1dc-410d-4d1d-9232-4cc67d5570bf</ReferringDoctorId> <ReferredDoctorId>b2738ad8-5da4-417d-b237-9e189eb1d33a</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. |