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": "73123840-a0e9-4973-b1db-2f22b6bfe055",
"ReferredDoctorId": "e3fb2622-c621-4dec-8865-8891e3125a54",
"TimeZone": "sample string 4",
"SpecialtyId": "ff79c667-8756-4639-be0a-cfe0a987f45b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"73123840-a0e9-4973-b1db-2f22b6bfe055","ReferredDoctorId":"e3fb2622-c621-4dec-8865-8891e3125a54","TimeZone":"sample string 4","SpecialtyId":"ff79c667-8756-4639-be0a-cfe0a987f45b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>73123840-a0e9-4973-b1db-2f22b6bfe055</ReferringDoctorId> <ReferredDoctorId>e3fb2622-c621-4dec-8865-8891e3125a54</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>ff79c667-8756-4639-be0a-cfe0a987f45b</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. |