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": "2026-05-28T10:51:06.8477525-07:00",
"PACKAGE_TYPE": "sample string 7",
"PACKAGE_VERSION": 8,
"STATUS": "sample string 9",
"MODULE_CODE": "sample string 10",
"INSTALLED_DATE": "2026-05-28T10:51:06.8477525-07:00",
"INSTALLED_BY_USER_ID": 1,
"PACKAGE_NAME": "sample string 11",
"MARKETPLACE_EXCLUSIVE": true,
"DB_VERSION_REQUIRED": "sample string 13"
}
}