What's Changed
Added
- Added documentation for new endpoints
/deals/{id}/changelog
,/persons/{id}/changelog
and/organizations/{id}/changelog
. - Added
is_deleted
parameter for/v1/users/*
responses. - Added
billing_frequency
,billing_frequency_cycles
andbilling_start_date
fields toGET
,POST
andPUT
/v1/deals/{id}/products
endpointsGET
,POST
andPATCH
/v2/deals/{id}/products
endpointsGET
/v2/deals/products
endpoint
- Added
billing_frequency
,billing_frequency_cycles
fields toGET
,POST
andPUT
/v1/products
endpointsGET
/v1/products/{id}
endpointGET
,POST
andPATCH
/v2/products
endpointsGET
/v2/products/{id}
endpoints
- Added RawData trait to models to allow access to all response data objects