Request parameters for createContentDocument operation in AplusContentApi.

Export

AplusContentApiCreateContentDocumentRequest

interface AplusContentApiCreateContentDocumentRequest {
    marketplaceId: string;
    postContentDocumentRequest: PostContentDocumentRequest;
}

Properties

marketplaceId: string

The identifier for the marketplace where the A+ Content is published.

Memberof

AplusContentApiCreateContentDocument

postContentDocumentRequest: PostContentDocumentRequest

The content document request details.

Memberof

AplusContentApiCreateContentDocument