POST api/SYGetMarketplaceItemDetail

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "MepIdentityId": 1
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ItemDetail": {
    "INSTALLED_BY_USER_NAME": "sample string 1",
    "IsPublished": false,
    "IsInstalled": true,
    "ID": 2,
    "SFORCE_ID": "sample string 3",
    "PACKAGE_ID": "sample string 4",
    "PACKAGE_DESC": "sample string 5",
    "PUBLISHED_DATE": "2024-09-19T04:54:32.1695502-07:00",
    "PACKAGE_TYPE": "sample string 7",
    "PACKAGE_VERSION": 8,
    "STATUS": "sample string 9",
    "MODULE_CODE": "sample string 10",
    "INSTALLED_DATE": "2024-09-19T04:54:32.1695502-07:00",
    "INSTALLED_BY_USER_ID": 1,
    "PACKAGE_NAME": "sample string 11",
    "MARKETPLACE_EXCLUSIVE": true,
    "DB_VERSION_REQUIRED": "sample string 13"
  }
}