POST api/Asset/InsertAssetFiles?iAssetId={iAssetId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iAssetId | integer |
Required |
Body Parameters
Collection of clinsertAssetImg| Name | Description | Type | Additional information |
|---|---|---|---|
| AssetDocumentsId | integer |
None. |
|
| FileName | string |
None. |
|
| Url | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"AssetDocumentsId": 1,
"FileName": "sample string 2",
"Url": "sample string 3"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.