The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/JournalEntryRequest HTTP/1.1
Host: toyota.pbssystems.com
Content-Type: text/jsv
Content-Length: length
{
TransactionDate: String,
PostedDate: String,
Description: String,
ReferenceIdentifiers:
[
{
Key: String,
Value: String,
IsUniqueIdentifier: False
}
],
DealerStaff:
{
Identifiers:
[
{
Value: String,
System: String
}
],
Name: String,
Email: String,
Phone: String
},
Customer:
{
Identifiers:
[
{
Value: String,
System: String
}
],
Name: String,
Email: String,
Phone: String
},
Lines:
[
{
AccountNumber: String,
AccountName: String,
Debit: 0,
Credit: 0,
Currency: String,
Description: String
}
],
CreatedBy: String,
CreatedAt: String
}