Draft
Initiates the process of resending the registered bank slip by email.
Method used: POST
/api/gfin/v1/Banks/Bills/Email
Body parameters:
Attribute | Type | Description | Default |
---|---|---|---|
ea_filial | character | code of the financial bill's branch | - |
ea_prefixo | character | financial bill prefix | - |
ea_num | character | number of the financial bill | - |
ea_parcela | character | financial bill installment | - |
ea_tipo | character | type of the financial bill | - |
Example:
body
body = |
Json Object - Success
Attribute | Type | Description |
---|---|---|
message | character | success message |
Json Object - Error
Attribute | Type | Description |
---|---|---|
code | character | HTTP code of the error |
message | character | error title |
detailedMessage | character | detailed error message |
Example:
response
{ |