Create date math
Create date math
POST
https://ris.rightsline.com/v4/date-math
This endpoint allows you to create a new date math object.
Headers
Name
Type
Description
x-api-key
string
Your company's API key.
Authentication
string
Authentication token.
Request Body
Name
Type
Description
childTagLabel
string
The date characteristic to assign the date math.
childEntityTypeId
integer
The entity type of the record to assign the date math.
childId
integer
The ID of the record to assign the date math.
parentCalcs
array
The parent entities on which the date math calculation is based. See below.
ParentCalc object
Example
Calculate the contract_term_end
for deal record 618 as the earliest of the following two source dates:
15 days prior to the
contract_date
of deal record 620, or15 days after (isPriorTo = false) the
contract_term_start
date on deal 621.
Last updated