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": "fde68fa6-6a8b-4f76-9835-e3b4d8c4b5ac",
"ReferredDoctorId": "d8974b17-921d-4793-9476-230b5cfdf74e",
"TimeZone": "sample string 4",
"SpecialtyId": "c4f42cdc-71b0-4fa9-bee0-787d850a914d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"fde68fa6-6a8b-4f76-9835-e3b4d8c4b5ac","ReferredDoctorId":"d8974b17-921d-4793-9476-230b5cfdf74e","TimeZone":"sample string 4","SpecialtyId":"c4f42cdc-71b0-4fa9-bee0-787d850a914d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>fde68fa6-6a8b-4f76-9835-e3b4d8c4b5ac</ReferringDoctorId> <ReferredDoctorId>d8974b17-921d-4793-9476-230b5cfdf74e</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>c4f42cdc-71b0-4fa9-bee0-787d850a914d</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. |