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": "20d2b811-e062-4104-a79a-06bf3e5a3397",
"Integrated": true,
"ReferringDoctorId": "84ba73d1-36d9-4126-a5b1-8cf895de8c5d",
"ReferredDoctorId": "446a2404-c099-4308-89cf-e4592f76175f",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"20d2b811-e062-4104-a79a-06bf3e5a3397","Integrated":true,"ReferringDoctorId":"84ba73d1-36d9-4126-a5b1-8cf895de8c5d","ReferredDoctorId":"446a2404-c099-4308-89cf-e4592f76175f","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>20d2b811-e062-4104-a79a-06bf3e5a3397</Id> <Integrated>true</Integrated> <ReferringDoctorId>84ba73d1-36d9-4126-a5b1-8cf895de8c5d</ReferringDoctorId> <ReferredDoctorId>446a2404-c099-4308-89cf-e4592f76175f</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. |