POST Cases/Create
Request Information
URI Parameters
None.
Body Parameters
CreateCaseDtoForApi| Name | Description | Type | Additional information |
|---|---|---|---|
| Integrated | boolean |
None. |
|
| ReferringDoctorId | globally unique identifier |
None. |
|
| ReferredDoctorId | globally unique identifier |
None. |
|
| TimeZone | string |
None. |
|
| SpecialtyId | globally unique identifier |
None. |
|
| SubmissionJson | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Integrated": true,
"ReferringDoctorId": "9a89c00c-b0d6-4ba4-a244-2aa8dded95f5",
"ReferredDoctorId": "464369cd-43ce-40dc-8e85-e62dacb79b34",
"TimeZone": "sample string 4",
"SpecialtyId": "2038033d-a838-49fc-a00f-8055f42bc831",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"9a89c00c-b0d6-4ba4-a244-2aa8dded95f5","ReferredDoctorId":"464369cd-43ce-40dc-8e85-e62dacb79b34","TimeZone":"sample string 4","SpecialtyId":"2038033d-a838-49fc-a00f-8055f42bc831","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>9a89c00c-b0d6-4ba4-a244-2aa8dded95f5</ReferringDoctorId> <ReferredDoctorId>464369cd-43ce-40dc-8e85-e62dacb79b34</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>2038033d-a838-49fc-a00f-8055f42bc831</SpecialtyId> <SubmissionJson>sample string 6</SubmissionJson> </CreateCaseDtoForApi>
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. |