Update February 8, 2024 (#69)
This commit is contained in:
		@@ -56,7 +56,7 @@ type GetFBOReturnsReturn struct {
 | 
			
		||||
	// Return destination
 | 
			
		||||
	DestinationPlaceName string `json:"dst_place_name"`
 | 
			
		||||
 | 
			
		||||
	// Return identifier
 | 
			
		||||
	// Return shipment identifier
 | 
			
		||||
	Id int64 `json:"id"`
 | 
			
		||||
 | 
			
		||||
	// Indication that the package has been opened. true, if it has been
 | 
			
		||||
@@ -65,6 +65,9 @@ type GetFBOReturnsReturn struct {
 | 
			
		||||
	// Shipment number
 | 
			
		||||
	PostingNumber string `json:"posting_number"`
 | 
			
		||||
 | 
			
		||||
	// Unique return record identifier
 | 
			
		||||
	ReturnId int64 `json:"return_id"`
 | 
			
		||||
 | 
			
		||||
	// Return reason
 | 
			
		||||
	ReturnReasonName string `json:"return_reason_name"`
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user