Tenant Server V1

<back to all web services

post_requestlistDetail

The following routes are available for this service:
All Verbs/post_requestlistDetail
post_requestlistDetail Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
idnumberquerystringNo
post_requestlistDetailResponse Parameters:
NameParameterData TypeRequiredDescription
infoformrequestInfoNo
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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /json/reply/post_requestlistDetail HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: application/json
Content-Length: length

{"token":"String","tokensecret":"String","email":"String","idnumber":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"info":{"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"}