POST api/MediaDownloadLog/InsertLog
Request Information
URI Parameters
None.
Body Parameters
MediaDownloadLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AgencyId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| DateInString | string |
None. |
|
| officeName | string |
None. |
|
| ApplicationName | string |
None. |
|
| UserName | string |
None. |
|
| DocumentId | integer |
None. |
|
| Id | integer |
None. |
|
| MediaTypeId | integer |
None. |
|
| OfficeId | integer |
None. |
|
| Title | string |
None. |
|
| UserId | integer |
None. |
|
| dateFrom | string |
None. |
|
| dateTo | string |
None. |
|
| locationContextCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgencyId": 1,
"CreatedDate": "2026-02-03T18:25:44.2476301-08:00",
"DateInString": "sample string 3",
"officeName": "sample string 4",
"ApplicationName": "sample string 5",
"UserName": "sample string 6",
"DocumentId": 7,
"Id": 8,
"MediaTypeId": 9,
"OfficeId": 10,
"Title": "sample string 11",
"UserId": 12,
"dateFrom": "sample string 13",
"dateTo": "sample string 14",
"locationContextCode": "sample string 15"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true