POST api/v1/media/assets/{assetId}/usages
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetId | integer |
Required |
Body Parameters
CreateMediaUsageRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RenditionSetId | integer |
None. |
|
| OwnerType | string |
None. |
|
| OwnerId | integer |
None. |
|
| PlacementKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RenditionSetId": 1,
"OwnerType": "sample string 2",
"OwnerId": 3,
"PlacementKey": "sample string 4"
}
application/xml, text/xml
Sample:
<CreateMediaUsageRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/navtezcms.BO.Media"> <OwnerId>3</OwnerId> <OwnerType>sample string 2</OwnerType> <PlacementKey>sample string 4</PlacementKey> <RenditionSetId>1</RenditionSetId> </CreateMediaUsageRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.