All Verbs | /vendor_bills_requestAdd |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
token | query | string | Yes | |
tokensecret | query | string | Yes | |
query | string | Yes | ||
info | query | bill1request | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idnumber | form | int | No | |
creadate | form | DateTime | No | |
modiby | form | string | No | |
modidate | form | DateTime | No | |
idcia | form | int | No | |
idvendor | form | int | No | |
vendorname | form | string | No | |
idbillvenue1 | form | int | No | |
projectcia | form | int | No | |
projectid | form | string | No | |
venuename | form | string | No | |
venueledger | form | string | No | |
idbillvenue2 | form | int | No | |
venueattentionnname | form | string | No | |
venueattentionemail | form | string | No | |
invnum | form | string | No | |
invdate | form | string | No | |
amount | form | decimal | No | |
description | form | string | No | |
status | form | string | No | |
rejectnotes | form | string | No | |
fs | form | bool | No | |
propertyaddress | form | string | No | |
list | form | List<bill1requestfiles> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idnumber | form | string | No | |
xfilename | form | string | No | |
xfile | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/oneway/vendor_bills_requestAdd HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: text/jsv
Content-Length: length
{
token: String,
tokensecret: String,
email: String,
info:
{
idnumber: 0,
creadate: 0001-01-01,
modiby: String,
modidate: 0001-01-01,
idcia: 0,
idvendor: 0,
vendorname: String,
idbillvenue1: 0,
projectcia: 0,
projectid: String,
venuename: String,
venueledger: String,
idbillvenue2: 0,
venueattentionnname: String,
venueattentionemail: String,
invnum: String,
invdate: String,
amount: 0,
description: String,
status: String,
rejectnotes: String,
fs: False,
propertyaddress: String,
list:
[
{
idnumber: String,
xfilename: String,
xfile: String
}
]
}
}