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": "e80cd694-f3a5-468e-93c4-3bea401e5c52",
"ReferredDoctorId": "5bdb078e-c026-4697-8f85-a33c00ce6fcc",
"TimeZone": "sample string 4",
"SpecialtyId": "90fcc5dc-3ef3-4bf1-b39b-f1bee314a72d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"e80cd694-f3a5-468e-93c4-3bea401e5c52","ReferredDoctorId":"5bdb078e-c026-4697-8f85-a33c00ce6fcc","TimeZone":"sample string 4","SpecialtyId":"90fcc5dc-3ef3-4bf1-b39b-f1bee314a72d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>e80cd694-f3a5-468e-93c4-3bea401e5c52</ReferringDoctorId> <ReferredDoctorId>5bdb078e-c026-4697-8f85-a33c00ce6fcc</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>90fcc5dc-3ef3-4bf1-b39b-f1bee314a72d</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. |