POST api/Manage/Approve

Request Information

URI Parameters

None.

Body Parameters

SI.Identity.Models.PendingRegisterUser
NameDescriptionTypeAdditional information
UserProductAccountId

integer

None.

AccountId

integer

None.

ProductAccountId

integer

None.

ProductId

integer

None.

UserId

integer

None.

Name

string

None.

ProductName

string

None.

Created

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserProductAccountId": 1,
  "AccountId": 2,
  "ProductAccountId": 3,
  "ProductId": 4,
  "UserId": 5,
  "Name": "sample string 6",
  "ProductName": "sample string 7",
  "Created": "2025-04-27T19:23:12.512996-04:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1