Logging out of the Lending Core API
Description
This web service allows the user to log in to the Lending Core API.
Definition
POST
Copy
https://<domain>/services/apexrest/peer/v1/ logout/*
Parameters
The table given below provides details of the request parameter used by this web service:
Field |
Type | Description |
---|---|---|
Id* |
String |
|
Error messages
When you post a web service, you can receive the possible error messages as shown in the table below:
Error Code |
Reason |
HTTP Status Code |
---|---|---|
ACCOUNT_NOT_FOUND | You will receive this error if the requested account ID is not found | 500 |
HTTP_INTERNAL_ERRROR | You will receive this error if there is any run time exception | 500 |
Sample Request
The sample request to be sent is as shown below:
POST
Copy
https://na11.salesforce.com/services/apexrest/peer/v1/logout?id=001G000001TyB26
Sample Request
Copy
{
"id":"001G000001TyB26"
}
Sample Response
The sample response that you will receive is as shown below:
Sample Response
Copy
{
"status":"SUCCESS",
"response":[
],
"errorCode":"NO_ERROR",
"content":[
]
}