POST {language}/account/setting/save

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

None.

Body Parameters

InsertOrUpdateAccountSettingRequest
NameDescriptionTypeAdditional information
AccountId

globally unique identifier

None.

Name

string

None.

Items

Dictionary of string [key] and string [value]

None.

RequestId

globally unique identifier

None.

Language

string

None.

LanguageLogin

string

None.

AuthToken

string

None.

ClientId

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": "29a1bc89-49f9-418a-87f1-c3d606f1cc15",
  "Name": "sample string 2",
  "Items": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "RequestId": "fec90858-758d-4aa0-b112-7b5a6db085f7",
  "Language": "sample string 4",
  "LanguageLogin": "sample string 5",
  "AuthToken": "sample string 6",
  "ClientId": "sample string 7",
  "PageIndex": 8,
  "PageSize": 9
}

application/xml, text/xml

Sample:
<InsertOrUpdateAccountSettingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests">
  <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 6</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 4</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 5</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">8</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">9</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">fec90858-758d-4aa0-b112-7b5a6db085f7</RequestId>
  <AccountId>29a1bc89-49f9-418a-87f1-c3d606f1cc15</AccountId>
  <Items xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>sample string 4</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Items>
  <Name>sample string 2</Name>
</InsertOrUpdateAccountSettingRequest>

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.