GET api/networkaccessfeereversals/{id}

Gets a network access fee reversal value

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Network Access Fee Reversal value identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A network

NetworkAccessFeeReversalModel
NameDescriptionTypeAdditional 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
}