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": "b74a6bb6-9fee-455f-b11b-70d37ada0bf3",
"ReferredDoctorId": "b7c62d66-f7eb-4c40-b593-f5f0782664f1",
"TimeZone": "sample string 4",
"SpecialtyId": "8658dbdd-e8f5-4463-a97a-4ab9b4ae318f",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"b74a6bb6-9fee-455f-b11b-70d37ada0bf3","ReferredDoctorId":"b7c62d66-f7eb-4c40-b593-f5f0782664f1","TimeZone":"sample string 4","SpecialtyId":"8658dbdd-e8f5-4463-a97a-4ab9b4ae318f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>b74a6bb6-9fee-455f-b11b-70d37ada0bf3</ReferringDoctorId> <ReferredDoctorId>b7c62d66-f7eb-4c40-b593-f5f0782664f1</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>8658dbdd-e8f5-4463-a97a-4ab9b4ae318f</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. |