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": "bdf8324b-1cc3-4965-ac92-317d8bab95dd",
"ReferredDoctorId": "8f1a066b-d623-4c39-99bf-b8c48a5fae26",
"TimeZone": "sample string 4",
"SpecialtyId": "e7c9036a-0207-4602-87cd-2aa2fdb6566c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"bdf8324b-1cc3-4965-ac92-317d8bab95dd","ReferredDoctorId":"8f1a066b-d623-4c39-99bf-b8c48a5fae26","TimeZone":"sample string 4","SpecialtyId":"e7c9036a-0207-4602-87cd-2aa2fdb6566c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>bdf8324b-1cc3-4965-ac92-317d8bab95dd</ReferringDoctorId> <ReferredDoctorId>8f1a066b-d623-4c39-99bf-b8c48a5fae26</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>e7c9036a-0207-4602-87cd-2aa2fdb6566c</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. |