Contracts_UpdateFinancials
Request
Body Params application/json-patch+json
{
"totalValue": 0,
"currency": "string",
"billingFrequency": "OneTime",
"paymentTerms": "Net15"
}
Request Code Samples
curl --location --request PATCH 'https://platform.shopranos.eu/api/v1/contracts//financials' \
--header 'x-companyid;' \
--header 'x-user-id;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"totalValue": 0,
"currency": "string",
"billingFrequency": "OneTime",
"paymentTerms": "Net15"
}'
Responses
This response does not have a body.
Modified at 2026-03-16 11:47:32