Get any version of a SalesOrder or Subscription by id.
Can be used when an orderId can be both a SalesOrder and a Subscription and any version.
Response body will be either a SalesOrderResponse or a SubscriptionResponse.
GEThttps://api.younium.com/Orders/{id}
Authorization
Path parameters
id*string (uuid)
Header parameters
Response
Success
Request
Response
Update order product charge
PATCHhttps://api.younium.com/Orders/Charges/{id}
Authorization
Path parameters
id*string (uuid)
Header parameters
Body
descriptionnullable string
remarksnullable string
externalERPIdnullable string
externalCRMIdnullable string
customFieldsnullable object
Response
Success
Request
Response
Edit InvoicedToDate on Charge
Set or edit invoiced to date on order product charge
The Invoiced To date cannot be before the charges effective start date or the current invoiced to date.
In the order product charge response the field for invoiced to date is referred to as 'chargedThroughDate'