POST v1/dealer/{dealerId}/sellerTrust/settings
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dealerId | string |
Required |
Body Parameters
SellerTrustValuesInput| Name | Description | Type | Additional information |
|---|---|---|---|
| establishedDate |
establishedDate |
date |
None. |
| snippetList |
snippetList |
Collection of SnippetModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"establishedDate": "2025-10-30T17:42:16.6939634+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>2025-10-30T17:42:16.6939634+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.