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": "74efea1c-fa4a-4574-a271-ac932686afe6",
"ReferredDoctorId": "1f309094-891b-45bd-b698-4dbfe6122adb",
"TimeZone": "sample string 4",
"SpecialtyId": "46ac95e7-d7d1-4335-aa8e-0d400b87be9c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"74efea1c-fa4a-4574-a271-ac932686afe6","ReferredDoctorId":"1f309094-891b-45bd-b698-4dbfe6122adb","TimeZone":"sample string 4","SpecialtyId":"46ac95e7-d7d1-4335-aa8e-0d400b87be9c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>74efea1c-fa4a-4574-a271-ac932686afe6</ReferringDoctorId> <ReferredDoctorId>1f309094-891b-45bd-b698-4dbfe6122adb</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>46ac95e7-d7d1-4335-aa8e-0d400b87be9c</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. |