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": "da2b5a9b-95b7-4d0c-8e63-b7fe2b3d9076",
"ReferredDoctorId": "cbb6daaa-4bab-4f5b-979a-c431ebee6a0a",
"TimeZone": "sample string 4",
"SpecialtyId": "767d5f32-9bff-4df7-bc27-76ef5598dee6",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"da2b5a9b-95b7-4d0c-8e63-b7fe2b3d9076","ReferredDoctorId":"cbb6daaa-4bab-4f5b-979a-c431ebee6a0a","TimeZone":"sample string 4","SpecialtyId":"767d5f32-9bff-4df7-bc27-76ef5598dee6","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>da2b5a9b-95b7-4d0c-8e63-b7fe2b3d9076</ReferringDoctorId> <ReferredDoctorId>cbb6daaa-4bab-4f5b-979a-c431ebee6a0a</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>767d5f32-9bff-4df7-bc27-76ef5598dee6</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. |