TestConnectionService-post
POST
TestConnectionService-post
Check the web service connectivity status.
Resource URL
Environment | URL |
---|---|
Production |
https://digitalconnectproxy.verizon.com:443/ServiceAssuranceTest/TestConnectionService |
Test |
https://digitalconnectproxy.verizon.com:443/ServiceAssuranceTest/TestConnectionService |
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type |
|
|
accept
(required) |
|
Request Body Parameters
Attribute Name | Type | Description |
---|---|---|
version * required | string(2) | Service version of the request. Example: v1 or V1. |
transactionID * required | string(50) | Alpha numeric unique identifier to uniquely identify each request from the customer’s system. |
Attribute Name | Type | Description |
---|---|---|
succeeded | boolean | True on success, false on failure. |
transactionID | string(50) | The Transaction ID that is provided as an input parameter to the message when it’s returned. |
serviceName | string(13) | Verizon Service name, repeatable block. |
serviceStatus | string(13) | Status of the Verizon Services. |
errorCode | string | Error code. |
errorLevel | string | Error Level - Critical, Warning, Information. |
errorMessage | string | Description of the error. |
Response Body Parameters
Attribute Name | Type | Description |
---|---|---|
version * required | string(2) | Service version of the request. Example: v1 or V1. |
transactionID * required | string(50) | Alpha numeric unique identifier to uniquely identify each request from the customer’s system. |
Attribute Name | Type | Description |
---|---|---|
succeeded | boolean | True on success, false on failure. |
transactionID | string(50) | The Transaction ID that is provided as an input parameter to the message when it’s returned. |
serviceName | string(13) | Verizon Service name, repeatable block. |
serviceStatus | string(13) | Status of the Verizon Services. |
errorCode | string | Error code. |
errorLevel | string | Error Level - Critical, Warning, Information. |
errorMessage | string | Description of the error. |
Body Parameters
Sample Request
Please login to send the sample request and get a reponse back.
Working...