The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Response:
{
Id: string,
SerialNumber: String,
SetupList:
[
{
Name: String,
Code: String,
Address: String,
City: String,
Province: String,
Postal: String,
Inactive: False,
ReserveType: String,
ReserveFlatAmount: 0,
Factor: 0,
DaysTo1stPayment: 0,
DefaultCalculation: String,
ReserveBaseRate: 0,
ReserveMidRate: 0,
ReserveFactor: 0
}
],
LastUpdate: 0001-01-01
}
}