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": "0e9f5c7b-8a73-4e51-8c9f-3d779cc115f4", "ReferredDoctorId": "3b6a82c5-4e52-43ee-901b-155e4078a1ee", "TimeZone": "sample string 4", "SpecialtyId": "23b6dffe-b350-4a2f-b59d-ad2705e85eed", "SubmissionJson": "sample string 6" }
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"0e9f5c7b-8a73-4e51-8c9f-3d779cc115f4","ReferredDoctorId":"3b6a82c5-4e52-43ee-901b-155e4078a1ee","TimeZone":"sample string 4","SpecialtyId":"23b6dffe-b350-4a2f-b59d-ad2705e85eed","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>0e9f5c7b-8a73-4e51-8c9f-3d779cc115f4</ReferringDoctorId> <ReferredDoctorId>3b6a82c5-4e52-43ee-901b-155e4078a1ee</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>23b6dffe-b350-4a2f-b59d-ad2705e85eed</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. |