CR #3406 » generalConfigDataPayload.txt
| 1 |
|
|---|---|
| 2 |
|
| 3 |
method : Post |
| 4 |
payload :{
|
| 5 |
"configs": [ |
| 6 |
"DEFAULT_CURRENCY_SIGN" |
| 7 |
], // should br Array |
| 8 |
"langCode": "EN", // |
| 9 |
"currency": "INR" |
| 10 |
} |
| 11 |
|
| 12 |
Resposne :{
|
| 13 |
{
|
| 14 |
"status": "success", |
| 15 |
"data": {
|
| 16 |
"langDatas": {
|
| 17 |
"LBL_FLY_WARNING_MSG": "Please select any 1 skyPort.", |
| 18 |
"LBL_PICKUP_CHARGE_CONFIRM_RETRY": "Would you like to include the pickup charge? This will help to improve your chances of getting a ride.", |
| 19 |
"LBL_CAPACITY_WAY_BILL": "Capacity", |
| 20 |
"LBL_RIDER_EDIT_PROFILE_MANAGE_PROFILE": "Edit Profile", |
| 21 |
"LBL_PROGRESS_HINT": "JOB PROGRESS" |
| 22 |
}, |
| 23 |
"configDatas": {
|
| 24 |
"DEFAULT_CURRENCY_SIGN": "$" |
| 25 |
}, |
| 26 |
"currencyData": {
|
| 27 |
"iCurrencyId": 2, |
| 28 |
"vName": "INR", |
| 29 |
"vSymbol": "₹", |
| 30 |
"iDispOrder": 1, |
| 31 |
"eDefault": "Yes", |
| 32 |
"Ratio": 1, |
| 33 |
"fThresholdAmount": 50, |
| 34 |
"eStatus": "Active", |
| 35 |
"eReverseformattingEnable": "No", |
| 36 |
"eReverseSymbolEnable": "No", |
| 37 |
"eRoundingOffEnable": "No", |
| 38 |
"fFirstRangeValue": 0, |
| 39 |
"fMiddleRangeValue": 0, |
| 40 |
"fSecRangeValue": 0 |
| 41 |
} |
| 42 |
}, |
| 43 |
"message": "" |
| 44 |
} |
| 45 |
|