ToyotaWebServices

<back to all web services

JournalEntryRequest

The following routes are available for this service:
All Verbs/accounting/journal-entries

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

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
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

(string)