BootView WebApi

<back to all web services

CreateCustomerBillTypeFee

Creates a new bill type fee entry for this Customer.
CreateCustomerBillTypeFee Parameters:
NameParameterData TypeRequiredDescription
CustomerIdpathGuidYesThe customer Id.
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 .soap11 suffix or ?format=soap11

HTTP + SOAP11

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

POST /soap11 HTTP/1.1 
Host: api.paylock.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: CreateCustomerBillTypeFee

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<CreateCustomerBillTypeFee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BootView.WebApi.ServiceModel">
  <Amount>0</Amount>
  <BillTypeId>0</BillTypeId>
  <CustomerId>00000000-0000-0000-0000-000000000000</CustomerId>
  <EndDate>0001-01-01T00:00:00</EndDate>
  <MaxNumberFees>0</MaxNumberFees>
  <StartDate>0001-01-01T00:00:00</StartDate>
</CreateCustomerBillTypeFee>

    </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</int>

    </soap:Body>
</soap:Envelope>