2b Subcontracts Update Audit
get
                    /api/v1/import/update-contracts/{jobID}
A successful import will update an existing subcontract in Textura. This API will not make any changes to the value of the subcontract or the number of components, it is intended for the updating of certain attributes on a subcontract in Textura. This API will can be used to update the retention percent on a subcontract or components, updating the description of a component, and updating the cost code category.
                
                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
The job was successfully created.
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    drawNumber: number
                    
                    
                     
                    
                
                
                Example:
19 - 
                
                    
                    formattedMessage: string
                    
                    
                     
                    
                
                
                Example:
Subcontract data was modified on subcontract 244509-075000 for vendor BBAPO01 on project 02-244509. The changes were not applied to any pending draws. You must reject the invoice before the changes are applied to that draw - 
                
                    
                    isoDateTime: string
                    
                    
                     
                    
                
                
                Example:
2023-01-17T15:53:00.843175 - 
                
                    
                    mainJobNumber: string
                    
                    
                     
                    
                
                
                Example:
01-17011 - 
                
                    
                    status: string
                    
                    
                     
                    
                
                
                Example:
SUCCESS - 
                
                    
                    subcontractNumber: string
                    
                    
                     
                    
                
                
                Example:
1000 - 
                
                    
                    subJobNumber: string
                    
                    
                     
                    
                
                
                Example:
17011 - 
                
                    
                    texturaJobID: number
                    
                    
                     
                    
                
                
                Example:
61 - 
                
                    
                    totalDuplicate: number
                    
                    
                     
                    
                
                
                Example:
0 - 
                
                    
                    totalError: number
                    
                    
                     
                    
                
                
                Example:
1 - 
                
                    
                    totalInfo: number
                    
                    
                     
                    
                
                
                Example:
0 - 
                
                    
                    totalSuccess: number
                    
                    
                     
                    
                
                
                Example:
0 - 
                
                    
                    vendorID: string
                    
                    
                     
                    
                
                
                Example:
RON095 
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/v1/import/update-contracts/{jobID}
 - Test URL
 - 
                                                    
                                                    
                                                    
                                                        https://usint1.textura.oraclecloud.com/ebis/api/v1/import/update-contracts/{jobID}