v1

latestOpenAPI 3.0.42026-08-045381279.6 KB
Divisions

Create a new division.

Creates a new division for the authenticated creditor.

Divisions allow creditors to organize cases under different business units, branches, or departments.

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')

Optional Fields:

  • registrationNumber - Company registration number (CVR, VAT, etc.)
  • address, zipCode, state - Full address details
  • officeEmail, officePhone - Contact information
post/divisions

Headers

Idempotency-Keystring

Optional idempotency key (max 255 characters) for safely retrying this request. If a previous request used the same key with an identical body, the original terminal response is replayed verbatim. Reusing the key with a different body returns 422 with Type: "IdempotencyConflict". Field-level 400 validation errors are not stored, so you may fix the request and retry with the same key.

Request body

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

Response

Division created 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