POST api/v1/AccessService/PostAccessService
Request Information
URI Parameters
None.
Body Parameters
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:39:45.0327293+00:00",
"_UpdatedDate": "2025-12-06T17:39:45.0327293+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.