Get any version of a SalesOrder or Subscription by id.
get
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.
Authorizations
Path parameters
idstring · uuidrequired
Header parameters
api-versionstringoptional
Responses
application/json
application/json
get
GET /Orders/{id} HTTP/1.1
Host: api.younium.com
Accept: */*
No Content
Get Charge by Id
get
Get any version of a subscription or a sales order Charge.
Authorizations
Path parameters
idstring · uuidrequired
Header parameters
api-versionstringoptional
Responses
application/json
objectoptional
application/json
application/json
get
GET /Orders/Charges/{id} HTTP/1.1
Host: api.younium.com
Accept: */*
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'