1a ERP Records
post
/api/v2/erp-records
This API will import data related to any Invoice, Rejection, or Payment records that are created within the ERP, by Textura Integration. The ERP records can be imported in situations where there is no match with an export header or an invoice contract. In this situation, certain fields within Textura will denote "No matching invoice contract found" and retrieval of the audit records for the import job, will show that the records were imported successfully.
Request
Header Parameters
-
Authentification(required): string
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
-
actionType(required): string
Type of record: invoice, rejection, or payment.Example:
invoice
-
drawNumber: number
This is a deprecated field for the draw number.Example:
1
-
erpRecordID: number
(string)
Unique identifier of the record in the ERP.Example:
5555789123
-
erpReleaseRecordID: string
This is a deprecated field for the release record ID.Example:
213
-
invoiceAmount: number
Gross amount of invoice from ERP.Example:
8005.5
-
invoiceNumber(required): string
Invoice number from ERP.Example:
A05-3330001140
-
mainJobNumber(required): string
Project number.Example:
2877330250-312200
-
paymentAmount: number
Payment amount from the ERP.Example:
0
-
postDate: string
Posting date of record in the ERP.Example:
2023-01-01
-
releaseAmount: number
Deprecated field for release amount.Example:
50
-
revisionNumber: string
Deprecated field for revision number.Example:
a
-
subContractNumber: string
Subcontract or PO number related to the record.Example:
3330001140
-
vendorID(required): string
Vendor number, from the ERP, related to the record.Example:
234555
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/erp-records/6712
Examples
Default Response
Links to working URLs
Links
- Production URL
-
https://services.texturacorp.com/ebis/api/v2/erp-records
- Test URL
-
https://usint1.texturacorp.com/ebis/api/v2/erp-records