Request Information
URI Parameters
None.
Body Parameters
The fee type mapping.
Pico.FeeTypeMapping| Name | Description | Type | Additional 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. |
Request 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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The created fee type mapping.
Pico.FeeTypeMapping| Name | Description | Type | Additional 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>