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": "c592f62b-3383-4557-a01a-6294aa9f4533",
"ReferredDoctorId": "fcc43e26-ae43-4551-b9fe-b62282fb6e93",
"TimeZone": "sample string 4",
"SpecialtyId": "fabab8e4-e429-47b5-a024-60ca771c7afd",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"c592f62b-3383-4557-a01a-6294aa9f4533","ReferredDoctorId":"fcc43e26-ae43-4551-b9fe-b62282fb6e93","TimeZone":"sample string 4","SpecialtyId":"fabab8e4-e429-47b5-a024-60ca771c7afd","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>c592f62b-3383-4557-a01a-6294aa9f4533</ReferringDoctorId> <ReferredDoctorId>fcc43e26-ae43-4551-b9fe-b62282fb6e93</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>fabab8e4-e429-47b5-a024-60ca771c7afd</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. |