Get Manual Post Reference Requirements
An endpoint to get the details of manual post reference requirements.
To get the details of manual post requirements, send the following request header parameter via GET.
GET/biller/{jwtString}/post?passThrough=false
Manual Post Reference Requirements
Request Samples
curl
-L -X GET 'https://test-api.billeroo.com/biller/{jwtString}/post?passThrough=false' \
-H 'Authorization: {integratorToken}'
200 Successful Response
401 Erroneous Response
404 and 405 Erroneous Response
Response Samples
{
"timestamp": "2024-10-25 03:36:47.299 +0000",
"status": 200,
"message": "OK",
"path": "/biller/{jwtString}/post",
"data": {
"fields": [
{
"field": "1",
"description": "14 Digit PRN",
"format": "Alphanumeric",
"size": "14"
},
{
"field": "2",
"description": "Manual Posting Type",
"format": "Alphabetic",
"size": "14"
},
{
"field": "3",
"description": "Applicable Month (Start)",
"format": "Numeric",
"size": "6"
},
{
"field": "4",
"description": "Applicable Month(End)",
"format": "Numeric",
"size": "6"
}
],
"notes": [
{
"note": "1",
"description": "Reminder",
"value": "Manual Posting Types: NEW_PRN / NEW_APP_PERIOD"
},
{
"note": "2",
"description": "Reminder",
"value": "Applicable Month Format: MMYYYY (month and year)"
},
{
"note": "3",
"description": "Reminder",
"value": "Applicable Months, Start and End, are for NEW_APP_PERIOD manual posting type only"
}
]
}
}
{
"timestamp": "2024-10-25 04:58:25 +0000",
"status": 401,
"error": "Unauthorized",
"path": "/biller/{jwtString}/post"
}
{
"timestamp": "2024-10-25T05:00:51.999+0000",
"status": 404,
"error": "Not Found",
"message": "No message available",
"path": "/biller/{jwtString}/post"
}
{
"timestamp": "2024-10-25 04:59:49.730 +0000",
"status": 405,
"error": "Method Not Allowed",
"message": "Invalid Biller Code",
"path": "/biller/{jwtString}/post"
}