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": "567136c9-0c4c-4401-bbf0-4df762654d57",
"ReferredDoctorId": "b4b91791-97ed-479e-a515-f2c48b7791db",
"TimeZone": "sample string 4",
"SpecialtyId": "9d4c0a0d-9d1c-427a-a263-242159ecfc50",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"567136c9-0c4c-4401-bbf0-4df762654d57","ReferredDoctorId":"b4b91791-97ed-479e-a515-f2c48b7791db","TimeZone":"sample string 4","SpecialtyId":"9d4c0a0d-9d1c-427a-a263-242159ecfc50","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>567136c9-0c4c-4401-bbf0-4df762654d57</ReferringDoctorId> <ReferredDoctorId>b4b91791-97ed-479e-a515-f2c48b7791db</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9d4c0a0d-9d1c-427a-a263-242159ecfc50</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. |