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": "0afcbd70-bd30-485c-b133-70f3f4e47633",
"ReferredDoctorId": "baa17fe9-d621-47e4-81d8-a76aae389c57",
"TimeZone": "sample string 4",
"SpecialtyId": "605fee10-053b-4c2c-ab56-e68468f0c6a0",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"0afcbd70-bd30-485c-b133-70f3f4e47633","ReferredDoctorId":"baa17fe9-d621-47e4-81d8-a76aae389c57","TimeZone":"sample string 4","SpecialtyId":"605fee10-053b-4c2c-ab56-e68468f0c6a0","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>0afcbd70-bd30-485c-b133-70f3f4e47633</ReferringDoctorId> <ReferredDoctorId>baa17fe9-d621-47e4-81d8-a76aae389c57</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>605fee10-053b-4c2c-ab56-e68468f0c6a0</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. |