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": "0ca9bb35-b75e-40fe-b21a-7e6153543e1b",
"ReferredDoctorId": "f6ee709c-927a-41c8-a757-3eb80235e19d",
"TimeZone": "sample string 4",
"SpecialtyId": "1a7acee2-2e1f-49b0-9ead-aa1b21ce3d3f",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"0ca9bb35-b75e-40fe-b21a-7e6153543e1b","ReferredDoctorId":"f6ee709c-927a-41c8-a757-3eb80235e19d","TimeZone":"sample string 4","SpecialtyId":"1a7acee2-2e1f-49b0-9ead-aa1b21ce3d3f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>0ca9bb35-b75e-40fe-b21a-7e6153543e1b</ReferringDoctorId> <ReferredDoctorId>f6ee709c-927a-41c8-a757-3eb80235e19d</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>1a7acee2-2e1f-49b0-9ead-aa1b21ce3d3f</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. |