BlueCart · Example Payload

Bluecart User Create Example

RestaurantProcurementWholesaleOrderingFood DistributionHospitalityeCommerce

Bluecart User Create Example is an example object payload from BlueCart, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

firstNamelastNameemailenablednotifyrolephonereportsTonotificationTypes

Example Payload

Raw ↑
{
  "firstName": "Alex",
  "lastName": "Morgan",
  "email": "alex.morgan@distributor.example",
  "enabled": true,
  "notify": true,
  "role": "Admin",
  "phone": "+15555550123",
  "reportsTo": 3000,
  "notificationTypes": [
    "OrderPlaced",
    "OrderShipped"
  ]
}