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": "94272d59-9785-46c6-8df7-183c7fa28745",
"ReferredDoctorId": "e1afa9c6-03d2-4aa5-a1c7-0372c43bccf4",
"TimeZone": "sample string 4",
"SpecialtyId": "63938c80-15f6-4bd7-9a39-85dc71170b20",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"94272d59-9785-46c6-8df7-183c7fa28745","ReferredDoctorId":"e1afa9c6-03d2-4aa5-a1c7-0372c43bccf4","TimeZone":"sample string 4","SpecialtyId":"63938c80-15f6-4bd7-9a39-85dc71170b20","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>94272d59-9785-46c6-8df7-183c7fa28745</ReferringDoctorId> <ReferredDoctorId>e1afa9c6-03d2-4aa5-a1c7-0372c43bccf4</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>63938c80-15f6-4bd7-9a39-85dc71170b20</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. |