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": "ccd26f6d-5c14-4796-a19b-a86e2dc18444",
"ReferredDoctorId": "7351e4c1-6449-4ccb-94c4-040d2369596e",
"TimeZone": "sample string 4",
"SpecialtyId": "67fbe6b0-3517-47e0-9721-0e16fbb3b0d6",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ccd26f6d-5c14-4796-a19b-a86e2dc18444","ReferredDoctorId":"7351e4c1-6449-4ccb-94c4-040d2369596e","TimeZone":"sample string 4","SpecialtyId":"67fbe6b0-3517-47e0-9721-0e16fbb3b0d6","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ccd26f6d-5c14-4796-a19b-a86e2dc18444</ReferringDoctorId> <ReferredDoctorId>7351e4c1-6449-4ccb-94c4-040d2369596e</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>67fbe6b0-3517-47e0-9721-0e16fbb3b0d6</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. |