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": "a385f690-9465-4c36-ae2b-7f1a4463ee67",
"ReferredDoctorId": "89c77fe7-381b-46c5-9192-211f1e77ba04",
"TimeZone": "sample string 4",
"SpecialtyId": "36b17c38-ad8d-4b38-9651-b31ff496ba23",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"a385f690-9465-4c36-ae2b-7f1a4463ee67","ReferredDoctorId":"89c77fe7-381b-46c5-9192-211f1e77ba04","TimeZone":"sample string 4","SpecialtyId":"36b17c38-ad8d-4b38-9651-b31ff496ba23","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>a385f690-9465-4c36-ae2b-7f1a4463ee67</ReferringDoctorId> <ReferredDoctorId>89c77fe7-381b-46c5-9192-211f1e77ba04</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>36b17c38-ad8d-4b38-9651-b31ff496ba23</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. |