REST API

I am using the REST API to insert data into a custom module, when the record is created it should return the record ID, as it was doing up to last week. Now instead on getting this
…

InsstdClass Object
(
[id] => 61c1dfb4-3866-9256-e559-599725784955
[entry_list] => stdClass Object
.
.
.
)
Ins
Order Inserted: 61c1dfb4-3866-9256-e559-599725784955
Order ID: 61c1dfb4-3866-9256-e559-599725784955

I get this

…

Ins
Ins
Order Inserted:
Order ID:

The issue is I need the ID to create a relationship between the order and the contact.

I haven’t upgraded anything,on the server and no permissions were changed…Any suggestions

Regards
Govind Dhanraj

Where is your code? Please post your code.