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": "9c50c066-d167-4c33-817b-a368996385aa",
"ReferredDoctorId": "a3c819b5-f4a2-4ba8-8288-e4a2b9c989bf",
"TimeZone": "sample string 4",
"SpecialtyId": "ea5b4831-0079-4f65-b571-611341f986b0",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"9c50c066-d167-4c33-817b-a368996385aa","ReferredDoctorId":"a3c819b5-f4a2-4ba8-8288-e4a2b9c989bf","TimeZone":"sample string 4","SpecialtyId":"ea5b4831-0079-4f65-b571-611341f986b0","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>9c50c066-d167-4c33-817b-a368996385aa</ReferringDoctorId> <ReferredDoctorId>a3c819b5-f4a2-4ba8-8288-e4a2b9c989bf</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>ea5b4831-0079-4f65-b571-611341f986b0</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. |