POST api/v1/FFConfigs/CreateFFConfig
Request Information
URI Parameters
None.
Body Parameters
FFConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| _FFConfigId | integer |
None. |
|
| _Grps | Collection of byte |
None. |
|
| _UuGrps | Collection of byte |
None. |
|
| _CustomerID | integer |
None. |
|
| _GrpsCounter | integer |
None. |
|
| _UugCounter | integer |
None. |
|
| _CreatedDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_FFConfigId": 1,
"_Grps": "QEA=",
"_UuGrps": "QEA=",
"_CustomerID": 2,
"_GrpsCounter": 3,
"_UugCounter": 4,
"_CreatedDate": "2026-01-20T20:25:37.759905+00:00",
"_UpdatedDate": "2026-01-20T20:25:37.759905+00:00",
"_SysNumber": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.