ApexERPHost

<back to all web services

GetDisDocsByExpeditor

Requires Authentication
The following routes are available for this service:
GET/Crm/GetDisDocsByExpeditor
GetDisDocsByExpeditor Parameters:
NameParameterData TypeRequiredDescription
DdatequeryDateTime?No
AccquerystringNo
GetDisDocsByExpeditorResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<tfGetDisDocsByExpeditor>No
tfGetDisDocsByExpeditor Parameters:
NameParameterData TypeRequiredDescription
VisitIdformint?No
VisitStatusformint?No
AccformstringNo
AccnuformstringNo
AddressformstringNo
OrdsuccessformintNo
OrdnformintNo
RetsuccessformintNo
RetnformintNo
CollectpayformdecimalNo
PayedcashformdecimalNo

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.

GET /Crm/GetDisDocsByExpeditor HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
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: 
	[
		{
			VisitId: 0,
			VisitStatus: 0,
			Acc: String,
			Accnu: String,
			Address: String,
			Ordsuccess: 0,
			Ordn: 0,
			Retsuccess: 0,
			Retn: 0,
			Collectpay: 0,
			Payedcash: 0
		}
	]
}