POST api/AdminFiveModular/UpdateOpenmodules

Request Information

URI Parameters

None.

Body Parameters

EventSceneQRcode_party
NameDescriptionTypeAdditional information
id

integer

None.

qrcodeid

integer

None.

villageid

integer

None.

scanstate

integer

None.

displaystatus

integer

None.

b1

integer

None.

b2

integer

None.

b3

integer

None.

b4

integer

None.

scenetype

string

None.

openmodules

string

None.

adminid

integer

None.

modifytime

date

None.

createtime

date

None.

title

string

None.

memo

string

None.

images

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "qrcodeid": 1,
  "villageid": 1,
  "scanstate": 1,
  "displaystatus": 1,
  "b1": 1,
  "b2": 1,
  "b3": 1,
  "b4": 1,
  "scenetype": "sample string 2",
  "openmodules": "sample string 3",
  "adminid": 1,
  "modifytime": "2025-11-08T18:33:29.6932902+08:00",
  "createtime": "2025-11-08T18:33:29.6932902+08:00",
  "title": "sample string 4",
  "memo": "sample string 5",
  "images": "sample string 6"
}

application/xml, text/xml

Sample:
<EventSceneQRcode_party xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GanziPrefectureWebAPI">
  <adminid>1</adminid>
  <b1>1</b1>
  <b2>1</b2>
  <b3>1</b3>
  <b4>1</b4>
  <createtime>2025-11-08T18:33:29.6932902+08:00</createtime>
  <displaystatus>1</displaystatus>
  <id>1</id>
  <images>sample string 6</images>
  <memo>sample string 5</memo>
  <modifytime>2025-11-08T18:33:29.6932902+08:00</modifytime>
  <openmodules>sample string 3</openmodules>
  <qrcodeid>1</qrcodeid>
  <scanstate>1</scanstate>
  <scenetype>sample string 2</scenetype>
  <title>sample string 4</title>
  <villageid>1</villageid>
</EventSceneQRcode_party>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseEntity
NameDescriptionTypeAdditional information
code

integer

None.

msg

Object

None.

doc1

Object

None.

doc2

Object

None.

doc3

Object

None.

doc4

Object

None.

doc5

Object

None.

doc6

Object

None.

doc7

Object

None.

doc8

Object

None.

doc9

Object

None.

doc10

Object

None.

doc11

Object

None.

doc12

Object

None.

doc13

Object

None.

doc14

Object

None.

doc15

Object

None.

doc16

Object

None.

phone

Object

None.

state

integer

None.

isStudy

integer

None.

count

integer

None.

count1

integer

None.

count2

integer

None.

pager

integer

None.

id

integer

None.

specialList

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": {},
  "doc1": {},
  "doc2": {},
  "doc3": {},
  "doc4": {},
  "doc5": {},
  "doc6": {},
  "doc7": {},
  "doc8": {},
  "doc9": {},
  "doc10": {},
  "doc11": {},
  "doc12": {},
  "doc13": {},
  "doc14": {},
  "doc15": {},
  "doc16": {},
  "phone": {},
  "state": 20,
  "isStudy": 21,
  "count": 22,
  "count1": 23,
  "count2": 24,
  "pager": 25,
  "id": 26,
  "specialList": "sample string 27"
}

application/xml, text/xml

Sample:
<ResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GanziPrefectureWebAPI.Models">
  <code>1</code>
  <count>22</count>
  <count1>23</count1>
  <count2>24</count2>
  <doc1 />
  <doc10 />
  <doc11 />
  <doc12 />
  <doc13 />
  <doc14 />
  <doc15 />
  <doc16 />
  <doc2 />
  <doc3 />
  <doc4 />
  <doc5 />
  <doc6 />
  <doc7 />
  <doc8 />
  <doc9 />
  <id>26</id>
  <isStudy>21</isStudy>
  <msg />
  <pager>25</pager>
  <phone />
  <specialList>sample string 27</specialList>
  <state>20</state>
</ResponseEntity>