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": "450f6d30-fa2e-4ee5-ad6d-5170f28b22da",
"ReferredDoctorId": "d3522456-7744-4ad8-be23-8aedc831bc49",
"TimeZone": "sample string 4",
"SpecialtyId": "6cefb810-872a-4d51-9d65-986916f5226a",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"450f6d30-fa2e-4ee5-ad6d-5170f28b22da","ReferredDoctorId":"d3522456-7744-4ad8-be23-8aedc831bc49","TimeZone":"sample string 4","SpecialtyId":"6cefb810-872a-4d51-9d65-986916f5226a","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>450f6d30-fa2e-4ee5-ad6d-5170f28b22da</ReferringDoctorId> <ReferredDoctorId>d3522456-7744-4ad8-be23-8aedc831bc49</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>6cefb810-872a-4d51-9d65-986916f5226a</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. |