SLnet.WebExtApi

<back to all web services

CustomerfactRequest

The following routes are available for this service:
POST/api/glx/services/retailstudio/postcustomerfact

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/oneway/CustomerfactRequest HTTP/1.1 
Host: drt-racing.gr 
Content-Type: text/jsv
Content-Length: length

{
	CustomerFacts: 
	[
		{
			Company: String,
			Branch: String,
			FactPrefixNum: 0,
			MoveTypeCode: String,
			FiscalYear: 0,
			FiscalMonth: 0,
			FactDate: 0001-01-01,
			FactTime: 0001-01-01,
			CustomerCode: String,
			CashRegisterID: String,
			Debit: 0,
			Credit: 0,
			OpenValue: 0,
			MoveDescr: String,
			MovePrefix: String,
			PaymentCode: String,
			SCompany: String,
			SBranch: String,
			SMoveTypeCode: String,
			LastUser: String,
			LastDate: 0001-01-01,
			Comments: String,
			DocID: String,
			ShiftCode: String
		}
	]
}