Queries
Get Internal Transfer By Date
This method can be used to Get Internal Transfer By Date
post/GetInternalTransferByDate
Request body
Example request
{
"Method": "GetInternalTransferByDate",
"PartnerId": 4548,
"BusinessUnitId": 4548,
"InitialPaymentDate": "2022-05-21",
"FinalPaymentDate": "2022-05-21",
"TransferDate": "2022-05-21",
"TaxNumber": "33.762.255/0001-40"
}Response
OK
Example response
{
"Success": "true",
"InternalTransfer": "{DocumentNumber: '1', FromName: 'Matheus Paz', FromTaxNumber: '111.222.333-45', ToTaxNumber: '999.888.777-65', ToName: 'Francisca Ferreira', Status: '0', PrincipalValue: '100', TransferDate: '2022-08-05', ReceiptUrl: 'a1b2c3d4e5', ProtocolId: '1', CreationDate: '2022-08-01', Tags: ['Transferência', 'Franscisca'] ,Description: 'Transferência para Francisca'}"
}