Update date math

Update date math

PUT https://ris.rightsline.com/v4/date-math

This endpoint allows you to update a date math calculation.

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

Request Body

NameTypeDescription

dateMathCalcId

integer

The date math calculation ID to update.

type

string

Equals (default), EarliestOf, LatestOf, or PriorityOf

compareToDate

string

The date to compare for new date math calculations.

recalcOption

string

Hard (default), Archive, or Open

conditionOption

string

ASAP (default), or KeepTBD

createParentCalcs

array

An array of new parent calculations to add to the existing date math calculation.

updateParentCalcs

array

An array of parent calculations to update on the existing date math calculation.

deleteParentCalcs

array

Array of type INTEGER of the date math calcul

{    
    "message": "Date math updated successfully."
}

Last updated