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": "7582522c-657e-4689-8adc-c6e1357f44af",
"ReferredDoctorId": "b8deea64-3c90-4af1-816c-870880cabcd0",
"TimeZone": "sample string 4",
"SpecialtyId": "d38a2540-3c81-4074-89fe-3852e0677a1b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"7582522c-657e-4689-8adc-c6e1357f44af","ReferredDoctorId":"b8deea64-3c90-4af1-816c-870880cabcd0","TimeZone":"sample string 4","SpecialtyId":"d38a2540-3c81-4074-89fe-3852e0677a1b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>7582522c-657e-4689-8adc-c6e1357f44af</ReferringDoctorId> <ReferredDoctorId>b8deea64-3c90-4af1-816c-870880cabcd0</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>d38a2540-3c81-4074-89fe-3852e0677a1b</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. |