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": "d516d7f7-b71d-48aa-baee-8bfd40704885",
"ReferredDoctorId": "9ab084e8-b559-40d7-a6fc-e8ac201ea3e2",
"TimeZone": "sample string 4",
"SpecialtyId": "d74be5c0-94fb-4ec8-8f74-295cabb9d972",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"d516d7f7-b71d-48aa-baee-8bfd40704885","ReferredDoctorId":"9ab084e8-b559-40d7-a6fc-e8ac201ea3e2","TimeZone":"sample string 4","SpecialtyId":"d74be5c0-94fb-4ec8-8f74-295cabb9d972","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>d516d7f7-b71d-48aa-baee-8bfd40704885</ReferringDoctorId> <ReferredDoctorId>9ab084e8-b559-40d7-a6fc-e8ac201ea3e2</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>d74be5c0-94fb-4ec8-8f74-295cabb9d972</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. |