Creating requests with requester details using REST API (json).

Creating requests with requester details using REST API (json).

I'm struggling to pass requester details like contact number and email. The API accepts the parameters (no errors) but they do not get associated with the requester record...

  1. data={
  2.     "operation": {
  3.         "details": {
  4.             "account": "Sample Account",
  5.             "description": "Description of the request.",
  6.             "requesteremail": "customer@email.com",
  7.             "requester": "Joe Customer",
  8.             "site": "Sample Site",
  9.             "title": "Title of the request."
  10.         }
  11.     }
I didn't see any mention of being able to do this in the documentation here, but saw this post the eludes that it is possible. Is it possible? Am I missing something?

Thanks.
              New to ADManager Plus?

                New to ADSelfService Plus?