GET api/{database}/ApproverInfo/{entity}?approverId={approverId}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
entity No Documentation Found.

Define this parameter in the request URI.

approverId No Documentation Found.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "amount": 1.0,
  "margin": 2.0,
  "personId": "sample string 3"
}

application/xml, text/xml

Sample:
<ApproverInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Info">
  <Amount>1</Amount>
  <Margin>2</Margin>
  <PersonId>sample string 3</PersonId>
</ApproverInfo>