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": "bc83064c-21a3-461a-804b-f30b980657bd",
"ReferredDoctorId": "07be0abf-46a6-4ada-b686-88bd0dff1faf",
"TimeZone": "sample string 4",
"SpecialtyId": "f1d927b8-be91-4418-9bf6-e6a570f39c80",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"bc83064c-21a3-461a-804b-f30b980657bd","ReferredDoctorId":"07be0abf-46a6-4ada-b686-88bd0dff1faf","TimeZone":"sample string 4","SpecialtyId":"f1d927b8-be91-4418-9bf6-e6a570f39c80","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>bc83064c-21a3-461a-804b-f30b980657bd</ReferringDoctorId> <ReferredDoctorId>07be0abf-46a6-4ada-b686-88bd0dff1faf</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>f1d927b8-be91-4418-9bf6-e6a570f39c80</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. |