---
title: "Declare Partnership Data 🇫🇷"
method: POST
path: "/companies/{companyId}/billing-declarations"
tags: ["Partners only"]
---

# Declare Partnership Data 🇫🇷

`POST /companies/{companyId}/billing-declarations`

Create declaration on a partner company for billing. (Only for partners)
\
**Required scopes**: None

## Path parameters

- `companyId` string, required

## Request body

- union
  - object
    - `monthOfApplication` string, required — The month of declaration application. This must be in the format YYYYMM, January being the month "01".
    - `quantityByProducts` object[] — Quantity for each product.
      - `productName` string, required — The product name.
      - `quantity` number, required — The quantity of this product. This can be a number of employees, a MRR, a number of meals vouchers, etc.
  - object — Deprecated, use quantityByProducts instead
    - `monthOfApplication` string, required — The month of declaration application. This must be in the format YYYYMM, January being the month "01".
    - `employeesByProducts` object[] — Number of employees in the company per product.
      - `productName` string, required — The product name.
      - `numberOfEmployees` integer, required — The number of employees for this product.

## Response `204`

The declaration was correctly created

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/payfit/apis/partner-api.md) · [All operations](https://skmtc.net/payfit/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payfit/partner-api/revisions/fd1fb9262946/schema)
