ApexERPHost

<back to all web services

UpdateSelectedGoodParams

Requires Authentication
The following routes are available for this service:
POST/Common/Dictionary/SelectedGoods
UpdateSelectedGoodParams Parameters:
NameParameterData TypeRequiredDescription
ProdPPIdsbodyList<string>No
ProducerIdbodystringNo
CategoryIdbodystringNo
PPCatIdbodystringNo
PCatIdbodyint?No
BrandIdbodyint?No
UnitIdbodyint?No
PackCountbodyshort?No
ByWeightbodybyte?No
VatTypebodyint?No
Spendbodybool?No
UpdateSelectedGoodParamsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo

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 /Common/Dictionary/SelectedGoods HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	ProdPPIds: 
	[
		String
	],
	ProducerId: String,
	CategoryId: String,
	PPCatId: String,
	PCatId: 0,
	BrandId: 0,
	UnitId: 0,
	PackCount: 0,
	ByWeight: 0,
	VatType: 0,
	Spend: False
}
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
		}
	}
}