ApexERPHost

<back to all web services

SavePOSBookPropEX

Requires Authentication
The following routes are available for this service:
PUT/POS/UM/SaveBookPropEX
SavePOSBookPropEX Parameters:
NameParameterData TypeRequiredDescription
BookPropExbodyPOSBookPropExNo
POSBookPropEx Parameters:
NameParameterData TypeRequiredDescription
pos_idformintNo
payment_typeformintNo
cashm_accformstringNo
cash_oper_idformstringNo
payment_nameformstringNo
OperNameformstringNo
AccWithNameformstringNo
cash_ret_accformstringNo
cash_ret_oper_idformstringNo
RetOperNameformstringNo
RetAccNameformstringNo
cashback_oper_idformstringNo
cashback_dbformstringNo
cashback_crformstringNo
additional_accformstringNo
additional_oper_idformstringNo
AddtAccNameformstringNo
AddtOperNameformstringNo
SavePOSBookPropEXResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformboolNo

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

{
	BookPropEx: 
	{
		pos_id: 0,
		payment_type: 0,
		cashm_acc: String,
		cash_oper_id: String,
		payment_name: String,
		OperName: String,
		AccWithName: String,
		cash_ret_acc: String,
		cash_ret_oper_id: String,
		RetOperName: String,
		RetAccName: String,
		cashback_oper_id: String,
		cashback_db: String,
		cashback_cr: String,
		additional_acc: String,
		additional_oper_id: String,
		AddtAccName: String,
		AddtOperName: 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: False
}