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": "31996177-9a7a-461d-afac-952c514ab686",
"Integrated": true,
"ReferringDoctorId": "09dba063-9ffd-44c2-a72d-cffa66b89713",
"ReferredDoctorId": "661d75dd-401e-44c2-a976-125fbb3a23f8",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"31996177-9a7a-461d-afac-952c514ab686","Integrated":true,"ReferringDoctorId":"09dba063-9ffd-44c2-a72d-cffa66b89713","ReferredDoctorId":"661d75dd-401e-44c2-a976-125fbb3a23f8","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>31996177-9a7a-461d-afac-952c514ab686</Id> <Integrated>true</Integrated> <ReferringDoctorId>09dba063-9ffd-44c2-a72d-cffa66b89713</ReferringDoctorId> <ReferredDoctorId>661d75dd-401e-44c2-a976-125fbb3a23f8</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. |