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": "8747d419-1d09-4264-9ad3-f0f2f44d9280",
"ReferredDoctorId": "5a3c6a01-3dbb-4904-8f91-7edd7a32e377",
"TimeZone": "sample string 4",
"SpecialtyId": "fc41b54f-ac68-4b27-85e0-50411b35cbfe",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"8747d419-1d09-4264-9ad3-f0f2f44d9280","ReferredDoctorId":"5a3c6a01-3dbb-4904-8f91-7edd7a32e377","TimeZone":"sample string 4","SpecialtyId":"fc41b54f-ac68-4b27-85e0-50411b35cbfe","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>8747d419-1d09-4264-9ad3-f0f2f44d9280</ReferringDoctorId> <ReferredDoctorId>5a3c6a01-3dbb-4904-8f91-7edd7a32e377</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>fc41b54f-ac68-4b27-85e0-50411b35cbfe</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. |