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": "22024ca7-84a3-447c-9956-03027c738d09",
"ReferredDoctorId": "5ad7698f-8681-47ab-babe-842c09d6afd9",
"TimeZone": "sample string 4",
"SpecialtyId": "658fd3be-e481-41eb-97a2-e26534c77a81",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"22024ca7-84a3-447c-9956-03027c738d09","ReferredDoctorId":"5ad7698f-8681-47ab-babe-842c09d6afd9","TimeZone":"sample string 4","SpecialtyId":"658fd3be-e481-41eb-97a2-e26534c77a81","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>22024ca7-84a3-447c-9956-03027c738d09</ReferringDoctorId> <ReferredDoctorId>5ad7698f-8681-47ab-babe-842c09d6afd9</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>658fd3be-e481-41eb-97a2-e26534c77a81</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. |