POST v1/log/entries

Get Log

Request Information

URI Parameters

None.

Body Parameters

GetChangeLogEntriesQuery
NameDescriptionTypeAdditional information
DealerId

string

None.

Keyword

string

None.

Locale

string

None.

Request Formats

application/json, text/json

Sample:
{
  "dealerId": "sample string 1",
  "keyword": "sample string 2",
  "locale": "sample string 3"
}

application/xml, text/xml

Sample:
<GetChangeLogEntriesQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Trader.DealerServices.Core.Messages.Queries.DealerApi.ChangeLog">
  <DealerId>sample string 1</DealerId>
  <Keyword>sample string 2</Keyword>
  <Locale>sample string 3</Locale>
</GetChangeLogEntriesQuery>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.