Connection & Consumption Setup
Connecting to LSports - RabbitMQ
Body Scheme
{
"PackageId": PackageId,
"UserName": "UserName",
"Password": "Password"
}{
"type": "object",
"properties": {
"Header": {
"type": "object",
"properties": {
"HttpStatusCode": {
"type": "integer"
}
},
"required": [
"HttpStatusCode"
]
},
"Body": {
"type": "object",
"properties": {
"Message": {
"type": "string"
}
},
"required": [
"Message"
]
}
},
"required": [
"Header",
"Body"
]
}Staying up to date and recovering
Possible error types
Last updated
Was this helpful?