POST api/Account/EditAccount

Request Information

URI Parameters

None.

Body Parameters

account_info
NameDescriptionTypeAdditional information
id

string

None.

accountId

string

None.

accountName

string

None.

accountType

orderFromEnum

None.

orderType

orderTypeEnum

None.

createTime

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "accountId": "sample string 2",
  "accountName": "sample string 3",
  "accountType": 0,
  "orderType": 0,
  "createTime": "sample string 4"
}

application/xml, text/xml

Sample:
<account_info xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sinda.Model.CrmFile">
  <accountId>sample string 2</accountId>
  <accountName>sample string 3</accountName>
  <accountType>默认</accountType>
  <createTime>sample string 4</createTime>
  <id>sample string 1</id>
  <orderType>默认</orderType>
</account_info>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />