ApexERPHost

<back to all web services

UpdateProductPPRefs

Requires Authentication
The following routes are available for this service:
POST/RS/Waybills/UpdateProductPPRefs
UpdateProductPPRefs Parameters:
NameParameterData TypeRequiredDescription
ProductsbodyList<IncomeProduct>No
SupplierIDbodyintNo
SupplierSNbodystringNo
IncomeProduct Parameters:
NameParameterData TypeRequiredDescription
WbDetailIdformlongNo
WbProductCodeformstringNo
WbProductNameformstringNo
WbProductUnitformstringNo
WbVatTypeformbyteNo
ProdPPIdformstringNo
BCodeformstringNo
ProductsNuformstringNo
ProducerNuformstringNo
InCodeformstringNo
UnitformstringNo
VatformdecimalNo
ItCountformdecimalNo
PriceformdecimalNo
AmountformdecimalNo
LastCostformdecimalNo
SalePriceformdecimalNo
VatAmountformdecimalNo
AmountWithoutVatformdecimalNo
LifeDateformDateTime?No
UnicCodeformstringNo
QuantityKformdecimal?No
WbQuantityformdecimalNo
ExpenseAccformstringNo
WarehouseAccformstringNo
UpdateProductPPRefsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ErrorformintNo
ErrorMessageformstringNo

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.

POST /RS/Waybills/UpdateProductPPRefs HTTP/1.1 
Host: 10.10.0.107 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	Products: 
	[
		{
			WbDetailId: 0,
			WbProductCode: String,
			WbProductName: String,
			WbProductUnit: String,
			WbVatType: 0,
			ProdPPId: String,
			BCode: String,
			ProductsNu: String,
			ProducerNu: String,
			InCode: String,
			Unit: String,
			Vat: 0,
			ItCount: 0,
			Price: 0,
			Amount: 0,
			LastCost: 0,
			SalePrice: 0,
			VatAmount: 0,
			AmountWithoutVat: 0,
			LifeDate: 0001-01-01,
			UnicCode: String,
			QuantityK: 0,
			WbQuantity: 0,
			ExpenseAcc: String,
			WarehouseAcc: String
		}
	],
	SupplierID: 0,
	SupplierSN: 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
		}
	},
	Error: 0,
	ErrorMessage: String
}