Uberall API (20250204)
Enhance your application with Uberall's comprehensive API documentation
https://docs.uberall.com/_mock/apis/swagger/
https://uberall.com/api/
- Mock server
https://docs.uberall.com/_mock/apis/swagger/sales-partners
https://uberall.com/api/sales-partners
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/sales-partners?id=string&query=string&status=string&sort=string&order=string&max=0&offset=0' \
-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
- Mock server
https://docs.uberall.com/_mock/apis/swagger/sales-partners
https://uberall.com/api/sales-partners
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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
- Mock server
https://docs.uberall.com/_mock/apis/swagger/sales-partners/{id}
https://uberall.com/api/sales-partners/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/sales-partners/{id}' \
-H 'accessToken: YOUR_API_KEY_HERE'
No content
Social Posting
Products - Social Posting