ApexERPHost

<back to all web services

TspPPMinImport

Requires Authentication
The following routes are available for this service:
PUT/Logistics/TspPPMinImport
TspPPMinImport Parameters:
NameParameterData TypeRequiredDescription
IudbodyintNo
DatabodyList<tpPPMin>No
tpPPMin Parameters:
NameParameterData TypeRequiredDescription
ProdPP_idformstringNo
BcodeformstringNo
ProdNameformstringNo
MinCformdecimalNo
MaxCformdecimalNo
Acc1formstringNo
Acc1NameformstringNo
Acc2formstringNo
Acc2NameformstringNo
DestNumberformstringNo
SupDaysformintNo
ShelfCformdecimalNo
TspPPMinImportResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<tpPPMin>No

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

{
	Iud: 0,
	Data: 
	[
		{
			ProdPP_id: String,
			Bcode: String,
			ProdName: String,
			MinC: 0,
			MaxC: 0,
			Acc1: String,
			Acc1Name: String,
			Acc2: String,
			Acc2Name: String,
			DestNumber: String,
			SupDays: 0,
			ShelfC: 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
		}
	},
	Result: 
	[
		{
			ProdPP_id: String,
			Bcode: String,
			ProdName: String,
			MinC: 0,
			MaxC: 0,
			Acc1: String,
			Acc1Name: String,
			Acc2: String,
			Acc2Name: String,
			DestNumber: String,
			SupDays: 0,
			ShelfC: 0
		}
	]
}