GET api/GAWebService/GetGATierRatesForIC/{AccountNumber}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
AccountNumber | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GATierRatesForICName | Description | Type | Additional information |
---|---|---|---|
Tier | string |
None. |
|
PAB1 | string |
None. |
|
PAB2 | string |
None. |
|
PAB3 | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Tier": "sample string 1", "PAB1": "sample string 2", "PAB2": "sample string 3", "PAB3": "sample string 4" }, { "Tier": "sample string 1", "PAB1": "sample string 2", "PAB2": "sample string 3", "PAB3": "sample string 4" } ]