Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

;Retrieve the Requester Details information associated with a given Service Request Id.

Description

This API requires the Service Request to be associated with a RequesterId

...

Code Block
languagec#
int id = 7919;
7919varvar requester;
Details = await _serviceRequestManager.GetRequesterDetails(id);

...