update odn logistic info #10

Merged
sinhluu merged 2 commits from change-api-tnc-to-odn into master 2023-08-23 06:49:54 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 7d1d63039d - Show all commits

View File

@ -47,9 +47,9 @@ type OutboundRequestPayload struct {
type UpdateORLogisticInfoPayload struct {
OrID int `json:"orId"`
TPLCode string `json:"tplCode"`
TrackingCode string `json:"trackingCode"`
LogisticInfoLabels []LogisticInfoLabel `json:"logisticInfoLabels"`
TPLCode string `json:"tplCode"`
TrackingCode string `json:"trackingCode"`
ShippingLabels []LogisticInfoLabel `json:"shippingLabels"`
}
type LogisticInfoLabel struct {