POST api/MediaItems/Affiliate/{affiliateId}/PublishToStore?json={json}&xml={xml}&zip={zip}&mediaItemDTOType={mediaItemDTOType}

Publishes all the current Media Items (MediaItemMaxDTO) currently available on the platform for a given affiliate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
affiliateId

The affiliate Id

integer

Required

json

Publish JSON

boolean

Default value is True

xml

Publish XML

boolean

Default value is True

zip

Publish Zip Archive of JSON file

boolean

Default value is True

mediaItemDTOType

The type of MediaItemDTO to publish. 0=Mini, 1=Midi, 2=Max

FilmFlex.Platform.Common.API.Contracts.V1.Enums.MediaItemDTOType

Default value is Max

v

The requested API version

string

Required

Default value is 1

Body Parameters

None.

Response Information

Resource Description

Publishes all the current Media Items (MediaItemMaxDTO) currently available on the platform for a given affiliate

boolean

Response Formats

application/json, text/json

Sample:
true