GET tf/Store/GetRates/{division}/{region}/{district}/{year}?mailCode={mailCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
mailCode | string |
Required |
|
year | integer |
Required |
|
division | string |
None. |
|
region | string |
None. |
|
district | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of RateFactName | Description | Type | Additional information |
---|---|---|---|
EntityType | string |
None. |
|
EntityName | string |
None. |
|
OSHARate | decimal number |
None. |
|
LTRate | decimal number |
None. |
|
GLBIRate | decimal number |
None. |
|
LYOSHARate | decimal number |
None. |
|
LYLTRate | decimal number |
None. |
|
LYGLBIRate | decimal number |
None. |
|
OSHADifferential | decimal number |
None. |
|
OSHAPlan | decimal number |
None. |
|
GLBIDifferentialLY | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "EntityType": "sample string 1", "EntityName": "sample string 2", "OSHARate": 3.1, "LTRate": 4.1, "GLBIRate": 5.1, "LYOSHARate": 6.1, "LYLTRate": 7.1, "LYGLBIRate": 8.1, "OSHADifferential": 9.1, "OSHAPlan": 10.1, "GLBIDifferentialLY": 11.1 }, { "EntityType": "sample string 1", "EntityName": "sample string 2", "OSHARate": 3.1, "LTRate": 4.1, "GLBIRate": 5.1, "LYOSHARate": 6.1, "LYLTRate": 7.1, "LYGLBIRate": 8.1, "OSHADifferential": 9.1, "OSHAPlan": 10.1, "GLBIDifferentialLY": 11.1 } ]