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": "174e43e4-9c41-4989-b87c-83e393a4b52c",
"ReferredDoctorId": "116d4339-2d6c-4573-a875-d27da6734c22",
"TimeZone": "sample string 4",
"SpecialtyId": "cd6ebc7f-84c9-445e-9415-a5c0b7e0a027",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"174e43e4-9c41-4989-b87c-83e393a4b52c","ReferredDoctorId":"116d4339-2d6c-4573-a875-d27da6734c22","TimeZone":"sample string 4","SpecialtyId":"cd6ebc7f-84c9-445e-9415-a5c0b7e0a027","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>174e43e4-9c41-4989-b87c-83e393a4b52c</ReferringDoctorId> <ReferredDoctorId>116d4339-2d6c-4573-a875-d27da6734c22</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>cd6ebc7f-84c9-445e-9415-a5c0b7e0a027</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. |