added

API Release 1.34

API Release 1.34

EnvironmentStatus
UATRELEASED
ProductionRELEASED - March 8, 2022

New Field Added - averagePriceRaw

New field averagePriceRaw has been added to the following endpoints:

  • {bo-url}}/back-office/orders/{{orderID}}
  • {{bo-url}}/back-office/orders/byOrderNo/{{orderNo}}
  • {{bo-url}}/back-office/accounts/{{acctid}}/reports/order-history
  • Added averagePriceRaw field to TicketAuditReport
    The field applies to all order types. It is as six decimal field and partners may apply desired precision on their end.

Performance Enhancement - Deposit Job

Optimized the processing time of the daily deposit job.

Enhancement to GET Account API

taxStatusCode and taxRecipientCode will display on Get Account API

{
.....
"taxProfile":{
    "taxStatusCode": ENUM
    "taxRecipientCode": ENUM
  }
}

Error Code Update

Error code updated to 400 when taxTreatyWithUS is set to true when [country = USA] as USA is not eligible for Tax Treaty.

New Error Code for Redemptions API

New error code E032 added to {{bo-url}}/back-office/funding/redemptions/{redemptionID} for missing or invalid parameters.