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": "8bef0f98-f675-4ba0-b9b8-d4cb0dd051da",
"ReferredDoctorId": "9ae01b03-8547-415c-8f39-12ef07b33f2e",
"TimeZone": "sample string 4",
"SpecialtyId": "525c38d0-2f05-487e-9221-08ed43ef06d5",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"8bef0f98-f675-4ba0-b9b8-d4cb0dd051da","ReferredDoctorId":"9ae01b03-8547-415c-8f39-12ef07b33f2e","TimeZone":"sample string 4","SpecialtyId":"525c38d0-2f05-487e-9221-08ed43ef06d5","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>8bef0f98-f675-4ba0-b9b8-d4cb0dd051da</ReferringDoctorId> <ReferredDoctorId>9ae01b03-8547-415c-8f39-12ef07b33f2e</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>525c38d0-2f05-487e-9221-08ed43ef06d5</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. |