POST V2/SEO/GetStoreData
Request Information
URI Parameters
None.
Body Parameters
SeoCondName | Description | Type | Additional information |
---|---|---|---|
Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Lang": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResultName | Description | Type | Additional information |
---|---|---|---|
Succeeded | boolean |
None. |
|
Message | string |
None. |
|
ReturnValue | Object |
None. |
|
Code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeeded": true, "Message": "sample string 2", "ReturnValue": {}, "Code": 4 }