Request Information

URI Parameters

NameDescriptionTypeAdditional information
feeTypeMappingId

The fee type mapping identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The fee type mapping, if it exists.

Pico.FeeTypeMapping
NameDescriptionTypeAdditional information
provider

Gets or sets the provider.

string

None.

providerCode

Gets or sets the provider code.

string

None.

feeType

Gets or sets the fee identifier.

integer

None.

id

Gets or sets the fee type mapping identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "provider": "sample String 1",
  "providerCode": "sample String 2",
  "feeType": "3",
  "id": "4"
}

text/html

Sample:
{"provider":"sample String 1","providerCode":"sample String 2","feeType":"3","id":"4"}

application/xml, text/xml

Sample:
<FeeTypeMapping xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Provider>sample String 1</Provider>
  <ProviderCode>sample String 2</ProviderCode>
  <FeeTypeId>3</FeeTypeId>
  <FeeTypeMappingId>4</FeeTypeMappingId>
</FeeTypeMapping>