Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					7d8f43540f | ||
| 
						 | 
					114a5b90b9 | 
@@ -862,7 +862,7 @@ type CreateOrUpdateAttribute struct {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
type CreateOrUpdateAttributeValue struct {
 | 
					type CreateOrUpdateAttributeValue struct {
 | 
				
			||||||
	// Directory identifier
 | 
						// Directory identifier
 | 
				
			||||||
	DictionaryValueId int64 `json:"dictrionary_value_id"`
 | 
						DictionaryValueId int64 `json:"dictionary_value_id"`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Value from the directory
 | 
						// Value from the directory
 | 
				
			||||||
	Value string `json:"value"`
 | 
						Value string `json:"value"`
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -56,7 +56,7 @@ type GetFBOReturnsReturn struct {
 | 
				
			|||||||
	// Return destination
 | 
						// Return destination
 | 
				
			||||||
	DestinationPlaceName string `json:"dst_place_name"`
 | 
						DestinationPlaceName string `json:"dst_place_name"`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Return identifier
 | 
						// Return shipment identifier
 | 
				
			||||||
	Id int64 `json:"id"`
 | 
						Id int64 `json:"id"`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Indication that the package has been opened. true, if it has been
 | 
						// Indication that the package has been opened. true, if it has been
 | 
				
			||||||
@@ -65,6 +65,9 @@ type GetFBOReturnsReturn struct {
 | 
				
			|||||||
	// Shipment number
 | 
						// Shipment number
 | 
				
			||||||
	PostingNumber string `json:"posting_number"`
 | 
						PostingNumber string `json:"posting_number"`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// Unique return record identifier
 | 
				
			||||||
 | 
						ReturnId int64 `json:"return_id"`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Return reason
 | 
						// Return reason
 | 
				
			||||||
	ReturnReasonName string `json:"return_reason_name"`
 | 
						ReturnReasonName string `json:"return_reason_name"`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user