Tenant Server V1

<back to all web services

post_requestlist

The following routes are available for this service:
All Verbs/post_requestlist
post_requestlist Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
idtenant1queryintNo
post_requestlistResponse Parameters:
NameParameterData TypeRequiredDescription
listformList<requestInfo>No
baseResponse Parameters:
NameParameterData TypeRequiredDescription
resultformintNo
messageformstringNo
requestInfo Parameters:
NameParameterData TypeRequiredDescription
idnumberformintNo
idtenant1formintNo
tenantnameformstringNo
statusformstringNo
creabyformstringNo
creadateformstringNo
modibyformstringNo
modidateformstringNo
signatureformstringNo
firstnameformstringNo
lastnameformstringNo
tenantdbaformstringNo
listformList<productsRequest>No
productsRequest Parameters:
NameParameterData TypeRequiredDescription
idnumberformstringNo
idproducts_request1formintNo
idproductsformintNo
quantityformstringNo
quantity_deliverdformstringNo
nameformstringNo

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

HTTP + CSV

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

POST /csv/reply/post_requestlist HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: text/csv
Content-Length: length

{"token":"String","tokensecret":"String","email":"String","idtenant1":0}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"list":[{"idnumber":0,"idtenant1":0,"tenantname":"String","status":"String","creaby":"String","creadate":"String","modiby":"String","modidate":"String","signature":"String","firstname":"String","lastname":"String","tenantdba":"String","list":[{"idnumber":"String","idproducts_request1":0,"idproducts":0,"quantity":"String","quantity_deliverd":"String","name":"String"}]}],"result":0,"message":"String"}