Enhance your application with Uberall's comprehensive API documentation
https://docs.uberall.com/_mock/apis/swagger/
https://uberall.com/api/
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
https://docs.uberall.com/_mock/apis/swagger/sales-partners/{id}
https://uberall.com/api/sales-partners/{id}
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/sales-partners/{id}' \
-H 'accessToken: YOUR_API_KEY_HERE'
No content
SalesPartner 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://docs.uberall.com/_mock/apis/swagger/sales-partners/{id}
https://uberall.com/api/sales-partners/{id}
curl -i -X PUT \
'https://docs.uberall.com/_mock/apis/swagger/sales-partners/{id}' \
-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",
"phone": "string",
"preferredLanguage": {},
"salesPartnerStatus": "CREATED",
"vatId": "string"
}'
No content
Social Posting
Products - Social Posting