Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
name | type | default | info |
---|---|---|---|
description | string | NONE | OPTIONAL, can't be blank string |
schedule | string | NONE | OPTIONAL, defaults to monthly, can be monthly or yearly, becomes REQUIRED IF scheduling is updated |
due_date | date | NONE | REQUIRED IF schedule is set |
day_of_month | integer | NONE | REQUIRED IF schedule is set |
month_of_year | integer | NONE | REQUIRED IF schedule type is yearly |
curl --location --request PUT 'https://www-staging.givve.com/api/scheduled_load_orders/' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "some text"
}'
{}