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": "32bb0345-77d2-4a74-a528-73854715a5ae",
"ReferredDoctorId": "f76fc4da-5b4e-4f30-96c8-98b97c91ac81",
"TimeZone": "sample string 4",
"SpecialtyId": "40a58e41-8437-4b32-8fdb-6d983b82c97f",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"32bb0345-77d2-4a74-a528-73854715a5ae","ReferredDoctorId":"f76fc4da-5b4e-4f30-96c8-98b97c91ac81","TimeZone":"sample string 4","SpecialtyId":"40a58e41-8437-4b32-8fdb-6d983b82c97f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>32bb0345-77d2-4a74-a528-73854715a5ae</ReferringDoctorId> <ReferredDoctorId>f76fc4da-5b4e-4f30-96c8-98b97c91ac81</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>40a58e41-8437-4b32-8fdb-6d983b82c97f</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. |