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": "bfec1a16-2bfb-4834-90bc-13c62054a308",
"ReferredDoctorId": "02238c98-65eb-44a5-a5a6-d8fa670bfa05",
"TimeZone": "sample string 4",
"SpecialtyId": "22ef69a6-74a7-41c6-977a-1f67a576b86d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"bfec1a16-2bfb-4834-90bc-13c62054a308","ReferredDoctorId":"02238c98-65eb-44a5-a5a6-d8fa670bfa05","TimeZone":"sample string 4","SpecialtyId":"22ef69a6-74a7-41c6-977a-1f67a576b86d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>bfec1a16-2bfb-4834-90bc-13c62054a308</ReferringDoctorId> <ReferredDoctorId>02238c98-65eb-44a5-a5a6-d8fa670bfa05</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>22ef69a6-74a7-41c6-977a-1f67a576b86d</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. |