With real-time insights into agent effectiveness, hierarchies and relationships, training, and compliance information, including certifications, you can better engage with your Insurance agents and empower them to support your company’s mission and goals.
Note :
Below APIs are still undocumented in https://api.sap.com and purpose of the blog is to provide Partners, customers to make use of the below APIs till such time |
To try copy the below template and paste in Visual Studio Code with RestClient Extension Installed
@clientid = XXXXXXXXXXXXXXXXXXXXXX
@clientsecret = XXXXXXXXXXXXXXXXXXXXXXXX
@k8 = https://XXXX.app.commissions.cloud.sap
@ias = https://XXXXXXXX.accounts.ondemand.com
@password = YYYYYYYYYYYYYYYYYYY
@username = XXXXXXXXXXXXXXXXXXX
###################### Portal Users ######################################
### API Documentation
### https://XXXX.app.commissions.cloud.sap/usersvc/apidoc/#
###
# login
POST {{ias}}/oauth2/token?grant_type=client_credentials
Content-Type: application/x-www-form-urlencoded
Authorization: Basic {{clientid}}:{{clientsecret}}
###
@accessToken = {{login.response.body.access_token}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/contractTypes
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/appointmentTypes
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/contractTypes
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/producerTypes
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/producerAddressTypes
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/producerAddresses
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/producers
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/licenseTypes
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/statusCodes
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/licenseLines
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/licenses
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/licenseTypes
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/appointments
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/jurisdictions
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/appointmentLines
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/lineOfAuthorities
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/contracts
Content-Type: application/json
Authorization: Bearer {{accessToken}}
###
GET {{k8}}/mtsvc/tcmp/rest/v2/continuingEducations
Content-Type: application/json
Authorization: Bearer {{accessToken}}
Examples of all GET Method
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
5 | |
4 | |
3 | |
3 | |
2 | |
2 | |
2 | |
1 | |
1 |