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": "3ed92835-6652-4631-b104-a05080c79d51", "ReferredDoctorId": "9946923c-3eda-4241-877b-a93210699dde", "TimeZone": "sample string 4", "SpecialtyId": "bbe78ee5-6001-4c85-8116-99ae26049593", "SubmissionJson": "sample string 6" }
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"3ed92835-6652-4631-b104-a05080c79d51","ReferredDoctorId":"9946923c-3eda-4241-877b-a93210699dde","TimeZone":"sample string 4","SpecialtyId":"bbe78ee5-6001-4c85-8116-99ae26049593","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>3ed92835-6652-4631-b104-a05080c79d51</ReferringDoctorId> <ReferredDoctorId>9946923c-3eda-4241-877b-a93210699dde</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>bbe78ee5-6001-4c85-8116-99ae26049593</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. |