Skip to main content
PUT
Update Revenue Settings

Body

default_creation_policy
enum<string>

Whether Active contracts create every scheduled invoice and journal at once or on each date.

  • CREATE_ALL_NOW - Create on Approval
  • CREATE_ON_DATE - Create On Invoice Date/Posting Date
Available options:
CREATE_ALL_NOW,
CREATE_ON_DATE
default_sending_policy
enum<string>

Whether AR invoices created from a contract send automatically or stay unsent.

  • SEND_AUTOMATICALLY - Send Automatically
  • SEND_MANUALLY - Send Manually
Available options:
SEND_AUTOMATICALLY,
SEND_MANUALLY

Response

200 - application/json
id
integer
required
read-only
created_at
string<date-time>
required
read-only
last_modified_at
string<date-time>
required
read-only
default_creation_policy
enum<string>

Whether Active contracts create every scheduled invoice and journal at once or on each date.

  • CREATE_ALL_NOW - Create on Approval
  • CREATE_ON_DATE - Create On Invoice Date/Posting Date
Available options:
CREATE_ALL_NOW,
CREATE_ON_DATE
default_sending_policy
enum<string>

Whether AR invoices created from a contract send automatically or stay unsent.

  • SEND_AUTOMATICALLY - Send Automatically
  • SEND_MANUALLY - Send Manually
Available options:
SEND_AUTOMATICALLY,
SEND_MANUALLY