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": "51a2625f-e46c-4a05-bc7a-58a6e7ba11fb",
"ReferredDoctorId": "a4fce573-4a7a-493f-9902-19681a00e3a4",
"TimeZone": "sample string 4",
"SpecialtyId": "ee3c257b-0b7f-4bc8-90ff-5b833e528c7e",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"51a2625f-e46c-4a05-bc7a-58a6e7ba11fb","ReferredDoctorId":"a4fce573-4a7a-493f-9902-19681a00e3a4","TimeZone":"sample string 4","SpecialtyId":"ee3c257b-0b7f-4bc8-90ff-5b833e528c7e","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>51a2625f-e46c-4a05-bc7a-58a6e7ba11fb</ReferringDoctorId> <ReferredDoctorId>a4fce573-4a7a-493f-9902-19681a00e3a4</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>ee3c257b-0b7f-4bc8-90ff-5b833e528c7e</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. |