BootView WebApi

<back to all web services

UpdateCustomerBillTypeFee

The following routes are available for this service:
PUT/customers/{customerId}/billtypefees/{billTypeFeeId}Updates an existing customer bill type fee. Fails if the customer bill type fee doesn't exist.
UpdateCustomerBillTypeFee Parameters:
NameParameterData TypeRequiredDescription
CustomerIdpathGuidYesThe customer Id.
BillTypeFeeIdbodyintYesThe billTypeFeeId of the bill type fee.
BillTypeIdbodyintYesThe billTypeId of the bill type fee.
AmountbodydecimalYesThe amount of the bill type fee.
MaxNumberFeesbodyintYesThe maxNumberFees of the bill type fee.
StartDatebodyDateTimeYesThe startDate of the bill type fee.
EndDatebodyDateTimeYesThe endDate of the bill type fee.

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PUT /customers/{customerId}/billtypefees/{billTypeFeeId} HTTP/1.1 
Host: api.paylock.com 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"customerId":"00000000000000000000000000000000","billTypeFeeId":0,"billTypeId":0,"amount":0,"maxNumberFees":0,"startDate":"\/Date(-62135596800000-0000)\/","endDate":"\/Date(-62135596800000-0000)\/"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

0