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": "2b000700-5648-4adc-bf87-27f9c26d7a8b",
"Integrated": true,
"ReferringDoctorId": "79f46068-421b-4d82-823d-badb3f44708a",
"ReferredDoctorId": "3e2c523b-a556-4556-a038-343ed8414084",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"2b000700-5648-4adc-bf87-27f9c26d7a8b","Integrated":true,"ReferringDoctorId":"79f46068-421b-4d82-823d-badb3f44708a","ReferredDoctorId":"3e2c523b-a556-4556-a038-343ed8414084","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>2b000700-5648-4adc-bf87-27f9c26d7a8b</Id> <Integrated>true</Integrated> <ReferringDoctorId>79f46068-421b-4d82-823d-badb3f44708a</ReferringDoctorId> <ReferredDoctorId>3e2c523b-a556-4556-a038-343ed8414084</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. |