GET Method Details for GetAllByContractID.
Get all payments by contract ID
Definition
https://app[x].timelog.com/[account name]/api/v{version}/payment
Parameters
- contractID integer Contract ID
- version string The requested API version
Returns
-
[200] A list of payments
- Amount number Gets or sets the amount
- Comment string Gets or sets the comment
- Discount number Gets or sets the discount
- ExpensesCost number Gets or sets the expenses cost
- InstallmentType integer Gets or sets the installment type
- InvoiceDate string Gets or sets the invoice date
- IsFixedPricePayment boolean Gets or sets a value indicating whether the payment is fixed price
- IsReadyForInvoicing boolean Gets or sets a value indicating whether this instance is ready for invoicing
- Name string Gets or sets the name
- PaymentGuid string Gets or sets the payment GUID
- PaymentID integer Gets or sets the payment ID
- ProductNumberID integer Gets or sets the product number ID
- ProjectID integer Gets or sets the project ID
- ProjectSubContractID integer Gets or sets the project sub contract ID
- Quantity number Gets or sets the quantity
- Rate number Gets or sets the rate
- TaskID integer Gets or sets the task ID
- UnitType integer Gets or sets the unit type
- [401] Invalid authentication token
-
[500] Request to GetAllByContractID has failed
- Code integer Gets the code.
- Details array Gets the details.
- Message string Gets the message.
- Parameters string Gets the parameters.
- Url string Gets the URL.