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": "6a83343f-aec8-4199-a10a-0b68eee07608",
"ReferredDoctorId": "c5ea2629-7ed2-46de-b6c2-8296ea3c9bcc",
"TimeZone": "sample string 4",
"SpecialtyId": "fdad8348-0c2b-42b9-a132-781202a05317",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"6a83343f-aec8-4199-a10a-0b68eee07608","ReferredDoctorId":"c5ea2629-7ed2-46de-b6c2-8296ea3c9bcc","TimeZone":"sample string 4","SpecialtyId":"fdad8348-0c2b-42b9-a132-781202a05317","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>6a83343f-aec8-4199-a10a-0b68eee07608</ReferringDoctorId> <ReferredDoctorId>c5ea2629-7ed2-46de-b6c2-8296ea3c9bcc</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>fdad8348-0c2b-42b9-a132-781202a05317</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. |