Identity Manager IT SHOP integrated with REST API

How can I create a product request in Identity Manager IT Shop using the REST API?

I realy need to insert in all tables that are related with ITShop cart and PWO?

Anyone has a script that help me to find a way to solve this problem?

Parents
  • The Application Server REST Interface makes it pretty easy to create a new ITShop order.

    As a general advice just use the Object Browser tool first in order to create/update/delete objects and see how and if your operation actually works.
    Thumb rule: If you can do it there, you can do it with the REST interface as well.

    In your case, a POST request to /entity/PersonWantsOrg will create a new ITShop order. Don't forget to put required your desired data into the body.

    Best regards,

    Christian

Reply
  • The Application Server REST Interface makes it pretty easy to create a new ITShop order.

    As a general advice just use the Object Browser tool first in order to create/update/delete objects and see how and if your operation actually works.
    Thumb rule: If you can do it there, you can do it with the REST interface as well.

    In your case, a POST request to /entity/PersonWantsOrg will create a new ITShop order. Don't forget to put required your desired data into the body.

    Best regards,

    Christian

Children