...
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 | ||
---|---|---|
| ||
int id = 7919; var requester; DetailsrequesterDetails = await _serviceRequestManager.GetRequesterDetails(id); |
...