API structure has changed
  5 structure changes including:
    
    5 Modifications
        Modified
        5
      
      GET /salesorders/{id}
              - Response
- 
  200 response Modified
    - 
  application/hal+json content type Modified
    - 
  _embedded property Modified
    - lines property Modified
 
 
- 
  _embedded property Modified
    
 
- 
  application/hal+json content type Modified
    
GET /salesorders/{id}/lines
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - dimensions property Added
 
 
- 
  application/json content type Modified
    
GET /salesorders/{id}/lines/{lineId}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - dimensions property Added
 
 
- 
  application/json content type Modified
    
PATCH /salesorders/{id}/lines/{lineId}
              - Body
- 
  application/json content type Modified
    - dimensions property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - dimensions property Added
 
 
- 
  application/json content type Modified
    
POST /salesorders/{id}/lines
              - Body
- 
  application/json content type Modified
    - dimensions property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - dimensions property Added
 
 
- 
  application/json content type Modified
    
