v1

latestOpenAPI 3.0.42026-08-045381279.6 KB
Divisions

Update a division.

Replaces all fields of a division. All required fields must be provided.

Required Fields:

  • companyName - Name of the division
  • city - City where the division is located
  • countryCode - ISO 3166-1 alpha-2 country code (e.g. 'US', 'DE', 'DK')
put/divisions/{id}

Path parameters

idstring uuid required

Request body

companyNamestring required
registrationNumberstring nullable
addressstring nullable
zipCodestring nullable
statestring nullable
citystring required
countryCodestring required
officeEmailstring email nullable
officePhonestring nullable

Response

Division updated successfully

idstring uuid
companyNamestring nullable
registrationNumberstring nullable
addressstring nullable
zipCodestring nullable
statestring nullable
citystring nullable
officeEmailstring nullable
officePhonestring nullable
isArchivedboolean
createdUtcstring date-time
updatedUtcstring date-time nullable