API structure has changed
  4 structure changes including:
    
    4 Modifications
        Modified
        4
          Breaking
      
      GET /salesorders
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  dimensions property Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
- currency, grossAmount, netAmount, taxAmount properties Added
 
- 
  dimensions property Removed
    
 
- 
  application/json content type Modified
    
GET /salesorders/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - currency, grossAmount, netAmount, taxAmount properties Added
 
 
- 
  application/json content type Modified
    
PATCH /salesorders/{id}
              - Body
- 
  application/json content type Modified
    - 
  id property Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
- currency property Added
 
- 
  id property Removed
    
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - currency, grossAmount, netAmount, taxAmount properties Added
 
 
- 
  application/json content type Modified
    
POST /salesorders
              - Body
- 
  application/json content type Modified
    - currency property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - currency, grossAmount, netAmount, taxAmount properties Added
 
 
- 
  application/json content type Modified
    
