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": "42ceb2a3-7a5f-41de-8104-b6cb5117d02a",
"ReferredDoctorId": "be4ec4a3-b701-4b48-a087-a9e8155893a4",
"TimeZone": "sample string 4",
"SpecialtyId": "f486c4ac-a4fa-4ad9-8321-b5f79d79ecce",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"42ceb2a3-7a5f-41de-8104-b6cb5117d02a","ReferredDoctorId":"be4ec4a3-b701-4b48-a087-a9e8155893a4","TimeZone":"sample string 4","SpecialtyId":"f486c4ac-a4fa-4ad9-8321-b5f79d79ecce","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>42ceb2a3-7a5f-41de-8104-b6cb5117d02a</ReferringDoctorId> <ReferredDoctorId>be4ec4a3-b701-4b48-a087-a9e8155893a4</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>f486c4ac-a4fa-4ad9-8321-b5f79d79ecce</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. |