Back to Project Sub Contract

POST Method Details for RecurringContractPaymentPlanAmountUpdate.

Update amount on payment plan on contract. Only for recurring contracts

Definition

https://app[x].timelog.com/[account name]/api/v{version}/contract/update-recurring-contract-payment-plan-amount

Parameters

  • model object
    • PaymentPlanAmount number Gets or set the value of the hourly rate
    • ProjectId integer Gets or set the projectNo for the entity
    • ProjectSubContractId integer Gets or set the ProjectSubContractId for the entity
    {
      "PaymentPlanAmount": 0.0,
      "ProjectId": 0,
      "ProjectSubContractId": 0
    }
  • version string The requested API version

Returns

  • [200] Payment plan amount was update successfully
  • [401] Invalid authentication token
  • [500] Payment plan could not be updated
    • Code integer Gets the code.
    • Details array Gets the details.
    • DeveloperNote object
    • Message string Gets the message.
    • Parameters string Gets the parameters.
    • Url string Gets the URL.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }