ApexERPHost

<back to all web services

ActivateTaxDocuments

Requires Authentication
The following routes are available for this service:
POST/RS/TaxDocuments/ActivateTaxDocuments
ActivateTaxDocuments Parameters:
NameParameterData TypeRequiredDescription
IdsbodyList<long>No
ActivateTaxDocumentsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<TaxDocBookList>No
TaxDocBookList Parameters:
NameParameterData TypeRequiredDescription
Docs_idformstringNo
Book_idformstringNo
Oper_idformstringNo
DDateformDateTimeNo
DBAccformstringNo
DBNameformstringNo
DBAddressformstringNo
CRAccformstringNo
CRNameformstringNo
CRAddressformstringNo
VgformdecimalNo
NumberInformstringNo
NumberOutformstringNo
BlockingformboolNo
RecStatusformboolNo
CUserformstringNo
WaybillIDformint?No
WaybillNumformstringNo
UPTimeformDateTime?No
UPUserformstringNo
SendTimeformDateTime?No
SendUserformstringNo
TaxDocIdformlongNo
TaxDocSerieformstringNo
TaxDocNumformstringNo
SellerActionformint?No
BuyerActionformint?No
RsStatusformint?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.

POST /RS/TaxDocuments/ActivateTaxDocuments HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	Ids: 
	[
		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: 
	[
		{
			Docs_id: String,
			Book_id: String,
			Oper_id: String,
			DDate: 0001-01-01,
			DBAcc: String,
			DBName: String,
			DBAddress: String,
			CRAcc: String,
			CRName: String,
			CRAddress: String,
			Vg: 0,
			NumberIn: String,
			NumberOut: String,
			Blocking: False,
			RecStatus: False,
			CUser: String,
			WaybillID: 0,
			WaybillNum: String,
			UPTime: 0001-01-01,
			UPUser: String,
			SendTime: 0001-01-01,
			SendUser: String,
			TaxDocId: 0,
			TaxDocSerie: String,
			TaxDocNum: String,
			SellerAction: 0,
			BuyerAction: 0,
			RsStatus: 0
		}
	]
}