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": "c29c3b0a-6fe3-42f9-84b7-3a119a93b2c9",
"ReferredDoctorId": "5c89398d-eff8-463c-8d39-34fd41ee396a",
"TimeZone": "sample string 4",
"SpecialtyId": "2662a16b-3d1b-4918-b204-fdb22b208f92",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"c29c3b0a-6fe3-42f9-84b7-3a119a93b2c9","ReferredDoctorId":"5c89398d-eff8-463c-8d39-34fd41ee396a","TimeZone":"sample string 4","SpecialtyId":"2662a16b-3d1b-4918-b204-fdb22b208f92","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>c29c3b0a-6fe3-42f9-84b7-3a119a93b2c9</ReferringDoctorId> <ReferredDoctorId>5c89398d-eff8-463c-8d39-34fd41ee396a</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>2662a16b-3d1b-4918-b204-fdb22b208f92</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. |