XML Data FusionServices.Controllers.PostPaymentFormBody BP

Summary

This is sample json for processing payments to Building Permits application. ;

Remarks

Set the appCode value to BP to indicate this is for Building Permits.

{

"ApplCode":"BP",

"OrigCode":"11",

"specialNote":" Y",

"paymentDate":"20210908",

"paymentTime":"134202",

"paymentStatus":"99",

"totalPaidAmount":"22.00",

"overrideTenderMethod":"I2",

"cardType":"A",

"cardNumber":"***********1160",

"referenceNumber":"535020239",

"ForeignKey":"188_1a",

"Comment1":"first comment",

"PaymentDetailList": [

{

"addtlFeeCode":"PF",

"otherKeyFld":"000000DEMO00",

"quantity":"1.00",

"paymentAmount":"20.00",

"paymentDesc":"CC",

"customerID":"16",

"locationID":"146"

},

{

"addtlFeeCode":"C3",

"otherKeyFld":"",

"quantity":"1.00",

"paymentAmount":"2.00",

"paymentDesc":"CC",

"customerID":"16",

"locationID":"146"

},

{

"addtlFeeCode":"",

"paymentAmount":"22.00",

"customerID":"16",

"locationID":"146"

}

]

}