Name
(* = required)
|
Data Type | Description |
id
*
|
int |
query parameter value id |
the value of a uri query parameter
|
Type |
Description |
Token |
string
|
For POST leave this null; in a response body, token will be an integer value in brackets, e.g., [6782634]. If this were the token for the rql parameter, the uri should then be http://example.org/orders?rql=[6782634].
|
Value |
string
|
for example, if the uri were http://example.org/orders?rql=readonly.orderid=in=(1234,2345,346,457,45678,76890) , value would be readonly.orderid=in=(1234,2345,346,457,45678,76890)
|
Sample accept: application/hal+json
{
"token": "str",
"value": "str"
}