Skip to main content
Version: v3

Set Accounts

POST 

/social-media-posting/:locationId/set-accounts

Set social media accounts for a CSV import to publish posts to

Request

Version stringrequired

API Version

Available optionsv3
locationId stringrequired

Location Id

application/json

Bodyrequired

    accountIdsstring[]required

    Account Ids

    filePathstringrequired

    File path

    rowsCountnumberrequired

    Entries Count. rowsCount must be between 1 and number of posts in CSV

    fileNamestringrequired

    Name of file

    approverstring

    Approver User Id

    userIdstringrequired

    User ID

    csvFileTypestring

    CSV file type - determines the format of the CSV file being imported

    Available optionsbasicadvance
application/json

Successful response

Schema
    successbooleanrequired

    Success or Failure

    statusCodenumberrequired

    Status Code

    messagestringrequired

    Message

    resultsobject

    Requested Results