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": "3fbb2ef0-8a39-4935-a3cc-4d221e1d6baa",
"ReferredDoctorId": "b848807c-3eca-4f49-850e-82e959403a47",
"TimeZone": "sample string 4",
"SpecialtyId": "b4a669d9-d075-4e65-b99b-55ad21201d47",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"3fbb2ef0-8a39-4935-a3cc-4d221e1d6baa","ReferredDoctorId":"b848807c-3eca-4f49-850e-82e959403a47","TimeZone":"sample string 4","SpecialtyId":"b4a669d9-d075-4e65-b99b-55ad21201d47","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>3fbb2ef0-8a39-4935-a3cc-4d221e1d6baa</ReferringDoctorId> <ReferredDoctorId>b848807c-3eca-4f49-850e-82e959403a47</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>b4a669d9-d075-4e65-b99b-55ad21201d47</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. |