...
[GET] /api/v1/servicerequests/status-history-ex
Returns
200 - Ok
Example
Code Block | ||
---|---|---|
| ||
using MTOA.BLL.Interfaces; string guid = "A79887623B0E619EE05438EAA7528E36"; var serviceRequest = await _serviceRequestManager.GetByGuid<ServiceRequestMetadata>(guid); |
...