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": "3db49d0a-b5a6-4233-b658-6d6447f3e8dc",
"ReferredDoctorId": "3aee08e4-377c-402a-9aa1-ed2615e87b28",
"TimeZone": "sample string 4",
"SpecialtyId": "6d38b614-8e3e-4646-b6bf-25243cf6e345",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"3db49d0a-b5a6-4233-b658-6d6447f3e8dc","ReferredDoctorId":"3aee08e4-377c-402a-9aa1-ed2615e87b28","TimeZone":"sample string 4","SpecialtyId":"6d38b614-8e3e-4646-b6bf-25243cf6e345","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>3db49d0a-b5a6-4233-b658-6d6447f3e8dc</ReferringDoctorId> <ReferredDoctorId>3aee08e4-377c-402a-9aa1-ed2615e87b28</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>6d38b614-8e3e-4646-b6bf-25243cf6e345</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. |