latestOpenAPI 3.0.12026-08-16171142480.4 KB

ff1699330afa

Project API

Update a project

put/rest/api/v1/projects/{projectId}

Path parameters

projectIdstring uuid required

Request body

b2bboolean
balancenumber
billingCitystring required
billingCompanyNamestring required
billingCountrystring required
billingCountryIsoAlpha2string required
billingIdentificationstring required
billingNamestring required
billingPostcodestring required
billingRegionstring

Billing region / state. Mandatory for the United Arab Emirates (billingCountryIsoAlpha2 = AE), where the emirate is required for the VAT calculation. Expected as ISO 3166-2 subdivision code without country prefix, e.g. DU for Dubai.

billingStreetstring required
billingVatIdentificationstring

Company VAT number (read-only).

blockedboolean
dedicatedboolean required

You have to set it during resource creation, after that, it is only read-only. See pricing on our webpage for more information

idstring uuid
namestring required

Example request

{
  "billingRegion": "DU"
}

Response

OK

b2bboolean
balancenumber
billingCitystring required
billingCompanyNamestring required
billingCountrystring required
billingCountryIsoAlpha2string required
billingIdentificationstring required
billingNamestring required
billingPostcodestring required
billingRegionstring

Billing region / state. Mandatory for the United Arab Emirates (billingCountryIsoAlpha2 = AE), where the emirate is required for the VAT calculation. Expected as ISO 3166-2 subdivision code without country prefix, e.g. DU for Dubai.

billingStreetstring required
billingVatIdentificationstring

Company VAT number (read-only).

blockedboolean
dedicatedboolean required

You have to set it during resource creation, after that, it is only read-only. See pricing on our webpage for more information

idstring uuid
namestring required

Example response

{
  "billingRegion": "DU"
}