Enhance your application with Uberall's comprehensive API documentation
Uberall API (20250708)
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://uberall.com/api/sales-partners
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/sales-partners
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://uberall.com/api/sales-partners \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: 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- https://uberall.com/api/sales-partners/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/sales-partners/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/sales-partners/{id}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'No contentSalesPartner data to update
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)
Preferred language of the new child SalesPartner, for invoice purpose (either 'de' oder 'en')
Sales Partner Status Enum
- https://uberall.com/api/sales-partners/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/sales-partners/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://uberall.com/api/sales-partners/{id}' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: 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",
"phone": "string",
"preferredLanguage": {},
"salesPartnerStatus": "CREATED",
"vatId": "string"
}'No content
Social PostingCopy for LLM Copy page as Markdown for LLMs View as Markdown Open this page as Markdown Open in ChatGPT Get insights from ChatGPT Open in Claude Get insights from Claude Connect to Cursor Install MCP server on Cursor Connect to VS Code Install MCP server on VS Code
Products - Social Posting