GET api/networkaccessfeereversals
Gets a collection of network access fee reversal values based on the company associated with the authenticated user
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of networks
Collection of NetworkAccessFeeReversalModelName | Description | Type | Additional information |
---|---|---|---|
Description |
Gets or sets the description of the network access fee reversal value |
string |
None. |
SortKey |
Gets or sets the sort key of the network access fee reversal value |
integer |
None. |
Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
[ { "url": "sample string 3", "id": 4, "description": "sample string 1", "sortKey": 2 }, { "url": "sample string 3", "id": 4, "description": "sample string 1", "sortKey": 2 } ]