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": "79bf6d19-ecb9-4b13-9883-c39ed0c535cd",
"ReferredDoctorId": "2b91d50c-c618-4c9e-ab17-d39814faf372",
"TimeZone": "sample string 4",
"SpecialtyId": "daaee4c3-c6b2-49b5-b55a-e6e4af138b27",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"79bf6d19-ecb9-4b13-9883-c39ed0c535cd","ReferredDoctorId":"2b91d50c-c618-4c9e-ab17-d39814faf372","TimeZone":"sample string 4","SpecialtyId":"daaee4c3-c6b2-49b5-b55a-e6e4af138b27","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>79bf6d19-ecb9-4b13-9883-c39ed0c535cd</ReferringDoctorId> <ReferredDoctorId>2b91d50c-c618-4c9e-ab17-d39814faf372</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>daaee4c3-c6b2-49b5-b55a-e6e4af138b27</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. |