Request Structure
URL: / adc-get-transaction-status
Type: POST
| Param Type | Name | Field Type | Description | Constraints |
|---|---|---|---|---|
| Header |
Sessionid
|
String | Session ID received after login. | Required if username and password are not provided. |
| Header |
username
|
String | AppViewX login username. | Required if the session ID is not provided. |
| Header |
password
|
String | AppViewX login password. | Required if the session ID is not provided. |
| Header |
Content-Type
|
String | Specifies the nature of the data in the payload. | The value of the param should be ‘application/json’. |
| Query |
gwkey
|
String | Tenant Key. Needed only in the case of multi-tenant installations. | |
| Query |
gwsource
|
String | Source from which the request is triggered (Eg: web, external) | |
| Body | payload | Payload | Contains all the params to be sent in the request body for the post request. |