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": "1167cd02-6a01-4fff-850c-2c667dab79ab",
"ReferredDoctorId": "1f4f459c-69d9-4b72-b359-fb345341e2e3",
"TimeZone": "sample string 4",
"SpecialtyId": "da77ebaa-6d25-4284-a324-1657305ca1c2",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"1167cd02-6a01-4fff-850c-2c667dab79ab","ReferredDoctorId":"1f4f459c-69d9-4b72-b359-fb345341e2e3","TimeZone":"sample string 4","SpecialtyId":"da77ebaa-6d25-4284-a324-1657305ca1c2","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>1167cd02-6a01-4fff-850c-2c667dab79ab</ReferringDoctorId> <ReferredDoctorId>1f4f459c-69d9-4b72-b359-fb345341e2e3</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>da77ebaa-6d25-4284-a324-1657305ca1c2</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. |