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": "5e781457-bc74-4f0c-ac12-2aa1f8f25b6f",
"ReferredDoctorId": "f926bc90-7794-47b7-8db8-16daba395c0b",
"TimeZone": "sample string 4",
"SpecialtyId": "fef57cc2-a932-466c-bcef-83ca51f67870",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"5e781457-bc74-4f0c-ac12-2aa1f8f25b6f","ReferredDoctorId":"f926bc90-7794-47b7-8db8-16daba395c0b","TimeZone":"sample string 4","SpecialtyId":"fef57cc2-a932-466c-bcef-83ca51f67870","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>5e781457-bc74-4f0c-ac12-2aa1f8f25b6f</ReferringDoctorId> <ReferredDoctorId>f926bc90-7794-47b7-8db8-16daba395c0b</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>fef57cc2-a932-466c-bcef-83ca51f67870</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. |