POST api/DogInfos/UpdateDogaccount

Request Information

URI Parameters

None.

Body Parameters

doglist
NameDescriptionTypeAdditional information
id

integer

None.

dogno

string

Required

String length: inclusive between 0 and 25

ParentDogNo

string

String length: inclusive between 0 and 25

registercode

string

String length: inclusive between 0 and 100

usercount

integer

None.

dogaccount

integer

None.

pid

integer

None.

compname

string

String length: inclusive between 0 and 500

area

string

String length: inclusive between 0 and 200

createtime

date

None.

regflag

integer

None.

regdate

string

String length: inclusive between 0 and 50

serialno

string

String length: inclusive between 0 and 50

certificatecode

string

String length: inclusive between 0 and 50

randomcode

string

String length: inclusive between 0 and 50

dupfdate

string

String length: inclusive between 0 and 50

dupldate

string

String length: inclusive between 0 and 50

taxprice

decimal number

None.

total

decimal number

None.

alltotal

decimal number

None.

goodsname

string

String length: inclusive between 0 and 400

cardnumber

string

String length: inclusive between 0 and 200

buyall

integer

None.

isuse

integer

None.

returnreason

string

String length: inclusive between 0 and 800

returndate

date

None.

businesstype

integer

None.

handler

string

String length: inclusive between 0 and 200

realdogreturn

date

None.

limitday

integer

None.

delaycount

integer

None.

updatetime

date

None.

saletime

date

None.

beforename

string

String length: inclusive between 0 and 200

operatorname

string

String length: inclusive between 0 and 100

isnotlimited

string

String length: inclusive between 0 and 10

isgraspcloud

integer

None.

AgentName

string

String length: inclusive between 0 and 500

AgentCode

string

String length: inclusive between 0 and 200

ProductCode

string

String length: inclusive between 0 and 200

ExpiringTime

date

None.

ProductMoneyType

integer

None.

Scanday

integer

None.

LicenseType

integer

None.

IsStop

integer

None.

IsHyMove

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "dogno": "sample string 2",
  "ParentDogNo": "sample string 3",
  "registercode": "sample string 4",
  "usercount": 1,
  "dogaccount": 1,
  "pid": 1,
  "compname": "sample string 5",
  "area": "sample string 6",
  "createtime": "2026-09-03T02:31:59.3306475+08:00",
  "regflag": 1,
  "regdate": "sample string 7",
  "serialno": "sample string 8",
  "certificatecode": "sample string 9",
  "randomcode": "sample string 10",
  "dupfdate": "sample string 11",
  "dupldate": "sample string 12",
  "taxprice": 1.0,
  "total": 1.0,
  "alltotal": 1.0,
  "goodsname": "sample string 13",
  "cardnumber": "sample string 14",
  "buyall": 1,
  "isuse": 1,
  "returnreason": "sample string 15",
  "returndate": "2026-09-03T02:31:59.3306475+08:00",
  "businesstype": 1,
  "handler": "sample string 16",
  "realdogreturn": "2026-09-03T02:31:59.3306475+08:00",
  "limitday": 1,
  "delaycount": 1,
  "updatetime": "2026-09-03T02:31:59.3306475+08:00",
  "saletime": "2026-09-03T02:31:59.3306475+08:00",
  "beforename": "sample string 17",
  "operatorname": "sample string 18",
  "isnotlimited": "sample string 19",
  "isgraspcloud": 20,
  "AgentName": "sample string 21",
  "AgentCode": "sample string 22",
  "ProductCode": "sample string 23",
  "ExpiringTime": "2026-09-03T02:31:59.3306475+08:00",
  "ProductMoneyType": 1,
  "Scanday": 1,
  "LicenseType": 1,
  "IsStop": 24,
  "IsHyMove": 25
}

application/xml, text/xml

Sample:
<doglist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DogApi">
  <AgentCode>sample string 22</AgentCode>
  <AgentName>sample string 21</AgentName>
  <ExpiringTime>2026-09-03T02:31:59.3306475+08:00</ExpiringTime>
  <IsHyMove>25</IsHyMove>
  <IsStop>24</IsStop>
  <LicenseType>1</LicenseType>
  <ParentDogNo>sample string 3</ParentDogNo>
  <ProductCode>sample string 23</ProductCode>
  <ProductMoneyType>1</ProductMoneyType>
  <Scanday>1</Scanday>
  <alltotal>1</alltotal>
  <area>sample string 6</area>
  <beforename>sample string 17</beforename>
  <businesstype>1</businesstype>
  <buyall>1</buyall>
  <cardnumber>sample string 14</cardnumber>
  <certificatecode>sample string 9</certificatecode>
  <compname>sample string 5</compname>
  <createtime>2026-09-03T02:31:59.3306475+08:00</createtime>
  <delaycount>1</delaycount>
  <dogaccount>1</dogaccount>
  <dogno>sample string 2</dogno>
  <dupfdate>sample string 11</dupfdate>
  <dupldate>sample string 12</dupldate>
  <goodsname>sample string 13</goodsname>
  <handler>sample string 16</handler>
  <id>1</id>
  <isgraspcloud>20</isgraspcloud>
  <isnotlimited>sample string 19</isnotlimited>
  <isuse>1</isuse>
  <limitday>1</limitday>
  <operatorname>sample string 18</operatorname>
  <pid>1</pid>
  <randomcode>sample string 10</randomcode>
  <realdogreturn>2026-09-03T02:31:59.3306475+08:00</realdogreturn>
  <regdate>sample string 7</regdate>
  <regflag>1</regflag>
  <registercode>sample string 4</registercode>
  <returndate>2026-09-03T02:31:59.3306475+08:00</returndate>
  <returnreason>sample string 15</returnreason>
  <saletime>2026-09-03T02:31:59.3306475+08:00</saletime>
  <serialno>sample string 8</serialno>
  <taxprice>1</taxprice>
  <total>1</total>
  <updatetime>2026-09-03T02:31:59.3306475+08:00</updatetime>
  <usercount>1</usercount>
</doglist>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.