added

API Release 1.40

API Release 1.40

EnvironmentRelease Date
UATRELEASED
ProductionRelease Date - July 21, 2022

Error Code Updates

The following error codes have been updated. Please see Common Order Gateway Errors for more details on current error codes.


URL : {{bo-url}}/back-office/orders

Previous Error CodeNew Error CodeStatusDescription
customO101ERROR_INSTRUMENT_UNKNOWNInvalid instrumentID provided in the request
{
    "errorCode": "O101",
    "message": "Invalid Symbol. Refer to the API documentation for details. Details: Instrument lookup failed for [symbol=	APPL]",
    "errorDetails": {
        "detail": "Instrument lookup failed for [symbol= APPL]",
        "field": "symbol",
        "type": "STRING"
    }
}

URL : {{bo-url}}/back-office/orders

Previous Error CodeNew Error CodeStatusDescription
E032O403ERROR_ACCOUNT_NULLaccountID/ accountNo is null
{
    "errorCode": "O403",
    "message": "Account Number is missing in the request Details: Account Number is missing in the request",
    "errorDetails": {
        "detail": "Account Number is missing in the request",
        "field": "accountNo",
        "type": "STRING"
    }
}