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": "63e00264-7f1a-4ce2-a7d8-c51ee14636d7",
"Integrated": true,
"ReferringDoctorId": "2b178af4-8463-4372-b677-83e48580a1f7",
"ReferredDoctorId": "d01695a5-d2c8-4bd0-8805-a99254cc5fa5",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"63e00264-7f1a-4ce2-a7d8-c51ee14636d7","Integrated":true,"ReferringDoctorId":"2b178af4-8463-4372-b677-83e48580a1f7","ReferredDoctorId":"d01695a5-d2c8-4bd0-8805-a99254cc5fa5","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>63e00264-7f1a-4ce2-a7d8-c51ee14636d7</Id> <Integrated>true</Integrated> <ReferringDoctorId>2b178af4-8463-4372-b677-83e48580a1f7</ReferringDoctorId> <ReferredDoctorId>d01695a5-d2c8-4bd0-8805-a99254cc5fa5</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. |