POST api/v1/AccessService/UpdateAccessService
Request Information
URI Parameters
None.
Body Parameters
Collection of AccessService| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessServiceID | integer |
None. |
|
| _Services | SERVICES |
None. |
|
| _ServiceName | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"AccessServiceID": 1,
"_Services": 1,
"_ServiceName": "sample string 2"
},
{
"AccessServiceID": 1,
"_Services": 1,
"_ServiceName": "sample string 2"
}
]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.