ApexERPHost

<back to all web services

GetB1017CheckXls

Requires Authentication
The following routes are available for this service:
PUT/Accounting/B1017/CheckXls
GetB1017CheckXls Parameters:
NameParameterData TypeRequiredDescription
CRbodystringNo
XmlbodystringNo
GetB1017CheckXlsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<B1017CheckXls>No
B1017CheckXls Parameters:
NameParameterData TypeRequiredDescription
BcodeformstringNo
IncodeformstringNo
Products_nuformstringNo
Producer_nuformstringNo
RemformdecimalNo
ScountformdecimalNo
PriceformdecimalNo
DiscformdecimalNo
VatformdecimalNo
ProdppIdformstringNo
CauseformstringNo
PackcountformdecimalNo
UnitformstringNo

To override the Content-type in your clients, use the 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.

PUT /Accounting/B1017/CheckXls HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	CR: String,
	Xml: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	},
	Result: 
	[
		{
			Bcode: String,
			Incode: String,
			Products_nu: String,
			Producer_nu: String,
			Rem: 0,
			Scount: 0,
			Price: 0,
			Disc: 0,
			Vat: 0,
			ProdppId: String,
			Cause: String,
			Packcount: 0,
			Unit: String
		}
	]
}