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": "ab25e01f-65e2-4c45-a25c-5b43ab8070a9",
"ReferredDoctorId": "db082146-8e66-43bd-b06f-1be6c5432dec",
"TimeZone": "sample string 4",
"SpecialtyId": "505abc65-0c30-4cf5-9cf1-234509b7ea78",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ab25e01f-65e2-4c45-a25c-5b43ab8070a9","ReferredDoctorId":"db082146-8e66-43bd-b06f-1be6c5432dec","TimeZone":"sample string 4","SpecialtyId":"505abc65-0c30-4cf5-9cf1-234509b7ea78","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ab25e01f-65e2-4c45-a25c-5b43ab8070a9</ReferringDoctorId> <ReferredDoctorId>db082146-8e66-43bd-b06f-1be6c5432dec</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>505abc65-0c30-4cf5-9cf1-234509b7ea78</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. |