eQuipAPI

<back to all web services

GetEditFieldForTransaction

The following routes are available for this service:
All Verbs/GetEditFieldForTransaction
GetEditFieldForTransaction Parameters:
NameParameterData TypeRequiredDescription
UserIDquerystringNo
WorkflowIDquerystringNo
TransactionTableIDqueryintNo
TransactionTableNamequerystringNo
TransactionIDqueryintNo
TemplateTableIDqueryintNo
TemplateTableRecordIDqueryintNo
SourceWorkflowIDquerystringNo
SourceWorkflowTransactionIDqueryintNo
IsinitializeSubTransactionHeaderValuesqueryboolNo
CreatedByUserIDquerystringNo

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

{
	UserID: String,
	WorkflowID: String,
	TransactionTableID: 0,
	TransactionTableName: String,
	TransactionID: 0,
	TemplateTableID: 0,
	TemplateTableRecordID: 0,
	SourceWorkflowID: String,
	SourceWorkflowTransactionID: 0,
	IsinitializeSubTransactionHeaderValues: False,
	CreatedByUserID: String
}