POST Cases/Create
Request Information
URI Parameters
None.
Body Parameters
CreateCaseDtoForApiName | 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": "e3ea1eec-c157-4375-86f7-8419192bd9ef", "ReferredDoctorId": "9c781679-6a1c-471c-9657-acc37856a96b", "TimeZone": "sample string 4", "SpecialtyId": "d0e00676-e454-4ed5-adcc-76f291f681a3", "SubmissionJson": "sample string 6" }
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"e3ea1eec-c157-4375-86f7-8419192bd9ef","ReferredDoctorId":"9c781679-6a1c-471c-9657-acc37856a96b","TimeZone":"sample string 4","SpecialtyId":"d0e00676-e454-4ed5-adcc-76f291f681a3","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>e3ea1eec-c157-4375-86f7-8419192bd9ef</ReferringDoctorId> <ReferredDoctorId>9c781679-6a1c-471c-9657-acc37856a96b</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>d0e00676-e454-4ed5-adcc-76f291f681a3</SpecialtyId> <SubmissionJson>sample string 6</SubmissionJson> </CreateCaseDtoForApi>
Response Information
Resource Description
HttpResponseMessageName | 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. |