v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Create Store Associates

Allows adding new associates to a store. Only admin users of the org can create associates.

post/orgEntity/associate

Request body

codestring required

Unique code of the associate.

namestring

Name of the associate.

storeIdinteger required

Unique ID of the store associated with the associate.

isActiveboolean

Pass true to activate the associate, false to inactivate.

Response

200

createdIdinteger

Example response

{
  "createdId": 50011749
}