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": "5a470d90-bd6d-4ebc-b70a-c4bf674407f5",
"ReferredDoctorId": "2cfa09fe-051d-4496-a556-3c6bb21db4af",
"TimeZone": "sample string 4",
"SpecialtyId": "675c0b6e-47c5-4aa0-b7f6-76e0d81a3465",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"5a470d90-bd6d-4ebc-b70a-c4bf674407f5","ReferredDoctorId":"2cfa09fe-051d-4496-a556-3c6bb21db4af","TimeZone":"sample string 4","SpecialtyId":"675c0b6e-47c5-4aa0-b7f6-76e0d81a3465","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>5a470d90-bd6d-4ebc-b70a-c4bf674407f5</ReferringDoctorId> <ReferredDoctorId>2cfa09fe-051d-4496-a556-3c6bb21db4af</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>675c0b6e-47c5-4aa0-b7f6-76e0d81a3465</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. |