@ /track/v1/details/{inquiryNumber}
|
gmtDate: |
|
type: string |
|
description: 'gmtDate' |
|
example: '20210210' |
"20240326" WRONG => YYYY-MM-DD
|
gmtOffset: |
|
type: string |
|
description: 'gmtOffset' |
|
example: '-05:00' |
"+01:00" GOOD
|
gmtTime: |
|
type: string |
|
description: 'gmtTime' |
|
example: '74700' |
"15:58:00" GOOD - but - the example is wrong
@
/track/v1/details/{inquiryNumber}api-documentation/Tracking.yaml
Lines 157 to 160 in 4962e98
"20240326"WRONG =>YYYY-MM-DDapi-documentation/Tracking.yaml
Lines 161 to 164 in 4962e98
"+01:00"GOODapi-documentation/Tracking.yaml
Lines 165 to 168 in 4962e98
"15:58:00"GOOD - but - theexampleis wrong