IsReachable request (isReachable)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Example data
Content-Type: application/json
{
"isReachableResponse" : [ {
"accountStatus" : "",
"senderAccepted" : true,
"lastSenderAcceptChange" : "2000-01-23T04:56:07.000+00:00"
}, {
"accountStatus" : "",
"senderAccepted" : true,
"lastSenderAcceptChange" : "2000-01-23T04:56:07.000+00:00"
} ]
}
Example data
Content-Type: application/json
{
"instance" : "instance",
"detail" : "detail",
"type" : "type",
"title" : "title",
"transactionId" : "transactionId",
"status" : 0
}
Example data
Content-Type: application/json
{
"instance" : "instance",
"detail" : "detail",
"type" : "type",
"title" : "title",
"transactionId" : "transactionId",
"status" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
Success
IsReachableResponse
500
Internal Server Error
ErrorResponse
400
Bad Request
ErrorResponse
IsRegistered request (isRegistered)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Example data
Content-Type: application/json
{
"isRegisteredResponse" : [ {
"lastRegistration" : "2000-01-23T04:56:07.000+00:00",
"pending" : true,
"serviceSupplier" : "",
"recipientId" : "recipientId",
"type" : "type"
}, {
"lastRegistration" : "2000-01-23T04:56:07.000+00:00",
"pending" : true,
"serviceSupplier" : "",
"recipientId" : "recipientId",
"type" : "type"
} ]
}
Example data
Content-Type: application/json
{
"instance" : "instance",
"detail" : "detail",
"type" : "type",
"title" : "title",
"transactionId" : "transactionId",
"status" : 0
}
Example data
Content-Type: application/json
{
"instance" : "instance",
"detail" : "detail",
"type" : "type",
"title" : "title",
"transactionId" : "transactionId",
"status" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
Success
IsRegisteredResponse
500
Internal Server Error
ErrorResponse
400
Bad Request
ErrorResponse