POST api/freshmobile/MobileApplicationSettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MahaApplicationSettingsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| KeyName | string |
None. |
|
| KeyValue | string |
None. |
|
| KeyValueBool | boolean |
None. |
|
| KeyValueDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"KeyName": "sample string 1",
"KeyValue": "sample string 2",
"KeyValueBool": true,
"KeyValueDate": "2025-12-06T14:09:35.1857564+10:30"
},
{
"KeyName": "sample string 1",
"KeyValue": "sample string 2",
"KeyValueBool": true,
"KeyValueDate": "2025-12-06T14:09:35.1857564+10:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfMahaApplicationSettingsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.WebApi.Controllers.FreshMobile.Models">
<MahaApplicationSettingsModel>
<KeyName>sample string 1</KeyName>
<KeyValue>sample string 2</KeyValue>
<KeyValueBool>true</KeyValueBool>
<KeyValueDate>2025-12-06T14:09:35.1857564+10:30</KeyValueDate>
</MahaApplicationSettingsModel>
<MahaApplicationSettingsModel>
<KeyName>sample string 1</KeyName>
<KeyValue>sample string 2</KeyValue>
<KeyValueBool>true</KeyValueBool>
<KeyValueDate>2025-12-06T14:09:35.1857564+10:30</KeyValueDate>
</MahaApplicationSettingsModel>
</ArrayOfMahaApplicationSettingsModel>