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": "e2da8ed1-bffd-4964-8f03-18db1fd98cea",
"ReferredDoctorId": "3ff31880-dcef-4147-8b0a-8f7147b9b326",
"TimeZone": "sample string 4",
"SpecialtyId": "a645ec40-110a-462b-9e36-cf51cbee118c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"e2da8ed1-bffd-4964-8f03-18db1fd98cea","ReferredDoctorId":"3ff31880-dcef-4147-8b0a-8f7147b9b326","TimeZone":"sample string 4","SpecialtyId":"a645ec40-110a-462b-9e36-cf51cbee118c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>e2da8ed1-bffd-4964-8f03-18db1fd98cea</ReferringDoctorId> <ReferredDoctorId>3ff31880-dcef-4147-8b0a-8f7147b9b326</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>a645ec40-110a-462b-9e36-cf51cbee118c</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. |