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": "a186877d-ef1d-4c43-a451-9dceaf9ab0e2",
"ReferredDoctorId": "0047e058-20c0-4e72-9f9c-1fc45f35c999",
"TimeZone": "sample string 4",
"SpecialtyId": "b55fafa2-6bbe-4f9a-b784-3889cc3904b1",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"a186877d-ef1d-4c43-a451-9dceaf9ab0e2","ReferredDoctorId":"0047e058-20c0-4e72-9f9c-1fc45f35c999","TimeZone":"sample string 4","SpecialtyId":"b55fafa2-6bbe-4f9a-b784-3889cc3904b1","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>a186877d-ef1d-4c43-a451-9dceaf9ab0e2</ReferringDoctorId> <ReferredDoctorId>0047e058-20c0-4e72-9f9c-1fc45f35c999</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>b55fafa2-6bbe-4f9a-b784-3889cc3904b1</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. |