...
COOP has 2 versions, REST and SOAP. Both REST and SOAP API connection will need a Username and Password.
COOP REST
RS QVO_INT_CoopREST
Preferably, we use this over SOAP.
Base Endpoints
Configure Headers for authentication
client_Id = QVO_INT_CoopRest • CoopRestAuthProfile UserName
client_secret = QVO_INT_CoopRest • CoopRestAuthProfile Password
...
RS QVO_INT_Coop
Legacy API, preferably we use REST instead of this.
Base Endpoints
Auth Token is generated for authentication
D_AuthToken COOPTokenProvider
userName = CoopAuth User Id
password = CoopAuth Password
ApplicationID = 26 (This could be different for every clientis OpenServices Application ID. Should be the same for all clients. See GetSessionIdentifier.)
...
View file | ||
---|---|---|
|
API Data Flow
View file | ||
---|---|---|
|