added
API Release 1.40
about 1 year ago by Justin Jenkins
API Release 1.40
Environment | Release Date |
---|---|
UAT | RELEASED |
Production | Release 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 Code | New Error Code | Status | Description |
---|---|---|---|
custom | O101 | ERROR_INSTRUMENT_UNKNOWN | Invalid 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 Code | New Error Code | Status | Description |
---|---|---|---|
E032 | O403 | ERROR_ACCOUNT_NULL | accountID / 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"
}
}