GET api/OuterGate/GetCustomerFeeForBulletin?typeOfBulletin={typeOfBulletin}&postalAccount={postalAccount}&paymentType={paymentType}

Ritorna le commissioni che verranno applicate ai pagamenti di tipo bollettino: 123, 451, 674, 896

Request Information

URI Parameters

NameDescriptionTypeAdditional information
typeOfBulletin

Valori ammessi: TypesOfBulletin.B123, TypesOfBulletin.B451, TypesOfBulletin.B674, TypesOfBulletin.B896 /// Valori ammessi: PaymentType.Cash, PaymentType.CreditCard, PaymentType.VirtualPos

TypesOfBulletin

Required

postalAccount

CCP del Biller

long integer

Required

paymentType

Valori ammessi: PaymentType.Cash, PaymentType.CreditCard, PaymentType.VirtualPos

PaymentType

None.

Body Parameters

None.

Response Information

Resource Description

Commissione

decimal number

Response Formats

application/json, text/json

Sample:
1.0

application/xml, text/xml

Sample:
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>