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": "f7125362-cb2e-427e-a4ef-102343adf753",
"Integrated": true,
"ReferringDoctorId": "30be0e53-aeb7-4852-b334-ff9c9c449c04",
"ReferredDoctorId": "396e8887-8e05-4b21-abd4-0df6b646d76a",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"f7125362-cb2e-427e-a4ef-102343adf753","Integrated":true,"ReferringDoctorId":"30be0e53-aeb7-4852-b334-ff9c9c449c04","ReferredDoctorId":"396e8887-8e05-4b21-abd4-0df6b646d76a","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>f7125362-cb2e-427e-a4ef-102343adf753</Id> <Integrated>true</Integrated> <ReferringDoctorId>30be0e53-aeb7-4852-b334-ff9c9c449c04</ReferringDoctorId> <ReferredDoctorId>396e8887-8e05-4b21-abd4-0df6b646d76a</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. |