v1

latestOpenAPI 3.0.02026-07-24310185.2 KB
Partners 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

OR

Example request

{
  "quantityByProducts": [
    {
      "productName": "meal-vouchers",
      "quantity": 10
    },
    {
      "productName": "health-insurance",
      "quantity": 5
    }
  ]
}

Response

The declaration was correctly created

object required