GET ConvertPoint/GetRuleByStoreId?storeId={storeId}
get list City by Area id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfConvertPointRuleModelName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | ConvertPointRuleModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": { "ID": 1, "StoreId": 2, "StoreName": "sample string 3", "StorePoint": 4, "Point": 5, "Promo": 6, "CreatedBy": "sample string 7", "CreatedDate": "2024-11-17T01:46:29.9290913+07:00", "ModifiedBy": "sample string 9", "ModifiedDate": "2024-11-17T01:46:29.9290913+07:00", "LogoImageUrl": "sample string 10", "IconImageUrl": "sample string 11", "MinConvert": 12 } }