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": "2a70047a-4a8d-446d-9bb6-e50f7499146a",
"Integrated": true,
"ReferringDoctorId": "ce589dae-fbf4-4487-a3ed-c49832aed853",
"ReferredDoctorId": "c2547456-74b7-4927-a075-53f913046cb5",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"2a70047a-4a8d-446d-9bb6-e50f7499146a","Integrated":true,"ReferringDoctorId":"ce589dae-fbf4-4487-a3ed-c49832aed853","ReferredDoctorId":"c2547456-74b7-4927-a075-53f913046cb5","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>2a70047a-4a8d-446d-9bb6-e50f7499146a</Id> <Integrated>true</Integrated> <ReferringDoctorId>ce589dae-fbf4-4487-a3ed-c49832aed853</ReferringDoctorId> <ReferredDoctorId>c2547456-74b7-4927-a075-53f913046cb5</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. |