Structure "Premium IDs"
This structure describes the IDs data.
Description
| Name | Description | Data type | Required |
|---|---|---|---|
| premium | Premium user. | Logical | |
| shipper | Shipper. | Logical | |
| carrier | Vehicle owner. | Logical | |
| carrierGps | Vehicle owner with SmartGPS. | Logical | |
| approvedProfile | User profile is verified. | Logical | |
| approvedContacts | Contact details are confirmed. | Logical | |
| topBrand | Top brand. | Logical | |
| vip | VIP client. | Logical | |
| lardiClient | Lardi client. | Logical | |
| autoRepeat | Auto-repeat. | Logical | |
| hideAds | Hide Ads. | Logical |
Sample
JSON
{
"premium": false,
"shipper": false,
"carrier": false,
"carrierGps": false,
"approvedProfile": false,
"approvedContacts": false,
"topBrand": false,
"vip": false,
"lardiClient": true,
"autoRepeat": true,
"hideAds": false
}