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": "9b7657da-db40-4c5b-bb97-a310e14b79f2",
"ReferredDoctorId": "96a1f0fc-46ec-4d99-b8a4-45b05b675a41",
"TimeZone": "sample string 4",
"SpecialtyId": "d7c47ed7-3e30-4d85-aa6a-848d43702400",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"9b7657da-db40-4c5b-bb97-a310e14b79f2","ReferredDoctorId":"96a1f0fc-46ec-4d99-b8a4-45b05b675a41","TimeZone":"sample string 4","SpecialtyId":"d7c47ed7-3e30-4d85-aa6a-848d43702400","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>9b7657da-db40-4c5b-bb97-a310e14b79f2</ReferringDoctorId> <ReferredDoctorId>96a1f0fc-46ec-4d99-b8a4-45b05b675a41</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>d7c47ed7-3e30-4d85-aa6a-848d43702400</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. |