eQuipAPI

<back to all web services

CreateJsonSerializeForTransientService

The following routes are available for this service:
All Verbs/CreateJsonSerializeForTransientService
CreateJsonSerializeForTransientService Parameters:
NameParameterData TypeRequiredDescription
UserIDquerystringNo
TokenSourcequerystringNo
BarcodeLabelTemplateIDquerystringNo
ProcessIDquerystringNo
TransactionIDquerystringNo
SourceWorkflowquerystringNo
SearchListIDquerystringNo
ResponseForTransientService Parameters:
NameParameterData TypeRequiredDescription
InfrastuctureJsonbodystringNo
DomainDataJsonbodystringNo

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

{
	UserID: String,
	TokenSource: String,
	BarcodeLabelTemplateID: String,
	ProcessID: String,
	TransactionID: String,
	SourceWorkflow: String,
	SearchListID: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	InfrastuctureJson: String,
	DomainDataJson: String
}