POST Case
Request Information
URI Parameters
None.
Body Parameters
CaseDtoForApi| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Integrated | boolean |
None. |
|
| ReferringDoctorId | globally unique identifier |
None. |
|
| ReferredDoctorId | globally unique identifier |
None. |
|
| TimeZone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "3798e4e7-f988-46a6-af2f-7485b1a295d1",
"Integrated": true,
"ReferringDoctorId": "835ec488-e145-483a-b0d9-d97a727aa429",
"ReferredDoctorId": "b6420704-4f26-4681-8405-14a581c8dfdc",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"3798e4e7-f988-46a6-af2f-7485b1a295d1","Integrated":true,"ReferringDoctorId":"835ec488-e145-483a-b0d9-d97a727aa429","ReferredDoctorId":"b6420704-4f26-4681-8405-14a581c8dfdc","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>3798e4e7-f988-46a6-af2f-7485b1a295d1</Id> <Integrated>true</Integrated> <ReferringDoctorId>835ec488-e145-483a-b0d9-d97a727aa429</ReferringDoctorId> <ReferredDoctorId>b6420704-4f26-4681-8405-14a581c8dfdc</ReferredDoctorId> <TimeZone>sample string 5</TimeZone> </CaseDtoForApi>
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. |