POST api/Account/UpdateAccount?currentLang={currentLang}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
currentLang

string

Required

Body Parameters

AccountModel
NameDescriptionTypeAdditional information
Id

string

None.

Name

string

None.

Description

string

None.

Status

integer

None.

CreationDate

date

None.

CardCode

string

None.

CardName

string

None.

BpSap

boolean

None.

Email

string

None.

Identification

string

None.

Phone

string

None.

IdentificationType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "Name": "sample string 2",
  "Description": "sample string 3",
  "Status": 4,
  "CreationDate": "2026-06-04T21:34:13.7002581-06:00",
  "CardCode": "sample string 6",
  "CardName": "sample string 7",
  "BpSap": true,
  "Email": "sample string 9",
  "Identification": "sample string 10",
  "Phone": "sample string 11",
  "IdentificationType": "sample string 12"
}

application/xml, text/xml

Sample:
<AccountModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClvsEcommerce.MODELS.DBLocal">
  <BpSap>true</BpSap>
  <CardCode>sample string 6</CardCode>
  <CardName>sample string 7</CardName>
  <CreationDate>2026-06-04T21:34:13.7002581-06:00</CreationDate>
  <Description>sample string 3</Description>
  <Email>sample string 9</Email>
  <Id>sample string 1</Id>
  <Identification>sample string 10</Identification>
  <IdentificationType>sample string 12</IdentificationType>
  <Name>sample string 2</Name>
  <Phone>sample string 11</Phone>
  <Status>4</Status>
</AccountModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.