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, can be monthly or yearly |
day_of_month | integer | NONE | REQUIRED |
month_of_year | string | NONE | REQUIRED if schedule is yearly |
curl --location --request GET 'https://www-staging.givve.com/api/scheduled_load_orders/' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"schedule": "string",
"day_of_month": 0,
"month_of_year": 0
}'
{}