Skip to main content
POST
/
v1
/
employer-identifiers
Create employer identifier
curl --request POST \
  --url https://api.payrollintegrationsapp.com/v1/employer-identifiers \
  --header 'Content-Type: application/json' \
  --data '
{
  "displayName": "<string>",
  "identifier": "<string>"
}
'
{
  "id": "550e8400-e29b-41d4-a716-446655440000"
}

Documentation Index

Fetch the complete documentation index at: https://developer.payrollintegrations.com/llms.txt

Use this file to discover all available pages before exploring further.

Learn more about Employer Identifiers in the Glossary.

Body

application/json
displayName
string
required

Display name of the employer identifier. The following characters are allowed: letters, numbers, spaces, periods, ampersands, and commas

Required string length: 1 - 200
Pattern: ^[a-zA-Z0-9\s.&,]+$
identifier
string
required

Identifier of the employer identifier

Required string length: 1 - 200
Pattern: ^[a-zA-Z0-9\s.&,]+$

Response

Employer identifier created successfully

id
string<uuid>
required

Unique identifier for the employer identifier