Pass in an array of posting IDs and a new status to update them all to that status.

Header Parameters

ParameterTypeDescription
accessId*StringUnique identifier that ensures that the integrator has the authorization to make requests on behalf of the customer. Pass in either a standard accessId or a customerAccessId.

Body Parameters

ParameterTypeDescription
postingIdArray of StringsPass in any number of postingIds. You can get postingIds from the /postingrecord/results endpoint. It will be included in the response object for each posting record.
statusStringThis is the new status for all the posting records referenced in the postingId array. Options are: posted, removed, pending.
Language