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": "4c5deb7b-27f8-4936-aecc-9919c24732e2",
"ReferredDoctorId": "49ff4d4f-09e4-4e06-b1a7-d5f9e81e08dd",
"TimeZone": "sample string 4",
"SpecialtyId": "b4c2519a-5d60-4bf0-974a-a7d3077aace3",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"4c5deb7b-27f8-4936-aecc-9919c24732e2","ReferredDoctorId":"49ff4d4f-09e4-4e06-b1a7-d5f9e81e08dd","TimeZone":"sample string 4","SpecialtyId":"b4c2519a-5d60-4bf0-974a-a7d3077aace3","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>4c5deb7b-27f8-4936-aecc-9919c24732e2</ReferringDoctorId> <ReferredDoctorId>49ff4d4f-09e4-4e06-b1a7-d5f9e81e08dd</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>b4c2519a-5d60-4bf0-974a-a7d3077aace3</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. |