Assign Account to Team

/teams/{id}/accounts

Assign Account to Team [POST]

Assign an account to an existing team.

Authorization: Admin

Request

Body
  {
    "accountId": "19769"
  }

Response 200

Body
  {
    "item": {
      "id": 19769,
      "num": "SNP190",
      "name": "Springfield Nuclear Plant",
      "address": "123 Springfield Street",
      "city": "Springfield",
      "state": null,
      "zip": "80982",
      "country": "US",
      "rowStatus": 1,
      "teamsCount": 4
    }
  }

Still need help? Contact Us Contact Us