🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/partner/registerDeal \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{ "details": {} }'
{ "clients": [ { "authorityUuid": "AAAAAAAAAAAAAAAAAAAAAA", "clientAccessAllowed": true, "clientAccountAccessUrl": "https://console.rhombussystems.com/client/access", "clientOrgName": "Acme Corporation", "clientOrgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "createdAtMillis": 1640995200000, "totalAudioGateways": 4, "totalBadgeReaders": 12, "totalCameras": 25, "totalClimateSensors": 10, "totalDoorSensors": 8, "totalLocations": 3, "totalOccupancySensors": 6, "totalProximitySensors": 5 } ], "error": true, "errorMsg": "<string>", "warningMsg": "<string>" }
Register a deal
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for registering a deal with partner details.
Map of deal details with key-value pairs
Show child attributes
OK
Response object containing the result of registering a deal.
List of partner clients associated with the registered deal
Was this page helpful?