EmploymentContractTypes
Maximum number of items to return (1-1000)
10Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.
Successful response
Bad request
Unauthorized
Internal server error
GET /employmentContractTypes HTTP/1.1
Accept: */*
{
"data": [
{
"code": "text",
"createdAt": "2026-01-01T00:00:00.000Z",
"id": "123e4567-e89b-12d3-a456-426614174000",
"lastModifiedAt": "2026-01-01T00:00:00.000Z",
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"repositoryID": "123e4567-e89b-12d3-a456-426614174000"
}
],
"pagination": {
"hasMore": true,
"limit": 1,
"nextCursor": "text",
"total": 1
}
}EmploymentContractType ID
Successful response
Unauthorized
Not found
Internal server error
GET /employmentContractTypes/{id} HTTP/1.1
Accept: */*
{
"code": "text",
"createdAt": "2026-01-01T00:00:00.000Z",
"id": "123e4567-e89b-12d3-a456-426614174000",
"lastModifiedAt": "2026-01-01T00:00:00.000Z",
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"repositoryID": "123e4567-e89b-12d3-a456-426614174000"
}Maximum number of items to return (1-1000)
10Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.
Successful response
Bad request
Unauthorized
Internal server error
GET /createEmploymentContractTypes HTTP/1.1
Accept: */*
{
"data": [
{
"code": "text",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000",
"subjectID": "123e4567-e89b-12d3-a456-426614174000"
}
],
"pagination": {
"hasMore": true,
"limit": 1,
"nextCursor": "text",
"total": 1
}
}Created successfully
falseBad request
Unauthorized
Internal server error
POST /createEmploymentContractTypes HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 131
[
{
"code": "text",
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"repositoryID": "123e4567-e89b-12d3-a456-426614174000"
}
][
{
"code": "text",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000",
"subjectID": "123e4567-e89b-12d3-a456-426614174000"
}
]CreateEmploymentContractTypeProposal ID
Successful response
falseUnauthorized
Not found
Internal server error
GET /createEmploymentContractTypes/{id} HTTP/1.1
Accept: */*
{
"code": "text",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000",
"subjectID": "123e4567-e89b-12d3-a456-426614174000"
}Maximum number of items to return (1-1000)
10Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.
Successful response
Bad request
Unauthorized
Internal server error
GET /deleteEmploymentContractTypes HTTP/1.1
Accept: */*
{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000"
}
],
"pagination": {
"hasMore": true,
"limit": 1,
"nextCursor": "text",
"total": 1
}
}Created successfully
falseBad request
Unauthorized
Internal server error
POST /deleteEmploymentContractTypes HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 101
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000"
}
][
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000"
}
]DeleteEmploymentContractTypeProposal ID
Successful response
falseUnauthorized
Not found
Internal server error
GET /deleteEmploymentContractTypes/{id} HTTP/1.1
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000"
}Maximum number of items to return (1-1000)
10Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.
Successful response
Bad request
Unauthorized
Internal server error
GET /updateEmploymentContractTypes HTTP/1.1
Accept: */*
{
"data": [
{
"code": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000"
}
],
"pagination": {
"hasMore": true,
"limit": 1,
"nextCursor": "text",
"total": 1
}
}Omit this field to keep current value
Created successfully
falseBad request
Unauthorized
Internal server error
POST /updateEmploymentContractTypes HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 175
[
{
"code": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"repositoryID": "123e4567-e89b-12d3-a456-426614174000"
}
][
{
"code": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000"
}
]UpdateEmploymentContractTypeProposal ID
Successful response
falseUnauthorized
Not found
Internal server error
GET /updateEmploymentContractTypes/{id} HTTP/1.1
Accept: */*
{
"code": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000"
}Last updated
Was this helpful?