go back to BillingService

POST /billing/transfer/{transferBy}/{transferIds}

Transfers the provided id values to billing.

Roles that can access this endpoint are Users.

Parameters

name description type default type
request context HttpServletRequest
transferBy Determines what id values are being provided. Valid values are: [order, customer]. path String
transferIds Comma separated list of orders or customer ids to transfer to billing path String
transferUserOnly Transfers only billing records stamped with the authenticated user id query boolean

Result

Response of type: application/pdf application/xml application/json

Response object containing the transferred records and exceptions generated from the transfer

Try It Out

Request

- Authentication Help
- String
- String
- boolean