POST api/Activity/AddActivityUser

新增活动成员

Request Information

URI Parameters

None.

Body Parameters

ActivityUser
NameDescriptionTypeAdditional information
ID

integer

None.

AID

integer

None.

UserID

integer

None.

SchoolID

integer

None.

GroupID

integer

None.

IDType

integer

None.

Status

integer

None.

CreateBy

integer

None.

CreateTime

date

None.

IsCateActivity

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "AID": 2,
  "UserID": 3,
  "SchoolID": 4,
  "GroupID": 5,
  "IDType": 6,
  "Status": 7,
  "CreateBy": 8,
  "CreateTime": "2026-01-26T06:11:45.3476695+08:00",
  "IsCateActivity": 10
}

application/xml, text/xml

Sample:
<ActivityUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <AID>2</AID>
  <CreateBy>8</CreateBy>
  <CreateTime>2026-01-26T06:11:45.3476695+08:00</CreateTime>
  <GroupID>5</GroupID>
  <ID>1</ID>
  <IDType>6</IDType>
  <IsCateActivity>10</IsCateActivity>
  <SchoolID>4</SchoolID>
  <Status>7</Status>
  <UserID>3</UserID>
</ActivityUser>

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.