POST api/Memo/UserParticipate

Request Information

URI Parameters

None.

Body Parameters

CustomUserParticipate
NameDescriptionTypeAdditional information
UPId

integer

None.

DocumentNo

string

None.

UserParticipateId

integer

None.

UserParticipateName

string

None.

StatusName

string

None.

ActionName

string

None.

IsProcess

boolean

None.

IPAddress

string

None.

Comment

string

None.

MemoId

integer

None.

Platform

string

None.

userPrincipalName

string

None.

connectionString

string

None.

SecretId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UPId": 1,
  "DocumentNo": "sample string 1",
  "UserParticipateId": 1,
  "UserParticipateName": "sample string 2",
  "StatusName": "sample string 3",
  "ActionName": "sample string 4",
  "IsProcess": true,
  "IPAddress": "sample string 5",
  "Comment": "sample string 6",
  "MemoId": 7,
  "Platform": "sample string 8",
  "userPrincipalName": "sample string 9",
  "connectionString": "sample string 10",
  "SecretId": null
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

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.