Postman – configuration example
Create a new request
Import URL (replace custompath with your path, e.g. mycompany)
POST https://g2.lmc.cz/import/custompath/import
Content-Type: application/x-www-form-urlencoded
| Name | Required | Description |
|---|---|---|
| username | yes | login name for import |
| password | yes | password for import |
| xmlString | yes | whole XML file as text |
| dry | no | if = true → the import is only validated; nothing is saved |
Example of a correctly configured request in Postman

Last updated on