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": "34fad5a5-ff1a-4f41-a2a4-2c6231ad5db2",
"ReferredDoctorId": "9c48dd7d-86b0-4183-a518-76ff1bfbff3b",
"TimeZone": "sample string 4",
"SpecialtyId": "24bd3d72-890f-441a-819f-949d33508d4a",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"34fad5a5-ff1a-4f41-a2a4-2c6231ad5db2","ReferredDoctorId":"9c48dd7d-86b0-4183-a518-76ff1bfbff3b","TimeZone":"sample string 4","SpecialtyId":"24bd3d72-890f-441a-819f-949d33508d4a","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>34fad5a5-ff1a-4f41-a2a4-2c6231ad5db2</ReferringDoctorId> <ReferredDoctorId>9c48dd7d-86b0-4183-a518-76ff1bfbff3b</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>24bd3d72-890f-441a-819f-949d33508d4a</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. |