This API allows to retrieve remittance report data available in ServiceNow (SNOW).
Request URI
Query Parameters
| Parameter |
Type |
Mandatory |
Description |
token |
String |
N |
Pagination token used to retrieve the next set of results.
If not provided, the first page of data is returned.
|
Response Structure
| Field |
Type |
Description |
item |
Array |
List of remittance report records |
item[].mtwId |
String |
Matchwin identifier |
item[].changed |
String |
Last update timestamp |
item[].importo |
String |
Remittance amount |
item[].descrizione |
String |
Description of the remittance |
item[].nomeCliente1 |
String |
Customer name (level 1) |
item[].accountCliente1 |
String |
Customer account (level 1) |
item[].nomeCliente2 |
String |
Customer name (level 2) |
item[].accountCliente2 |
String |
Customer account (level 2) |
item[].nomeCliente3 |
String |
Customer name (level 3) |
item[].accountCliente3 |
String |
Customer account (level 3) |
item[].nomeCliente4 |
String |
Customer name (level 4) |
item[].accountCliente4 |
String |
Customer account (level 4) |
item[].nomeCliente5 |
String |
Customer name (level 5) |
item[].accountCliente5 |
String |
Customer account (level 5) |
item[].exported |
String |
Indicates if the record has been exported |
item[].scartati |
String |
Discarded counter |
item[].recuperi |
String |
Recovered counter |
item[].tipoAbbinamentoFirstTime |
String |
First matching type |
item[].categoria |
String |
Category |
item[].note |
String |
Additional notes |
item[].notHandled |
String |
Not handled flag |
item[].rejectionReason |
String |
Rejection reason |
item[].matricola |
String |
Employee identifier |
item[].company |
String |
Company code |
item[].documentDate |
String |
Document date |
item[].valueDate |
String |
Value date |
item[].currency |
String |
Currency |
item[].exchangeRate |
String |
Applied exchange rate |
item[].glAccount |
String |
GL account |
item[].numDocSAP |
String |
SAP document number |
item[].assignment |
String |
Assignment reference |
item[].remittanceTicketNr |
String |
Remittance ticket number |
item[].incomingPaymentType |
String |
Incoming payment type |
nextToken |
String |
Token to be used to retrieve the next page of results.
Null if no additional data is available.
|
#### Response Example
0 Comments
Please sign in to post a comment.