PUT /api/v3/vendor/{vendorId}/account

Add accounts to a vendor

AddAccountsV3 Permissions: MoveAccountsBetweenVendors (Manage)

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type, including the request body.

Path Parameters

Name Description Type Required
vendorId The identifier for the vendor to which accounts are being added integer (int32) Required

Request Body

Array of:

Type: integer (int32)

Example Request Body application/json
[
  1
]

Responses

204 No Content The request succeeded. No content is returned in the response body.