POST v1/dealer/{dealerId}/sellerTrust/settings

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dealerId

string

Required

Body Parameters

SellerTrustValuesInput
NameDescriptionTypeAdditional information
establishedDate

establishedDate

date

None.

snippetList

snippetList

Collection of SnippetModel

None.

Request Formats

application/json, text/json

Sample:
{
  "establishedDate": "2024-05-03T14:50:24.7197146+00:00",
  "snippetList": [
    {
      "index": 1,
      "valueEn": "sample string 2",
      "valueFr": "sample string 3"
    },
    {
      "index": 1,
      "valueEn": "sample string 2",
      "valueFr": "sample string 3"
    }
  ]
}

application/xml, text/xml

Sample:
<SellerTrustValuesInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Trader.DealerServices.Api.Models.SellerTrust">
  <establishedDate>2024-05-03T14:50:24.7197146+00:00</establishedDate>
  <snippetList>
    <SnippetModel>
      <Index>1</Index>
      <ValueEn>sample string 2</ValueEn>
      <ValueFr>sample string 3</ValueFr>
    </SnippetModel>
    <SnippetModel>
      <Index>1</Index>
      <ValueEn>sample string 2</ValueEn>
      <ValueFr>sample string 3</ValueFr>
    </SnippetModel>
  </snippetList>
</SellerTrustValuesInput>

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.