POST api/v1/CustomerApps/UpdateCustomerApp

Request Information

URI Parameters

None.

Body Parameters

CustomerApp
NameDescriptionTypeAdditional information
_CustomerAppId

integer

None.

_ApiAppEnum

integer

None.

_ApiID

integer

None.

_CustomerID

integer

None.

_IsRunning

byte

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

_SysNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_CustomerAppId": 1,
  "_ApiAppEnum": 2,
  "_ApiID": 3,
  "_CustomerID": 4,
  "_IsRunning": 64,
  "_CreationDate": "2026-01-20T20:25:08.7768672+00:00",
  "_UpdatedDate": "2026-01-20T20:25:08.7768672+00:00",
  "_SysNumber": 6
}

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.