POST api/Application/SaveResellerAgreementLog

Request Information

URI Parameters

None.

Body Parameters

ResellerAgreementLogTbl
NameDescriptionTypeAdditional information
Id

integer

None.

ResellerAgreementName

string

None.

ResellerId

integer

None.

UserId

integer

None.

FullName

string

None.

Title

string

None.

UserAgentString

string

None.

DateTime

date

None.

Location

string

None.

IP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ResellerAgreementName": "sample string 2",
  "ResellerId": 3,
  "UserId": 4,
  "FullName": "sample string 5",
  "Title": "sample string 6",
  "UserAgentString": "sample string 7",
  "DateTime": "2025-02-23T17:58:48.4533188-05:00",
  "Location": "sample string 9",
  "IP": "sample string 10"
}

application/xml, text/xml

Sample:
<ResellerAgreementLogTbl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nextrust.DbModel">
  <DateTime>2025-02-23T17:58:48.4533188-05:00</DateTime>
  <FullName>sample string 5</FullName>
  <IP>sample string 10</IP>
  <Id>1</Id>
  <Location>sample string 9</Location>
  <ResellerAgreementName>sample string 2</ResellerAgreementName>
  <ResellerId>3</ResellerId>
  <Title>sample string 6</Title>
  <UserAgentString>sample string 7</UserAgentString>
  <UserId>4</UserId>
</ResellerAgreementLogTbl>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ResellerAgreementLogTbl'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.