Billing Plans REST Endpoints
Order Management/Sales Orders for Order Hub Requests/Order Lines/Billing Plans
The Billing Plans resource manages the billing plan for the sales order.
- Create one billing plan
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/billingPlans
- Delete one billing plan
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/billingPlans/{billingPlansUniqID}
- Get all billing plans
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/billingPlans
- Get one billing plan
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/billingPlans/{billingPlansUniqID}
- Update one billing plan
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/billingPlans/{billingPlansUniqID}