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": "8616b9ad-0512-42e5-a9d3-26acf62d2fef",
"ReferredDoctorId": "0ebc529a-dca8-415a-927e-25c9c0cbd9a8",
"TimeZone": "sample string 4",
"SpecialtyId": "b2a2034d-4b95-45ea-9e44-fe2c7f3aa988",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"8616b9ad-0512-42e5-a9d3-26acf62d2fef","ReferredDoctorId":"0ebc529a-dca8-415a-927e-25c9c0cbd9a8","TimeZone":"sample string 4","SpecialtyId":"b2a2034d-4b95-45ea-9e44-fe2c7f3aa988","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>8616b9ad-0512-42e5-a9d3-26acf62d2fef</ReferringDoctorId> <ReferredDoctorId>0ebc529a-dca8-415a-927e-25c9c0cbd9a8</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>b2a2034d-4b95-45ea-9e44-fe2c7f3aa988</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. |