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": "b1c8762e-9c28-4d37-ac57-faa7de77cea4",
"ReferredDoctorId": "c066c643-b27b-4e46-859e-73f52e2b0182",
"TimeZone": "sample string 4",
"SpecialtyId": "9f462a05-6256-4358-8ec1-dad3a118e3aa",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"b1c8762e-9c28-4d37-ac57-faa7de77cea4","ReferredDoctorId":"c066c643-b27b-4e46-859e-73f52e2b0182","TimeZone":"sample string 4","SpecialtyId":"9f462a05-6256-4358-8ec1-dad3a118e3aa","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>b1c8762e-9c28-4d37-ac57-faa7de77cea4</ReferringDoctorId> <ReferredDoctorId>c066c643-b27b-4e46-859e-73f52e2b0182</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9f462a05-6256-4358-8ec1-dad3a118e3aa</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. |