POST api/Manage/Accounts

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SI.Identity.Models.ProductAccount
NameDescriptionTypeAdditional information
AccountId

integer

None.

ProductAccountId

integer

None.

ProductId

integer

None.

AccountName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AccountId": 1,
    "ProductAccountId": 2,
    "ProductId": 3,
    "AccountName": "sample string 4"
  },
  {
    "AccountId": 1,
    "ProductAccountId": 2,
    "ProductId": 3,
    "AccountName": "sample string 4"
  }
]