added

V2 - Add `supplier` / `customer` in transactions responses

Adding new supplier and / or customer

customer AND supplier attributes are added to the resource representation in the response:

  • if customer is set, the supplier value is null.
  • if supplier is set, the customer value is null.
  • if no customer or supplier is attached to the transaction, both customer and supplier will be null.

customer attribute is added to the resource representation in the response:

supplier attribute is added to the resource representation in the response: