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": "d8504346-a5f3-412c-b3d2-a4d33938b5b7",
"ReferredDoctorId": "412b21d5-9afc-4cf4-941f-6871bedfc1f2",
"TimeZone": "sample string 4",
"SpecialtyId": "79ab4a9d-671b-4d9b-a968-1f81681d366c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"d8504346-a5f3-412c-b3d2-a4d33938b5b7","ReferredDoctorId":"412b21d5-9afc-4cf4-941f-6871bedfc1f2","TimeZone":"sample string 4","SpecialtyId":"79ab4a9d-671b-4d9b-a968-1f81681d366c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>d8504346-a5f3-412c-b3d2-a4d33938b5b7</ReferringDoctorId> <ReferredDoctorId>412b21d5-9afc-4cf4-941f-6871bedfc1f2</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>79ab4a9d-671b-4d9b-a968-1f81681d366c</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. |