2a Cash Receipts
post
/api/v2/owner-funding-checks
This API allows for an owner to fund draws within a project. Submitting the appropriate details will update the draw coverage, within TPM. The returned audit response will provide a message on whether the draw was fully funded. To use this API, these conditions must be met:
- The project must have the Track Owner Funding setting enabled
- Payment Due Date is checked in the Contract Settings and set to Owner Funding Date
Request
Header Parameters
-
Authentification(required):
The protocol for the API requires a valid username and password for TPM.
Supported Media Types
- application/json
- application/json
Root Schema : schema
Type:
Show Source
object
-
arInvoiceNumber: string
Example:
2112200010
-
checkAmount(required): number
Amount from checkExample:
210659.83
-
checkDate(required): string
Date the check was createdExample:
02-02-2023
-
checkNumber(required): string
Check numberExample:
2003315
-
drawNumber(required): number
Unique draw number to apply the check toExample:
1
-
ownerFundingComment: string
CommentExample:
-
projectNumber(required): string
Project numberExample:
01-441-1BZ
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
The job was successfully created.
Root Schema : schema
Type:
Show Source
object
-
URI: string
Endpoint for job-audit retrievalExample:
https://services.texturacorp.com/ebis/api/v2/owner-funding-checks/2400
Examples
Default Response
Links to working URLs
Links
- Production URL
-
https://services.texturacorp.com/ebis/api/v2/owner-funding-checks
- Test URL
-
https://usint1.texturacorp.com/ebis/api/v2/owner-funding-checks