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": "2b00a771-b164-4125-8281-4c3da02df192",
"ReferredDoctorId": "02901ce8-b62b-4b3c-a7b8-14ba934e141a",
"TimeZone": "sample string 4",
"SpecialtyId": "0d45c439-c411-4187-8045-7b68f00e3230",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"2b00a771-b164-4125-8281-4c3da02df192","ReferredDoctorId":"02901ce8-b62b-4b3c-a7b8-14ba934e141a","TimeZone":"sample string 4","SpecialtyId":"0d45c439-c411-4187-8045-7b68f00e3230","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>2b00a771-b164-4125-8281-4c3da02df192</ReferringDoctorId> <ReferredDoctorId>02901ce8-b62b-4b3c-a7b8-14ba934e141a</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>0d45c439-c411-4187-8045-7b68f00e3230</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. |