BlueCart · Example Payload

Bluecart User Example

RestaurantProcurementWholesaleOrderingFood DistributionHospitalityeCommerce

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

Top-level fields

idfirstNamelastNameemailenablednotifyrolephonereportsTonotificationTypescreationDateTimelastUpdateDateTime

Example Payload

Raw ↑
{
  "id": 3001,
  "firstName": "Alex",
  "lastName": "Morgan",
  "email": "alex.morgan@distributor.example",
  "enabled": true,
  "notify": true,
  "role": "Admin",
  "phone": "+15555550123",
  "reportsTo": 3000,
  "notificationTypes": [
    "OrderPlaced",
    "OrderShipped"
  ],
  "creationDateTime": "2026-06-02T14:30:00Z",
  "lastUpdateDateTime": "2026-06-02T15:00:00Z"
}