Create CRB

Create a new CRB and associate with service provider

Securityaccess_auth
Request
path Parameters
sp_id
required
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

Service Provider Id

Request Body schema: application/json
required
required
object
object
Array of objects

CRB users to invite

object
Responses
200

Ok

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict

422

Validation Failed

post/service-providers/{sp_id}/crbs
Request samples
application/json
{
  • "org": {
    },
  • "pos_info": {
    },
  • "users": [
    ],
  • "options": {
    }
}
Response samples
application/json
{
  • "mailing_street_address": "415 Main St",
  • "mailing_city": "Miami",
  • "mailing_state": "IL",
  • "mailing_postal_code": "33101",
  • "established_date": "2022-02-02T00:00:00.000Z",
  • "ftEmployees": 22,
  • "ptEmployees": 43,
  • "entityType": "partnership",
  • "dba": "Green Check Dispensary",
  • "monthlySales": "1000",
  • "monthlyCustomers": "1000",
  • "id": "be2BA1c8-C9BE-76bb-1010-3D7C9908f0AC",
  • "name": "Dispensary1",
  • "street_address": "9608 Alexandrea Club",
  • "street_address_2": null,
  • "city": "New Elizabeth",
  • "ein": "55-5555555",
  • "phone_number": "958-814-8336",
  • "postal_code": null,
  • "country": "unitedstates",
  • "state": "GU",
  • "website": null,
  • "timezone": "Pacific/Pago_Pago"
}