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": "4b8ccba0-4276-4ee2-ac91-6992a6960134",
"ReferredDoctorId": "7b895691-4d4f-470a-8d83-2477a7e07668",
"TimeZone": "sample string 4",
"SpecialtyId": "e9dd93c8-acb1-4eb6-90b9-9be09cab1fa2",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"4b8ccba0-4276-4ee2-ac91-6992a6960134","ReferredDoctorId":"7b895691-4d4f-470a-8d83-2477a7e07668","TimeZone":"sample string 4","SpecialtyId":"e9dd93c8-acb1-4eb6-90b9-9be09cab1fa2","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>4b8ccba0-4276-4ee2-ac91-6992a6960134</ReferringDoctorId> <ReferredDoctorId>7b895691-4d4f-470a-8d83-2477a7e07668</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>e9dd93c8-acb1-4eb6-90b9-9be09cab1fa2</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. |