GET api/v1/purchase-quotation-prevnext-docentry?clientId={clientId}&AdminMemberId={AdminMemberId}&docEntry={docEntry}&linkName={linkName}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
clientId

integer

Required

AdminMemberId

integer

Required

docEntry

integer

Required

linkName

string

Required

Response Information

Description:

Return type: ValueTupleOfInt32AndInt32AndInt32

Response Formats
{
  "Item1": 1,
  "Item2": 2,
  "Item3": 3
}
{"Item1":1,"Item2":2,"Item3":3}
<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>