Why am I getting the following error in Node.js API? "Please provide a valid order offline flag"

Why am I getting the following error in Node.js API? “Please provide a valid order offline flag”

I have been using the same code for more than a month and it was working fine. But today I’m getting the following error even though I’ve passed offlineOrder flag.

Request:

{
symbol: ‘NSE:NIFTY22D1518900CE’,
qty: 100,
type: 1,
side: 1,
productType: ‘INTRADAY’,
limitPrice: 10.35,
stopPrice: 0,
disclosedQty: 0,
validity: ‘DAY’,
offlineOrder: ‘False’,
stopLoss: 0,
takeProfit: 0
}

Response:

{
s: ‘error’,
code: -328,
message: ‘Please provide a valid order offline flag’,
id: ‘’
}