/
MA
maqqie
/
Maqqie Public API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 2d ago
Details
Arbo document
1
Collective labour agreements
7
Company
11
post
Create a new company
get
Retrieve all locations for a company
get
Retrieve details of a specific location
post
Create a new location for a company
post
Update details of an existing location
get
Retrieve all contacts for a company
get
Retrieve details of a specific contact
post
Create a new contact for a company
post
Update details of an existing contact
get
Retrieve the current Maqqie-stored data of a company
post
Update the editable fields of an existing company
EmploymentContract
4
Entitlements
1
File
1
Framework Agreement
2
Invoice
1
Onboarding flow
5
Placement
6
Registration
4
Surcharges
1
Worker
2
Company
Update details of an existing contact
post
/public/company/v1/update-contact
Request body
ContactUpdateRequestV1
required
firstName
string
required
middleName
string
lastName
string
required
phoneNumber
string
required
email
string
email
required
safetyContact
boolean
required
contactId
string
uuid
required
Response
Successfully updated the contact
ContactResponseV1
required
firstName
string
required
middleName
string
lastName
string
required
phoneNumber
string
required
email
string
email
required
safetyContact
boolean
required
contactId
string
uuid
required