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": "6d861e65-dae6-4129-a194-c4c884584f1d",
"ReferredDoctorId": "a3f796c2-9af9-4b55-b576-cfb5ee52c2a4",
"TimeZone": "sample string 4",
"SpecialtyId": "9023fc8b-356b-4acd-91ce-e5de9091c619",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"6d861e65-dae6-4129-a194-c4c884584f1d","ReferredDoctorId":"a3f796c2-9af9-4b55-b576-cfb5ee52c2a4","TimeZone":"sample string 4","SpecialtyId":"9023fc8b-356b-4acd-91ce-e5de9091c619","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>6d861e65-dae6-4129-a194-c4c884584f1d</ReferringDoctorId> <ReferredDoctorId>a3f796c2-9af9-4b55-b576-cfb5ee52c2a4</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9023fc8b-356b-4acd-91ce-e5de9091c619</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. |