Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

params:
    costObjectKey (required)
    scenarioKey (required)
    speculationName (optional)
    description (optional)
    glKey (optional)
    startDate (required) – start date of the view
    endDate (required) – end date of the view
    speculationStartDate (required) – start date of the speculation
    speculationEndDate (required) – end date of the speculation
    cost (required)
    isRollOff (required)

service
    Not found in service fileraft.services.Speculation.person.update.url: '/rest/v2/speculation/person/:id'

    raft.services.Speculation.person.update.type: post

Wiki Markup
\[DELETE\] /rest/v2/speculation/expense/:speculationId
 --> delete an expense speculation
Ledger::deleteExpenseSpeculation(speculationKey)
returns balance/subtotals

...