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[].exported |
String |
Indicates if the record has been exported |
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.