Revenue Items REST Endpoints

Opportunities/Revenue Items
The revenue items resource is used to view, create, update, and delete the revenue items of an opportunity. The revenue items associated with opportunities are products, services, or other items a customer might be interested in purchasing.
Create an opportunity revenue
Method: post
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/ChildRevenue
Delete an opportunity revenue
Method: delete
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/ChildRevenue/{ChildRevenueUniqID}
Get all opportunity revenues
Method: get
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/ChildRevenue
Get an opportunity revenue
Method: get
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/ChildRevenue/{ChildRevenueUniqID}
Update an opportunity revenue
Method: patch
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/ChildRevenue/{ChildRevenueUniqID}