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": "bf92ed65-7c4e-4c27-95a5-314d711ab774",
"ReferredDoctorId": "02d89e8f-e5a7-462d-b7c3-8a9daa9bb6d0",
"TimeZone": "sample string 4",
"SpecialtyId": "ae3609d8-812f-46d3-a853-92559ca9352b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"bf92ed65-7c4e-4c27-95a5-314d711ab774","ReferredDoctorId":"02d89e8f-e5a7-462d-b7c3-8a9daa9bb6d0","TimeZone":"sample string 4","SpecialtyId":"ae3609d8-812f-46d3-a853-92559ca9352b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>bf92ed65-7c4e-4c27-95a5-314d711ab774</ReferringDoctorId> <ReferredDoctorId>02d89e8f-e5a7-462d-b7c3-8a9daa9bb6d0</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>ae3609d8-812f-46d3-a853-92559ca9352b</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. |