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": "6cf85623-cfc9-4f74-bc2c-39f966bffa7d",
"ReferredDoctorId": "7642bd12-9be5-4c3f-b4b7-59cd8688891c",
"TimeZone": "sample string 4",
"SpecialtyId": "e8e3379e-2fdd-4a50-a015-2e2287a2e0b0",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"6cf85623-cfc9-4f74-bc2c-39f966bffa7d","ReferredDoctorId":"7642bd12-9be5-4c3f-b4b7-59cd8688891c","TimeZone":"sample string 4","SpecialtyId":"e8e3379e-2fdd-4a50-a015-2e2287a2e0b0","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>6cf85623-cfc9-4f74-bc2c-39f966bffa7d</ReferringDoctorId> <ReferredDoctorId>7642bd12-9be5-4c3f-b4b7-59cd8688891c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>e8e3379e-2fdd-4a50-a015-2e2287a2e0b0</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. |