UserSubscriptionDetails SnapOn API 1.0.0
SOAP
0
No votes yet
Using this API, request is made to get the subscription details of the logged in user.
Attachment | Size |
---|---|
![]() | 10.6 KB |
Toyota Terms of Service - Legal
development
https://secure-api-int.test.awsapic.toyota.com/tmna/test
development
https://api.test.awsapic.toyota.com/tmna/test
development
https://api-int.test.awsapic.toyota.com/tmna/test
development
https://secure-api.test.toyota.com/tmna/test
development
https://api-int.test.toyota.com/tmna/test
development
https://api.test.toyota.com/tmna/test
development
https://secure-api-int.test.toyota.com/tmna/test
Operations
getAccountInfo
Operation getAccountInfo
clientID
X-IBM-Client-Id
(apiKey located in header)
clientSecret
X-IBM-Client-Secret
(apiKey located in header)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:snap="http://buyrd.equipmentsolutions.com/SnaponWebservice/">
<soapenv:Header/>
<soapenv:Body>
<snap:getAccountInfo>
<!--Optional:-->
<snap:username>kareem.habib@dot.gov</snap:username>
</snap:getAccountInfo>
</soapenv:Body>
</soapenv:Envelope>
Example Request
Example Response
Try this operation
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa.
No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).
Definitions
{
"type": "object",
"properties": {
"Envelope": {
"xml": {
"prefix": "soap-env",
"namespace": "http://schemas.xmlsoap.org/soap/envelope/"
},
"type": "object",
"properties": {
"Header": {
"$ref": "#/definitions/getAccountInfoHeader"
},
"Body": {
"type": "object",
"properties": {
"getAccountInfo": {
"$ref": "#/definitions/getAccountInfo_tns"
}
}
}
}
}
}
}
{
"type": "object"
}
{
"type": "object",
"properties": {
"Envelope": {
"xml": {
"prefix": "soap-env",
"namespace": "http://schemas.xmlsoap.org/soap/envelope/"
},
"type": "object",
"properties": {
"Body": {
"type": "object",
"properties": {
"getAccountInfoResponse": {
"$ref": "#/definitions/getAccountInfoResponse_tns"
}
}
}
}
}
}
}
{
"xml": {
"namespace": "http://buyrd.equipmentsolutions.com/SnaponWebservice/",
"prefix": "tns"
},
"type": "object",
"properties": {
"username": {
"type": "string"
}
}
}
{
"xml": {
"namespace": "http://buyrd.equipmentsolutions.com/SnaponWebservice/",
"prefix": "tns"
},
"type": "object",
"properties": {
"getAccountInfoResult": {
"$ref": "#/definitions/ArrayOfSnapOnAccount_tns"
}
}
}
{
"xml": {
"namespace": "http://buyrd.equipmentsolutions.com/SnaponWebservice/",
"prefix": "tns"
},
"type": "object",
"properties": {
"SnapOnAccount": {
"type": "array",
"items": {
"$ref": "#/definitions/SnapOnAccount_tns"
},
"x-nullable": true
}
}
}
{
"xml": {
"namespace": "http://buyrd.equipmentsolutions.com/SnaponWebservice/",
"prefix": "tns"
},
"type": "object",
"properties": {
"Username": {
"type": "string"
},
"SubscriptionType": {
"type": "string"
},
"StartDate": {
"type": "string",
"format": "date-time"
},
"ExpirationDate": {
"type": "string",
"format": "date-time"
}
}
}
{
"properties": {
"httpCode": {
"type": "string"
},
"httpMessage": {
"type": "string"
},
"moreInformation": {
"type": "string"
}
},
"required": [
"httpCode",
"httpMessage",
"moreInformation"
],
"additionalProperties": false
}
{
"properties": {
"httpCode": {
"type": "string"
},
"httpMessage": {
"type": "string"
},
"moreInformation": {
"type": "string"
}
},
"required": [
"httpCode",
"httpMessage",
"moreInformation"
],
"additionalProperties": false
}