post https://app.pennylane.com/api/external/v1/plan_items
This endpoint allows you to create a plan item based on a specific payload.
Log in to see full request history
Responses
This endpoint allows you to create a plan item based on a specific payload.
xxxxxxxxxx
curl --request POST \
--url https://app.pennylane.com/api/external/v1/plan_items \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
11{
"plan_item": {
"number": "706000000",
"label": "Prestations de service",
"enabled": true,
"vat_rate": "FR_200",
"country_alpha2": "FR",
"description": "string",
"v2_id": 1234
}
}