Tenant Server V1

<back to all web services

vendor_bills_requestAdd

The following routes are available for this service:
All Verbs/vendor_bills_requestAdd
vendor_bills_requestAdd Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
infoquerybill1requestNo
bill1request Parameters:
NameParameterData TypeRequiredDescription
idnumberformintNo
creadateformDateTimeNo
modibyformstringNo
modidateformDateTimeNo
idciaformintNo
idvendorformintNo
vendornameformstringNo
idbillvenue1formintNo
projectciaformintNo
projectidformstringNo
venuenameformstringNo
venueledgerformstringNo
idbillvenue2formintNo
venueattentionnnameformstringNo
venueattentionemailformstringNo
invnumformstringNo
invdateformstringNo
amountformdecimalNo
descriptionformstringNo
statusformstringNo
rejectnotesformstringNo
fsformboolNo
propertyaddressformstringNo
listformList<bill1requestfiles>No
bill1requestfiles Parameters:
NameParameterData TypeRequiredDescription
idnumberformstringNo
xfilenameformstringNo
xfileformstringNo

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

HTTP + XML

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

POST /xml/oneway/vendor_bills_requestAdd HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: application/xml
Content-Length: length

<vendor_bills_requestAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TenantSDK.post.bills">
  <email>String</email>
  <info>
    <amount>0</amount>
    <creadate>0001-01-01T00:00:00</creadate>
    <description>String</description>
    <fs>false</fs>
    <idbillvenue1>0</idbillvenue1>
    <idbillvenue2>0</idbillvenue2>
    <idcia>0</idcia>
    <idnumber>0</idnumber>
    <idvendor>0</idvendor>
    <invdate>String</invdate>
    <invnum>String</invnum>
    <list>
      <bill1requestfiles>
        <idnumber>String</idnumber>
        <xfile>String</xfile>
        <xfilename>String</xfilename>
      </bill1requestfiles>
    </list>
    <modiby>String</modiby>
    <modidate>0001-01-01T00:00:00</modidate>
    <projectcia>0</projectcia>
    <projectid>String</projectid>
    <propertyaddress>String</propertyaddress>
    <rejectnotes>String</rejectnotes>
    <status>String</status>
    <vendorname>String</vendorname>
    <venueattentionemail>String</venueattentionemail>
    <venueattentionnname>String</venueattentionnname>
    <venueledger>String</venueledger>
    <venuename>String</venuename>
  </info>
  <token>String</token>
  <tokensecret>String</tokensecret>
</vendor_bills_requestAdd>