Company
CompanyContract Register
This API is responsible for registering new Contracts within the closed payment arrangement.
post/RegisterCompanyContractClosedLoop
Request body
Example request
{
"Method": "RegisterCompanyContractClosedLoop",
"PartnerId": 4548,
"BusinessUnitId": 4548,
"ArrangementIdentifier": "ARR880ff122-e5a9-4069-aaac-d9e5f58dee8cARR",
"Name": "Contract Name",
"NickName": "Contract NickName",
"TaxNumber": "33.762.255/0001-40",
"CompanySector": "food",
"ServiceType": 1,
"RatePurchaseValue": 1.5,
"RatePurchaseType": 1,
"RateWithdrawalValue": 1.5,
"RateWithdrawalType": 1,
"RateDepositValue": 1.5,
"RateDepositType": 1,
"DaysToSettle": 2
}Response
Register new contract
Example response
{
"Success": true,
"Message": "Purchase generated successfully",
"CompanyContractClosedLoopId": 4,
"ContractIdentifier": "CON965569f9-5c93-4335-b09e-29efe32ba292CON"
}