3.2 - Change and cancellation
Modify an operation
API Method = ChangeFuturePosting
Allows you to change data relevant to the expiration date and value of Future Posting
{
"Method": "ChangeFuturePosting",
"PartnerId": 356,
"BusinessUnitId": 1462,
"DocumentNumber": 30980,
"Value": 2000,
"DueDate": "2022-09-12"
}
{
"Success": "true",
"Message": "ISI0001 - Método executado com sucesso"
}
Description
Parameter | Type | Description | Mandatory |
---|---|---|---|
Method | String | ChangeFuturePosting | YES |
PartnerId | Long | FitBank provided ID | YES |
BusinessUnitId | Long | FitBank provided ID | YES |
DocumentNumber | Long | Future Posting Id | YES |
Value | Long | Future Posting Value | YES |
DueDate | String | Due Date | YES |
Cancel operation
API Method = CancelFuturePosting
Allows you to cancel Future Posting as called in the API
{
"Method": "CancelFuturePosting",
"PartnerId": 356,
"BusinessUnitId": 1462,
"DocumentNumber": 30980
}
{
"Success": "true",
"Message": "ISI0001 - Método executado com sucesso"
}
Description
Parameter | Type | Description | Mandatory |
---|---|---|---|
Method | String | CancelFuturePosting | YES |
PartnerId | Long | FitBank provided ID | YES |
BusinessUnitId | Long | FitBank provided ID | YES |
DocumentNumber | Long | Future Posting Id | YES |
Updated 9 months ago