Skip to main content

Create a new studio recommender block

POST 

/studio-recommender-blocks

Create new recommender block with given parameters

Request

Body

required

    code string

    Studio recommender block code that is associated with this recommender block

    name string

    Studio recommender block name that is associated with this recommender block

    recommenderBlockId int64

    Recommender block id that is associated with this recommender block

    recommenderLimit int32

    Studio recommender block limit that is associated with this recommender block

    siteId int64required

    The website id that an studio recommender block belongs to

    studioCss string

    Studio recommender block Css that is associated with this recommender block

    studioTemplate string

    Studio recommender block data that is associated with this recommender block

Responses

Created

Schema

    code string

    Studio recommender block code that is associated with this recommender block

    createdById int64

    Account id to whom created this recommender block

    dateCreated date-time

    Date and time a record is created

    dateModified date-time

    Date and time a record is modified

    id int64

    The unique identifier of the given studio recommender block

    name string

    Studio recommender block name that is associated with this recommender block

    recommenderBlockId int64

    Recommender block id that is associated with this recommender block

    recommenderLimit int32

    Studio recommender block limit that is associated with this recommender block

    siteId int64required

    The website id that an studio recommender block belongs to

    studioCss string

    Studio recommender block Css that is associated with this recommender block

    studioTemplate string

    Studio recommender block data that is associated with this recommender block

Loading...