Company
CompanyContract Update
This API is responsible for updating contracts under the closed payment agreement.
post/UpdateCompanyContractClosedLoop
Request body
Example request
{
"Method": "UpdateCompanyContractClosedLoop",
"PartnerId": 4548,
"BusinessUnitId": 4548,
"NickName": "Contract NickName",
"ContractIdentifier": "CON965569f9-5c93-4335-b09e-29efe32ba292CON",
"CompanySector": "food",
"ServiceType": 1,
"RatePurchaseValue": 1.5,
"RatePurchaseType": 1,
"RateWithdrawalValue": 1.5,
"RateWithdrawalType": 1,
"RateDepositValue": 1.5,
"RateDepositType": 1,
"DaysToSettle": 2
}Response
Update Company Contract
Example response
{
"Success": true,
"Message": "Purchase generated successfully"
}