API structure has changed
  4 structure changes including:
    
    4 Modifications
        Modified
        4
      
      GET /salesorders
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - yourReference, ourReference, referenceNumber properties Added
 
- 
  application/hal+json content type Modified
    - 
  _embedded property Modified
    - salesorders property Modified
 
 
- 
  _embedded property Modified
    
 
- 
  application/json content type Modified
    
GET /salesorders/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - yourReference, ourReference, referenceNumber properties Added
 
- 
  application/hal+json content type Modified
    - yourReference, ourReference, referenceNumber properties Added
 
 
- 
  application/json content type Modified
    
PATCH /salesorders/{id}
              - Body
- 
  application/json content type Modified
    - yourReference, ourReference, referenceNumber properties Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - yourReference, ourReference, referenceNumber properties Added
 
- 
  application/hal+json content type Modified
    - yourReference, ourReference, referenceNumber properties Added
 
 
- 
  application/json content type Modified
    
POST /salesorders
              - Body
- 
  application/json content type Modified
    - yourReference, ourReference, referenceNumber properties Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - yourReference, ourReference, referenceNumber properties Added
 
 
- 
  application/json content type Modified
    
