1 Reply Latest reply: Nov 3, 2014 12:38 AM by M R K Development Pty Ltd RSS

    Create an order ID response (CRM API v3)

    UPGR8R Community Member

      Hi, with CRM API v3, when you create an order, you receive an empty body as response when successful. It would be cool to receive an ID of created order, to be able to open it for user editing.

        • 1. Re: Create an order ID response (CRM API v3)
          M R K Development Pty Ltd Community Member

          Hi UPGR8R,

           

          v3 api follow the same convention when creating (POST) a new *resource* (orders, customers types etc etc).

           

          It is a standard practise to return atleast the ID of the newly created resource.

           

          This could be highly useful in single page/desktop applications scenario which the v3 api should be able to support (once the external oauth is figured out)

           

          Regards,

          -Ketan.