Gig Invitations

Accept a Gig Invitation

POST https://api.cirro.io/v2/gig_invitations/:id/accept

Parameters

ParameterTypeNote
no_rewardbooleanA boolean flag (false by default) indicates whether gig results or gig time activities + EPAM staffing position are allowed to be created for the app worker

Example

1client = CirroIOV2::Client.new(...)
2client.GigInvitation.accept(1, { "no_reward": false })
Previous
Get Gig Invitations