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": "8f46fda3-064a-49f0-8a5b-546b01d804e8",
"ReferredDoctorId": "61ab3ac9-effb-4bca-8c98-7f6a088bee76",
"TimeZone": "sample string 4",
"SpecialtyId": "a3da2f0c-bb48-4b90-a59a-e574aec6cb5f",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"8f46fda3-064a-49f0-8a5b-546b01d804e8","ReferredDoctorId":"61ab3ac9-effb-4bca-8c98-7f6a088bee76","TimeZone":"sample string 4","SpecialtyId":"a3da2f0c-bb48-4b90-a59a-e574aec6cb5f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>8f46fda3-064a-49f0-8a5b-546b01d804e8</ReferringDoctorId> <ReferredDoctorId>61ab3ac9-effb-4bca-8c98-7f6a088bee76</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>a3da2f0c-bb48-4b90-a59a-e574aec6cb5f</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. |