v1
latestOpenAPI 3.0.02026-07-24310185.2 KBPartners only
Declare Partnership Data ๐ซ๐ท
Create declaration on a partner company for billing. (Only for partners)
Required scopes: None
post/companies/{companyId}/billing-declarations
Path parameters
companyIdstring required
The id of the company
Request body
Example request
{
"quantityByProducts": [
{
"productName": "meal-vouchers",
"quantity": 10
},
{
"productName": "health-insurance",
"quantity": 5
}
]
}Response
The declaration was correctly created
object required