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": "0f69fe64-aa84-4e05-9627-a1424a5fbef5",
"ReferredDoctorId": "111fdf97-4463-4bca-8292-e09a2496a0f1",
"TimeZone": "sample string 4",
"SpecialtyId": "ad1b55ae-458f-49e7-aef7-2558a4079489",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"0f69fe64-aa84-4e05-9627-a1424a5fbef5","ReferredDoctorId":"111fdf97-4463-4bca-8292-e09a2496a0f1","TimeZone":"sample string 4","SpecialtyId":"ad1b55ae-458f-49e7-aef7-2558a4079489","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>0f69fe64-aa84-4e05-9627-a1424a5fbef5</ReferringDoctorId> <ReferredDoctorId>111fdf97-4463-4bca-8292-e09a2496a0f1</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>ad1b55ae-458f-49e7-aef7-2558a4079489</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. |