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": "0ce81560-15c1-4927-98cb-c6875cf463bf",
"ReferredDoctorId": "253b2640-b73e-44ef-b428-391c86736d61",
"TimeZone": "sample string 4",
"SpecialtyId": "9367c8ce-66c6-43dc-8b49-e9fd6f593e39",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"0ce81560-15c1-4927-98cb-c6875cf463bf","ReferredDoctorId":"253b2640-b73e-44ef-b428-391c86736d61","TimeZone":"sample string 4","SpecialtyId":"9367c8ce-66c6-43dc-8b49-e9fd6f593e39","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>0ce81560-15c1-4927-98cb-c6875cf463bf</ReferringDoctorId> <ReferredDoctorId>253b2640-b73e-44ef-b428-391c86736d61</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9367c8ce-66c6-43dc-8b49-e9fd6f593e39</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. |