Enhance your application with Uberall's comprehensive API documentation
https://docs.uberall.com/_mock/apis/swagger/
https://uberall.com/api/
Flag to indicate if single sign-on should be enforced. If enforced, users are allowed to log in via the single sign-on flow. Furthermore, the User's details such as name, email, feature, and others will be updatable via single sign-on only
https://docs.uberall.com/_mock/apis/swagger/sales-partners/{id}/sso-settings
https://uberall.com/api/sales-partners/{id}/sso-settings
curl -i -X PATCH \
'https://docs.uberall.com/_mock/apis/swagger/sales-partners/{id}/sso-settings' \
-H 'Content-Type: */*' \
-H 'accessToken: YOUR_API_KEY_HERE' \
-d '[object Object]'
No content
https://docs.uberall.com/_mock/apis/swagger/sales-partners
https://uberall.com/api/sales-partners
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/sales-partners?id=string&max=0&offset=0&order=string&query=string&sort=string&status=string' \
-H 'accessToken: YOUR_API_KEY_HERE'
Successfully retrieved all child SalesPartners
The actual response object of the response
No content
SalesPartner data to create a new child SalesPartner
Full address string of the new child SalesPartner (Be aware: Can't be NULL or empty)
Indicates if the invoice for this SalesPartner should be aggregated to the parent invoice
Indicates if the child SalesPartner should be allowed to see price information for e.g. product plans
Identifier of the new child SalesPartner (e.g. your own customer ID for better reference)
Parent ID of the associated parent SalesPartner. (Be aware: You need the Uberall SalesPartner ID of the parent)
Preferred language of the new child SalesPartner, for invoice purpose (either 'de' oder 'en')
Sales Partner Status Enum
https://docs.uberall.com/_mock/apis/swagger/sales-partners
https://uberall.com/api/sales-partners
curl -i -X POST \
https://docs.uberall.com/_mock/apis/swagger/sales-partners \
-H 'Content-Type: application/json' \
-H 'accessToken: YOUR_API_KEY_HERE' \
-d '{
"address": "string",
"aggregateInvoicesToParent": true,
"attribution": {
"name": "string",
"url": "string",
"id": 0,
"logo": {
"url": "string",
"type": "LOGO",
"description": "string"
}
},
"canSeePrices": true,
"country": "AF",
"emailAccounting": "string",
"emailCustomerSupport": "string",
"emailProjectLead": "string",
"identifier": "string",
"minPasswordLength": 0,
"name": "string",
"parent": 0,
"phone": "string",
"preferredLanguage": {},
"salesPartnerStatus": "CREATED",
"vatId": "string"
}'
No content
Social Posting
Products - Social Posting