Step 1: Come to an agreement for connection
Contact to S7 MSE manager by mail at mse-s7tretail@s7.ru
- Enter into a service agreement with S7's Sales Department
- Our managers give you a sign, when you can start getting access to the test environment
Step 2: Access to the test environment
- Provide an IP address of a subnet, which you going to use for sending request to the test environment of S7 MSE API, to our technical support by mail at api.support@s7.ru
- S7 adds your subnet's IP address to the white access list on the test environment
- As soon as our technical support send to you an individual key for requests to the API by mail, you may proceed to tests
Step 3: Hello world!
1. For a better experience, we prefer to use SoapUI for testing:
2. Open SoapUI and create a new REST project
3. Set method — POST
4. Set headers in Header tab:
Code Block |
---|
|
Content-Type: text/xml
X-API-Version: 0.35 |
5. Fill in the request textarea by an example described below and send it!
Excerpt Include |
---|
| OW + 1xADT + Transit + S7 flight | S7 MSE API |
---|
| OW + 1xADT + Transit + S7 flight | S7 MSE API |
---|
nopanel | true |
---|
|
6. If you have no results, try to check your connection to exclude the case of incorrect subnet's IP before you contact to our technical support by mail at api.support@s7.ru
Step 4: Running your tests
1. Choose one of available versions at test environment at the top of the page
2. Read the API's documentation
3. Try to execute simplest search use cases and then explore all other available features that you are interested in
Panel |
---|
- We are using actual flight schedule for both test and production environments. But keep in your mind that not all of our API are using actual schedule on test environment and there's can be some discrepancies between them
- No time limits for testing
|
4. Give us a feedback through our technical support by mail at api.support@s7.ru
Step 5: Access to the production environment
- Provide an IP address of a subnet, which you going to use for sending request to the production environment of S7 MSE API, to our technical support by mail at api.support@s7.ru
- S7 adds your subnet's IP address to the white access list on the test production environment
- As soon as our technical support send to you an individual key for requests to the API by mail, you may proceed to production
Step 6: Maintenance
- Choose one of available and tested versions at production environment at the top of the page
- Use header's parameters for tested selected version (If the parameter is not defined, the default version will be executed):
- Try to execute the same tests as for test environment to check the correctness of responses
- Don't forget to check our updates!
Panel |
---|
- Release Notes for new versions of S7 Agent MSE API
- FAQ for most common issues you can be faced with
|