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": "2dfb3745-e830-4a5a-938f-4e483c9edbcb",
"ReferredDoctorId": "bb2a1edb-6aff-4e16-88d8-a1bc18ef78a7",
"TimeZone": "sample string 4",
"SpecialtyId": "9b670d76-93f9-4272-aa54-dac9c02e876f",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"2dfb3745-e830-4a5a-938f-4e483c9edbcb","ReferredDoctorId":"bb2a1edb-6aff-4e16-88d8-a1bc18ef78a7","TimeZone":"sample string 4","SpecialtyId":"9b670d76-93f9-4272-aa54-dac9c02e876f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>2dfb3745-e830-4a5a-938f-4e483c9edbcb</ReferringDoctorId> <ReferredDoctorId>bb2a1edb-6aff-4e16-88d8-a1bc18ef78a7</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9b670d76-93f9-4272-aa54-dac9c02e876f</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. |