PUT api/v1/AccessService/UpdateAccessService

Request Information

URI Parameters

None.

Body Parameters

AccessService
NameDescriptionTypeAdditional information
_AccessServiceID

integer

None.

_Services

SERVICES

None.

_ServiceName

string

String length: inclusive between 0 and 150

_SysNumber

integer

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "_AccessServiceID": 1,
  "_Services": 1,
  "_ServiceName": "sample string 2",
  "_SysNumber": 3,
  "_CreationDate": "2025-12-06T17:36:41.9415785+00:00",
  "_UpdatedDate": "2025-12-06T17:36:41.9415785+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.