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": "d4c4b36b-5d7a-40ac-95b4-9ac733e93523",
"ReferredDoctorId": "3c26e4d3-4903-4c92-adcf-6775fb7c7fc5",
"TimeZone": "sample string 4",
"SpecialtyId": "40f3febb-a261-4b54-9a36-04f6919e360f",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"d4c4b36b-5d7a-40ac-95b4-9ac733e93523","ReferredDoctorId":"3c26e4d3-4903-4c92-adcf-6775fb7c7fc5","TimeZone":"sample string 4","SpecialtyId":"40f3febb-a261-4b54-9a36-04f6919e360f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>d4c4b36b-5d7a-40ac-95b4-9ac733e93523</ReferringDoctorId> <ReferredDoctorId>3c26e4d3-4903-4c92-adcf-6775fb7c7fc5</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>40f3febb-a261-4b54-9a36-04f6919e360f</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. |