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-05-02T09:43:58.8612173-04:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'System.Web.Http.ModelBinding.JQueryMvcFormUrlEncodedFormatter' to write type 'SI.Identity.Models.PendingRegisterUser'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1