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": "da93e5e4-d03b-48da-92ce-71ce5e3227a2",
"ReferredDoctorId": "55f78ea1-256a-41a0-9212-3c930c747977",
"TimeZone": "sample string 4",
"SpecialtyId": "aca2043a-f038-4c2e-91d9-4a8cb80d8305",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"da93e5e4-d03b-48da-92ce-71ce5e3227a2","ReferredDoctorId":"55f78ea1-256a-41a0-9212-3c930c747977","TimeZone":"sample string 4","SpecialtyId":"aca2043a-f038-4c2e-91d9-4a8cb80d8305","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>da93e5e4-d03b-48da-92ce-71ce5e3227a2</ReferringDoctorId> <ReferredDoctorId>55f78ea1-256a-41a0-9212-3c930c747977</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>aca2043a-f038-4c2e-91d9-4a8cb80d8305</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. |