Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Update an existing service request status.

Description

Update the status of an existing service request by it's id.

Package Details

Interface

IAddressManager

Syntax

IAddressManager.UpdateStatus(int serviceRequestId, int userId, ServiceRequestStatus statusCode);

API

[POST] /api/v1/servicerequests/{id}/updatestatus

Parameters

Parameter

Description

Type

id

id of the Service request

int

userId

id of the user

int

status

status of the service request

ServiceRequestStatus enum

Returns

200 OK

Example

await _serviceRequestManager.UpdateStatus(id, userId, status);

  • No labels