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": "4aa97d38-87da-4c49-a6c0-5472ee33e081",
"ReferredDoctorId": "325df1a0-ddb9-433b-892b-2cc986b65fcc",
"TimeZone": "sample string 4",
"SpecialtyId": "601792d3-6121-4d3b-8176-5063c0609349",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"4aa97d38-87da-4c49-a6c0-5472ee33e081","ReferredDoctorId":"325df1a0-ddb9-433b-892b-2cc986b65fcc","TimeZone":"sample string 4","SpecialtyId":"601792d3-6121-4d3b-8176-5063c0609349","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>4aa97d38-87da-4c49-a6c0-5472ee33e081</ReferringDoctorId> <ReferredDoctorId>325df1a0-ddb9-433b-892b-2cc986b65fcc</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>601792d3-6121-4d3b-8176-5063c0609349</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. |