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": "c64181d5-a5bc-414e-8681-bad5af0dc150",
"Integrated": true,
"ReferringDoctorId": "852f88f6-e224-47a3-b6bc-228dba165156",
"ReferredDoctorId": "472a0773-313b-48d3-bad4-e8668534c1ca",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"c64181d5-a5bc-414e-8681-bad5af0dc150","Integrated":true,"ReferringDoctorId":"852f88f6-e224-47a3-b6bc-228dba165156","ReferredDoctorId":"472a0773-313b-48d3-bad4-e8668534c1ca","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>c64181d5-a5bc-414e-8681-bad5af0dc150</Id> <Integrated>true</Integrated> <ReferringDoctorId>852f88f6-e224-47a3-b6bc-228dba165156</ReferringDoctorId> <ReferredDoctorId>472a0773-313b-48d3-bad4-e8668534c1ca</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. |