eQuipAPI

<back to all web services

Audit_Update

The following routes are available for this service:
All Verbs/Audit_Update
Audit_Update Parameters:
NameParameterData TypeRequiredDescription
UserIDquerystringNo
AuditTransIDquerystringNo
AuditTypequerystringNo
AuditMethodquerystringNo
ScanFieldquerystringNo
AuditNamequerystringNo
AuditPeriodqueryDateTime?No
RequestIdquerystringNo
RequestDatequeryDateTime?No
StartDatequeryDateTime?No
EndDatequeryDateTime?No
ContractIdquerystringNo

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 /jsv/oneway/Audit_Update HTTP/1.1 
Host: equipstage3.e-isg.com 
Content-Type: text/jsv
Content-Length: length

{
	UserID: String,
	AuditTransID: String,
	AuditType: String,
	AuditMethod: String,
	ScanField: String,
	AuditName: String,
	AuditPeriod: 0001-01-01,
	RequestId: String,
	RequestDate: 0001-01-01,
	StartDate: 0001-01-01,
	EndDate: 0001-01-01,
	ContractId: String
}