Table of Contents |
---|
...
API | ||||||
Authorization | Bearer Token | |||||
Method | POST | |||||
Headers | Content-Type:application/json | |||||
Payload |
| |||||
Success Response HttpStatusCode : 200 |
| |||||
Customer Not Found HttpStatusCode : 200 |
| |||||
Subscription Pending Response HttpStatusCode : 200 |
| |||||
Bad Request HttpStatusCode : 200 |
| |||||
Internal Server Error HttpStatusCode : 200 |
| |||||
Authentication Failure Response HttpStatusCode : 401 |
|
...
API | https://{{baseUrl}}/caas-lcm/api/v1/CAAS/onBoarding/customer | ||||||||||
Authorization | Bearer Token | ||||||||||
Method | POST | ||||||||||
Headers | Content-Type:application/json | ||||||||||
Payload |
| ||||||||||
Success Response HttpStatusCode : 200 |
| ||||||||||
Validation Failure Response - Customer Under Compliance Investigation HttpStatusCode : 406 |
| ||||||||||
Validation Failure Response - Blocked Customer HttpStatusCode : 406 |
| ||||||||||
Validation Failure Response - Invalid Master Data HttpStatusCode : 400 |
| ||||||||||
Validation Failure Response - Mandatory Field Missing HttpStatusCode : 400 |
| ||||||||||
Authentication Failure Response HttpStatusCode : 401 |
| ||||||||||
Bad Request Http Staus Code:400Internal Server Error HttpStatusCode : 502 |
Internal Server Error HttpStatusCode : 502
|
Header
Name | Data Type | Max Length | Mandatory | Description | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Content-Type | String |
|
| Content Type | ||||||
Authorization | String |
|
| Authorization Token |
...
API | ||||||
Authorization | Bearer Token | |||||
Method | GET | |||||
Headers | Content-Type: application/json | |||||
Payload |
| |||||
Success Response HttpStatusCode: 200 |
| |||||
Authentication Failure Response HttpStatusCode: 401 |
| |||||
Customer Not Subscribed Failure Response HttpStatusCode: 200 |
| |||||
Customer not found Failure Response HttpStatusCode: 200 |
|
...