POST api/app/UILogging/Log

Request Information

URI Parameters

None.

Body Parameters

UILoggingBindingModel
NameDescriptionTypeAdditional information
Guid

string

None.

Time

string

None.

Method

string

None.

Action

string

None.

URL

string

None.

ErpId

string

None.

DataReceivedCount

integer

None.

Inputs

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Guid": "sample string 1",
  "Time": "sample string 2",
  "Method": "sample string 3",
  "Action": "sample string 4",
  "URL": "sample string 5",
  "ErpId": "sample string 6",
  "DataReceivedCount": 7,
  "Inputs": "sample string 8"
}

application/xml, text/xml

Sample:
<UILoggingBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Common.BindingModel.Common">
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels">0a3fabbd-22b3-476b-8924-49bdb33006b0</RequestId>
  <Action>sample string 4</Action>
  <DataReceivedCount>7</DataReceivedCount>
  <ErpId>sample string 6</ErpId>
  <Guid>sample string 1</Guid>
  <Inputs>sample string 8</Inputs>
  <Method>sample string 3</Method>
  <Time>sample string 2</Time>
  <URL>sample string 5</URL>
</UILoggingBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseModelOfObject
NameDescriptionTypeAdditional information
ResponseTime

date

None.

ResponseCode

ResponseCode

None.

ResponseMessage

string

None.

ResponsePermission

string

None.

DataSet

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseTime": "2026-02-17T07:26:49.5879633+00:00",
  "ResponseCode": 0,
  "ResponseMessage": "sample string 2",
  "ResponsePermission": "sample string 3",
  "DataSet": {}
}

application/xml, text/xml

Sample:
<ResponseModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels">
  <DataSet />
  <ResponseCode>NoDataFound</ResponseCode>
  <ResponseMessage>sample string 2</ResponseMessage>
  <ResponsePermission>sample string 3</ResponsePermission>
  <ResponseTime>2026-02-17T07:26:49.5879633+00:00</ResponseTime>
</ResponseModelOfanyType>