properties queryparametervalue (http://api.3plcentral.com/rels/properties/queryparametervalue)
Resource:
the query parameter value associated with a query parameter token. Clients will never use this.
C# Rel Const:
Rels.PropertySvc.QueryParameterValue
URI template:
qptokens/{id}
Obtain URI from:
Clients likely won't need to call this. See qpvalues for how to tokenize long query parameters.
Success status: 200
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"
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.