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": "d5477201-4769-49c3-8bd5-6d6f6d2a0e8a",
"ReferredDoctorId": "ea93189c-4a9c-4173-876e-352419b9451d",
"TimeZone": "sample string 4",
"SpecialtyId": "6dad40a7-e03a-46a2-a009-5c8ff03f51b8",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"d5477201-4769-49c3-8bd5-6d6f6d2a0e8a","ReferredDoctorId":"ea93189c-4a9c-4173-876e-352419b9451d","TimeZone":"sample string 4","SpecialtyId":"6dad40a7-e03a-46a2-a009-5c8ff03f51b8","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>d5477201-4769-49c3-8bd5-6d6f6d2a0e8a</ReferringDoctorId> <ReferredDoctorId>ea93189c-4a9c-4173-876e-352419b9451d</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>6dad40a7-e03a-46a2-a009-5c8ff03f51b8</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. |