GET api/Settings/UpdateOnlineMappingDetails
Request Information
URI Parameters
None.
Body Parameters
Collection of OnlineMapDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| BrandId | integer |
None. |
|
| BooleanLogic_And | string |
None. |
|
| BooleanLogic_Or | string |
None. |
|
| BooleanLogic_Not | string |
None. |
|
| Comp_Translate | string |
None. |
|
| Brand_Translate | string |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
[
{
"OrderId": 1,
"CompanyId": 2,
"BrandId": 3,
"BooleanLogic_And": "sample string 4",
"BooleanLogic_Or": "sample string 5",
"BooleanLogic_Not": "sample string 6",
"Comp_Translate": "sample string 7",
"Brand_Translate": "sample string 8",
"Type": 9
},
{
"OrderId": 1,
"CompanyId": 2,
"BrandId": 3,
"BooleanLogic_And": "sample string 4",
"BooleanLogic_Or": "sample string 5",
"BooleanLogic_Not": "sample string 6",
"Comp_Translate": "sample string 7",
"Brand_Translate": "sample string 8",
"Type": 9
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.