POST api/{database}/PaymentReferenceExistsCommand?paymentReference={paymentReference}&supplierId={supplierId}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
paymentReference No Documentation Found.

Define this parameter in the request URI.

supplierId No Documentation Found.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "exists": true
}

application/xml, text/xml

Sample:
<PaymentReferenceExistsCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Financial.Commands">
  <Exists>true</Exists>
</PaymentReferenceExistsCommand>