All Verbs | /post_event_payment_vendorlist |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
token | query | string | Yes | |
tokensecret | query | string | Yes | |
query | string | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
list | form | List<eventVendor> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
result | form | int | No | |
message | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
fox2 | form | string | No | |
idvendor | form | string | No | |
vendorname | form | string | No | |
contactname | form | string | No | |
vtype | form | string | No | |
taxrate | form | decimal | No | |
phone1 | form | string | No | |
form | string | No | ||
disapply | form | string | No | |
dueterm | form | string | No | |
termino | form | string | No | |
eb380 | form | bool | No | |
invoiceyn | form | bool | No | |
list | form | List<venderCostCode> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ledger | form | string | No | |
name | form | string | No |
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
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/post_event_payment_vendorlist HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: application/json
Content-Length: length
{"token":"String","tokensecret":"String","email":"String"}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"list":[{"fox2":"String","idvendor":"String","vendorname":"String","contactname":"String","vtype":"String","taxrate":0,"phone1":"String","email":"String","disapply":"String","dueterm":"String","termino":"String","eb380":false,"invoiceyn":false,"list":[{"ledger":"String","name":"String"}]}],"result":0,"message":"String"}