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": "76ec3907-0808-43b9-816e-4ac603a4329e",
"Integrated": true,
"ReferringDoctorId": "813f8ba7-c819-4ed7-8540-f18264eed1ee",
"ReferredDoctorId": "8b29c13c-6361-4d79-930d-0f2988fe7c0e",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"76ec3907-0808-43b9-816e-4ac603a4329e","Integrated":true,"ReferringDoctorId":"813f8ba7-c819-4ed7-8540-f18264eed1ee","ReferredDoctorId":"8b29c13c-6361-4d79-930d-0f2988fe7c0e","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>76ec3907-0808-43b9-816e-4ac603a4329e</Id> <Integrated>true</Integrated> <ReferringDoctorId>813f8ba7-c819-4ed7-8540-f18264eed1ee</ReferringDoctorId> <ReferredDoctorId>8b29c13c-6361-4d79-930d-0f2988fe7c0e</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. |