PUT api/v1/AccessService/UpdateAccessServices
Request Information
URI Parameters
None.
Body Parameters
Collection of AccessService| Name | Description | Type | Additional 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:37:41.4377701+00:00",
"_UpdatedDate": "2025-12-06T17:37:41.4377701+00:00"
},
{
"_AccessServiceID": 1,
"_Services": 1,
"_ServiceName": "sample string 2",
"_SysNumber": 3,
"_CreationDate": "2025-12-06T17:37:41.4377701+00:00",
"_UpdatedDate": "2025-12-06T17:37:41.4377701+00:00"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.