OperationsExecuteOperaRequest Method |
ExecuteOperaRequest
Namespace: Micros.PosCore.OperaPostingAssembly: PosCore (in PosCore.dll) Version: 19.8
Syntaxpublic HttpResponseMessage ExecuteOperaRequest(
string serializedContent,
Parameter parameters,
string urlPath,
Operation operation,
HttpMethod httpMethod,
out ErrorCode errorCode,
long timeoutInMilliseconds = 0
)
Parameters
- serializedContent String
- parameters Parameter
- urlPath String
- operation Operation
- httpMethod HttpMethod
- errorCode ErrorCode
- timeoutInMilliseconds Int64 (Optional)
Return Value
HttpResponseMessage
See Also