PUT api/Encounter/VideoPut/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
CallHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| EncounterId | globally unique identifier |
None. |
|
| ParentRefId | string |
None. |
|
| CallRefId | string |
None. |
|
| CallFrom | globally unique identifier |
None. |
|
| CallTo | globally unique identifier |
None. |
|
| StatusId | integer |
None. |
|
| StartedTime | date |
None. |
|
| EndedTime | date |
None. |
|
| Duration | string |
None. |
|
| CallType | string |
None. |
|
| DocId | globally unique identifier |
None. |
|
| CallStatus | string |
None. |
|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| Url | string |
None. |
|
| Docs | Doc |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| Modified | Member |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.