Merchant
Retrieve the Merchants related to a contract
This API is responsible for retrieving all te merchants involved in a contract
post/GetMerchantsByCompanyContract
Request body
Example request
{
"Method": "GetMerchantsByCompanyContract",
"PartnerId": 4548,
"BusinessUnitId": 4548,
"ContractIdentifier": "CON965569f9-5c93-4335-b09e-29efe32ba292CON",
"Pagesize": 10,
"PageIndex": 2
}Response
Retrieve Merchants
Example response
{
"Success": true,
"Message": "Purchase generated successfully",
"TotalRecords": 1,
"MerchantIdentifier": "MER9a883bb8-35fb-4972-8ae3-294cba924314MER",
"Merchants": [
{
"MerchantIdentifier": "MER9a883bb8-35fb-4972-8ae3-294cba924314MER",
"MerchantName": "Tech RF International",
"LegalName": "Bakery ltda",
"TaxNumber": "33.762.255/0001-40",
"BusinessUnitId": 4548,
"Email": "email@example.com",
"ConstitutionDate": "2024-04-17T14:06:04.837Z",
"DailyLimit": {
"TotalAmount": 5000.55
}
}
]
}