• No results found

PositionNotPostedEvent
Object

The event signaling that a Position failed to post or update.

Implements

NameDescription
Event
A signal that an action has been performed on the SEEK platform that may be of interest to an integration partner.Events can be delivered via:

Fields

NameDescription
createDateTime* 
DateTime!
The date & time the position failed to post or update.This field has weak ordering guarantees, so it should not be used as a pagination argument.
The identifier for the Event.
reasonId* 
String!
The identifier for the reason why the position failed to post or update.
schemeId* 
String!
The scheme ID of the event.Currently, only the seekAnz and seekAnzPublicTest schemes emit PositionNotPosted events.
seekPartnerPositionId* 
String!
The identifier for the Position that failed to post or update.
typeCode* 
String!
The type of event, i.e. PositionNotPosted.
webhookAttempts*  ( 
  after: String 
  before: String 
  filter: WebhookAttemptsFilterInput 
  first: Int 
  last: Int
)
WebhookAttemptsConnection!
A page of webhook attempts for the current event matching the specified criteria.A maximum of 100 webhook attempts can be returned in a single page. Additional webhook attempts can be queried using a pagination cursor.The result list is returned in ascending creation date & time order. It starts from the earliest known attempt if no pagination arguments are provided.

Webhook event payload

NameDescription
PositionNotPostedEvent
The JSON sent to a webhook endpoint when a job ad fails to be posted. Use the positionNotPostedReason query to retrieve the current state of the job ad; see share positions  for more information.