GET api/{database}/ApproverInfo/{entity}?approverId={approverId}
Gets the specified ApproverInfo.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
entity | The entity. Accepted values are: Value Description 1 SupplierInvoice 2 Order 3 PurchaseOrder 4 Quotation |
Define this parameter in the request URI. |
approverId | The approverId. |
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>