Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
name | type | default | info |
---|---|---|---|
schedule | string | NONE | REQUIRED, defaults to monthly, can be monthly or yearly |
day_of_month | integer | NONE | REQUIRED |
month_of_year | integer | NONE | REQUIRED IF schedule type is yearly |
curl --location --request GET 'https://www-staging.givve.com/api/scheduled_load_orders/next_start_dates?schedule=yearly&day_of_month=5&month_of_year=10' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2'
{}