GET
api/v1/purchase-request-prevnext-docentry?clientId={clientId}&AdminMemberId={AdminMemberId}&docEntry={docEntry}&linkName={linkName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
|
AdminMemberId | integer |
Required |
|
docEntry | integer |
Required |
|
linkName | string |
Required |
Response Information
Description:
Return type: ValueTupleOfInt32AndInt32AndInt32
Response Formats
application/json, text/json
{ "Item1": 1, "Item2": 2, "Item3": 3 }
text/html
{"Item1":1,"Item2":2,"Item3":3}
application/xml, text/xml
<ValueTupleOfintintint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System"> <Item1>1</Item1> <Item2>2</Item2> <Item3>3</Item3> </ValueTupleOfintintint>