POST api/Trai

Request Information

URI Parameters

None.

Body Parameters

ApiAccessLog
NameDescriptionTypeAdditional information
UserId

string

None.

Request

string

None.

Response

string

None.

RequestTime

date

None.

ResponseTime

date

None.

MethodName

string

None.

PageORWebServiceName

string

None.

HostName

string

None.

HostIPAddress

string

None.

IPAddress

string

None.

ProxyIPAddress

string

None.

UserAgent

string

None.

VMInstanceName

string

None.

PhysicalPath

string

None.

ErrorCode

integer

None.

ErrorDescription

string

None.

Type

integer

None.

OTP

integer

None.

MethodNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "Request": "sample string 2",
  "Response": "sample string 3",
  "RequestTime": "2026-06-25T11:55:55.2436243+05:30",
  "ResponseTime": "2026-06-25T11:55:55.2436243+05:30",
  "MethodName": "sample string 6",
  "PageORWebServiceName": "sample string 7",
  "HostName": "sample string 8",
  "HostIPAddress": "sample string 9",
  "IPAddress": "sample string 10",
  "ProxyIPAddress": "sample string 11",
  "UserAgent": "sample string 12",
  "VMInstanceName": "sample string 13",
  "PhysicalPath": "sample string 14",
  "ErrorCode": 15,
  "ErrorDescription": "sample string 16",
  "Type": 17,
  "OTP": 18,
  "MethodNumber": 19
}

application/xml, text/xml

Sample:
<ApiAccessLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.TRAI">
  <ErrorCode>15</ErrorCode>
  <ErrorDescription>sample string 16</ErrorDescription>
  <HostIPAddress>sample string 9</HostIPAddress>
  <HostName>sample string 8</HostName>
  <IPAddress>sample string 10</IPAddress>
  <MethodName>sample string 6</MethodName>
  <MethodNumber>19</MethodNumber>
  <OTP>18</OTP>
  <PageORWebServiceName>sample string 7</PageORWebServiceName>
  <PhysicalPath>sample string 14</PhysicalPath>
  <ProxyIPAddress>sample string 11</ProxyIPAddress>
  <Request>sample string 2</Request>
  <RequestTime>2026-06-25T11:55:55.2436243+05:30</RequestTime>
  <Response>sample string 3</Response>
  <ResponseTime>2026-06-25T11:55:55.2436243+05:30</ResponseTime>
  <Type>17</Type>
  <UserAgent>sample string 12</UserAgent>
  <UserId>sample string 1</UserId>
  <VMInstanceName>sample string 13</VMInstanceName>
</ApiAccessLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.