GET api/OuterGate/GetCustomerFeeForMavRav?typeOfBulletin={typeOfBulletin}&paymentType={paymentType}
Ritorna le commissioni che verranno applicate ai pagamenti di tipo Mav / Rav
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
typeOfBulletin |
Valori ammessi: TypesOfBulletin.Mav, TypesOfBulletin.Rav, |
TypesOfBulletin |
Required |
paymentType |
Valori ammessi: PaymentType.Cash, PaymentType.CreditCard, PaymentType.VirtualPos |
PaymentType |
None. |
Body Parameters
None.
Response Information
Resource Description
Commissione
decimal numberResponse Formats
application/json, text/json
Sample:
1.0
application/xml, text/xml
Sample:
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>