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": "86fe8142-7398-4e48-a485-5d46b2a7cb71",
"ReferredDoctorId": "f6659e60-f3ac-4f43-82c5-712e9d1c0cb3",
"TimeZone": "sample string 4",
"SpecialtyId": "b888ac23-f6ce-4f91-81d1-7c1626cf1a5a",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"86fe8142-7398-4e48-a485-5d46b2a7cb71","ReferredDoctorId":"f6659e60-f3ac-4f43-82c5-712e9d1c0cb3","TimeZone":"sample string 4","SpecialtyId":"b888ac23-f6ce-4f91-81d1-7c1626cf1a5a","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>86fe8142-7398-4e48-a485-5d46b2a7cb71</ReferringDoctorId> <ReferredDoctorId>f6659e60-f3ac-4f43-82c5-712e9d1c0cb3</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>b888ac23-f6ce-4f91-81d1-7c1626cf1a5a</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. |