ARCOS API Enhancements
Updated Crew Manager perspectiveID Query Parameters
What is changing:
ARCOS has updated the query parameters in an API Crew Manager perspectiveID call. Whether
“perspectiveId” or “perspective_id” is used for the request, results produced will be the same.
Who is involved:
All ARCOS API customers who use Crew Manager will receive this update.
What you need to do:
No further action is necessary to implement this change.
Created New postToken Method for API Access
What is changing:
ARCOS has created a new postToken method for API access allowing the user to include the schema/accessToken parameters in the body of the API call instead of the URL, as an alternative.
POST Token - POST/arcos/rest/auth/body
With the company/schema and the company’s access token in the parameters, the token request either issues or refreshes a token and returns as the token in the response.
With application/json in Content-Type in the request body:
JSON Example: {“company”:”value”, “accessToken”:”value”}
With application/xml in Content-Type in the request body:
XML Example: <authInfo company="company-value" accessToken="access-token value"/>
Who is involved:
All ARCOS API customers will receive this update.
What you need to do:
No further action is necessary to implement this change.
Comments
0 comments
Please sign in to leave a comment.