SymXchangeVerificationService

Verify if SymXchange instance is running.

Symitar eDocs References: SymXchangeVerification Service

Operations

verifySymXchangeOperation

post

Prompts SymXchange to return an expected response.

Authorizations
Body
InputParameterstringRequired

Arbitrary input parameter to receive in response.

Example: This should be the same in the response.
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/symxverification/verifySymXchangeOperation HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 111

{
  "InputParameter": "This should be the same in the response.",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "OutputParameter": "This should be the same in the response."
}

Last updated

Was this helpful?