PUT v1/Owners/{ownerId}/JobOrders/{jobId}/DetailedScope
Update the Detail Scope of Work for a job Order
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| ownerId | 
                         ownerId  | 
                    string | 
                                 Required  | 
                
| jobId | 
                         jobId  | 
                    string | 
                                 Required  | 
                
Body Parameters
detailedScopeOfWork
JobOrderDetailedScope| Name | Description | Type | Additional information | 
|---|---|---|---|
| Text | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Text": "sample string 1"
}
        application/xml, text/xml
            Sample:
        <JobOrderDetailedScope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TGG.JOCService.Core.Response.JobOrder"> <Text>sample string 1</Text> </JobOrderDetailedScope>
application/x-www-form-urlencoded
            Sample:
    
        
        application/x-msgpack
            Sample:
��sample string 1
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.