All Verbs | /post_requestlistDetail |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
token | query | string | Yes | |
tokensecret | query | string | Yes | |
query | string | Yes | ||
idnumber | query | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
info | form | requestInfo | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
result | form | int | No | |
message | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idnumber | form | int | No | |
idtenant1 | form | int | No | |
tenantname | form | string | No | |
status | form | string | No | |
creaby | form | string | No | |
creadate | form | string | No | |
modiby | form | string | No | |
modidate | form | string | No | |
signature | form | string | No | |
firstname | form | string | No | |
lastname | form | string | No | |
tenantdba | form | string | No | |
list | form | List<productsRequest> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idnumber | form | string | No | |
idproducts_request1 | form | int | No | |
idproducts | form | int | No | |
quantity | form | string | No | |
quantity_deliverd | form | string | No | |
name | 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/reply/post_requestlistDetail HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: text/jsv
Content-Length: length
{
token: String,
tokensecret: String,
email: String,
idnumber: String
}
HTTP/1.1 200 OK Content-Type: text/jsv 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 }