GET api/Loyalty/GetCompanyRates?companyKey={companyKey}
Gets the list company point rates.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyKey | string |
Default value is |
Body Parameters
N/A
Response Information
Resource Description
Collection of CompanyRate| Name | Description | Type | Additional information |
|---|---|---|---|
| CompNo | string |
N/A |
|
| Company | string |
N/A |
|
| CompDir | string |
N/A |
|
| RpAmt | decimal number |
N/A |
|
| ApAmt | decimal number |
N/A |
|
| Rounding | string |
N/A |
|
| Uid | string |
N/A |
Response Formats
application/json, text/json
Sample:
[
{
"CompNo": "sample string 1",
"Company": "sample string 2",
"CompDir": "sample string 3",
"RpAmt": 4.0,
"ApAmt": 5.0,
"Rounding": "sample string 6",
"Uid": "sample string 7"
},
{
"CompNo": "sample string 1",
"Company": "sample string 2",
"CompDir": "sample string 3",
"RpAmt": 4.0,
"ApAmt": 5.0,
"Rounding": "sample string 6",
"Uid": "sample string 7"
}
]