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": "e0ba84c1-40be-4377-8da3-a78d90070667",
"ReferredDoctorId": "bde09ce5-ed74-4ead-8675-061fc4863453",
"TimeZone": "sample string 4",
"SpecialtyId": "ff070776-523d-479f-842f-d8bf60836d2b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"e0ba84c1-40be-4377-8da3-a78d90070667","ReferredDoctorId":"bde09ce5-ed74-4ead-8675-061fc4863453","TimeZone":"sample string 4","SpecialtyId":"ff070776-523d-479f-842f-d8bf60836d2b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>e0ba84c1-40be-4377-8da3-a78d90070667</ReferringDoctorId> <ReferredDoctorId>bde09ce5-ed74-4ead-8675-061fc4863453</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>ff070776-523d-479f-842f-d8bf60836d2b</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. |