PUT v1/Owners/{ownerId}/JobOrders/{jobId}/TrackingDates/{trackingDateId}
This will save the tracking date value
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| trackingDateId | 
                         trackingDateId  | 
                    string | 
                                 Required  | 
                
| ownerId | string | 
                             None.  | 
                |
| jobId | string | 
                             None.  | 
                
Body Parameters
TrackingDateEntity
TrackingDateEntity| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | globally unique identifier | 
                             None.  | 
                |
| Description | string | 
                             None.  | 
                |
| PlannedDate | date | 
                             None.  | 
                |
| AdjustedDate | date | 
                             None.  | 
                |
| ActualDate | date | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Id": "b6e0286b-ef60-4d6c-a80b-1a0543ad83d0",
  "Description": "sample string 2",
  "PlannedDate": "2025-11-04T07:20:58.013281-05:00",
  "AdjustedDate": "2025-11-04T07:20:58.013281-05:00",
  "ActualDate": "2025-11-04T07:20:58.013281-05:00"
}
        application/xml, text/xml
            Sample:
        <TrackingDateEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TGG.JOCService.Core.Models.JobOrder"> <ActualDate>2025-11-04T07:20:58.013281-05:00</ActualDate> <AdjustedDate>2025-11-04T07:20:58.013281-05:00</AdjustedDate> <Description>sample string 2</Description> <Id>b6e0286b-ef60-4d6c-a80b-1a0543ad83d0</Id> <PlannedDate>2025-11-04T07:20:58.013281-05:00</PlannedDate> </TrackingDateEntity>
application/x-www-form-urlencoded
            Sample:
    
        
        application/x-msgpack
            Sample:
�ӈ�����ӈ����ʯsample string 2�k(�`�lM�C���ӈ����
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.