ApexERPHost

<back to all web services

TxPrSupD

Requires Authentication
The following routes are available for this service:
PUT/Logistics/TxPrSupD
TxPrSupD Parameters:
NameParameterData TypeRequiredDescription
IudbodyintNo
PrSupDbodyList<prSupD>No
prSupD Parameters:
NameParameterData TypeRequiredDescription
SupdIDformintNo
SupIDformintNo
SortIDformintNo
ProdPP_idformstringNo
CodeformstringNo
PriceformdecimalNo
PriceGformdecimalNo
PriceUformdecimalNo
PriceVformdecimalNo
DiscountformdecimalNo
OCountformdecimalNo
RCountformdecimal?No
ACountformdecimal?No
lStatusformbyte?No
rDateformDateTime?No
LifeDateformDateTime?No
isAutorizedformboolNo
dVgformdecimal?No
iDiscAmountformdecimal?No
Vgformdecimal?No
TxPrSupDResponse 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.

PUT /Logistics/TxPrSupD HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	Iud: 0,
	PrSupD: 
	[
		{
			SupdID: 0,
			SupID: 0,
			SortID: 0,
			ProdPP_id: String,
			Code: String,
			Price: 0,
			PriceG: 0,
			PriceU: 0,
			PriceV: 0,
			Discount: 0,
			OCount: 0,
			RCount: 0,
			ACount: 0,
			lStatus: 0,
			rDate: 0001-01-01,
			LifeDate: 0001-01-01,
			isAutorized: False,
			dVg: 0,
			iDiscAmount: 0,
			Vg: 0
		}
	]
}
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
		}
	}
}