Create Program Entry

The Create Program Entries method creates a program entry for a given athlete_id in the event and program indicated. A basic entry object is returned.

The method validates that the athlete_id is valid and that no existing entries have been made for the athlete else a validation error will be thrown. All validation checks are handled before any entries are processed.

🚧

No athlete creation happens via this method

This method will not create athletes. We have created online tools to manage the batch uploading of athletes for entry or you may create athletes and pass the corresponding athlete_ids to this method to create entries. Passing in a non-valid athlete_id will return a validation error before any entries are processed.

Language
Click Try It! to start a request and see the response here!