1b Prime Change Orders Audit
get
/api/v2/prime-change-orders/{jobID}
Prime Contract Change Order(s) imported through this API, with a unique combination of MainJobNumber and ChangeOrderNumber will be created in Textura. This will create new SOV lines and phase codes within the prime contracts schedule of values. Otherwise, it will reallocate amounts between existing phase codes. In order to use this API, certain conditions must be met:
- GC is assigned the SWS accounting package.
- GC has created the project.
- Subcontract is created.
- PCCO import file is ready for use.
Request
Path Parameters
-
jobID(required): integer(int64)
Unique identifier of the job number.
Header Parameters
-
Authentification(required): string
The protocol for the API requires a valid username and password for TPM.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Audit data included in response payload.
Root Schema : schema
Type:
Show Source
object
-
amount: number
Example:
1001
-
changeOrderAmount: number
Example:
1001
-
changeOrderDate: string
Example:
2014-01-01
-
changeOrderDescription: string
Example:
desc
-
changeOrderNumber: string
Example:
1
-
changeOrderTitle: string
Example:
title
-
code: number
Status codeExample:
200
-
jobID: string
Example:
*
-
phaseCode: string
Example:
123
-
projectNumber: string
Example:
1713817
-
total: number
Example:
1
-
totalDuplicate: number
Example:
0
-
totalError: number
Example:
0
-
totalInfo: number
Example:
0
-
totalSuccess: number
Example:
1
Examples
202 Response
Accepted. Encountered when the requestor has asked for request export data or an audit log, but the request is still in process.
Default Response
Links to working URLs
Links
- Production URL
-
https://services.texturacorp.com/ebis/api/v2/prime-change-orders/{jobID}
- Test URL
-
https://usint1.textura.oraclecloud.com/ebis/api/v2/prime-change-orders/{jobID}