post https://yourorgsite.com/api/CertificationProgram/_execute
Executes an operation of CertificationProgram
With the CertificationProgram service, you can perform the following operations on the execute endpoint:
-
CertificationMigrateLegacyRequest
-
MigrateLegacyData
CertificationMigrateLegacyRequest
BODY PARAMS:
{
"$type": "Asi.Soa.Certification.DataContracts.CertificationMigrateLegacyRequest, Asi.Contracts",
"EntityTypeName": "CertificationProgram",
"OperationName": "MigrateLegacyCertification",
"RequestCulture": "string value"
}
MigrateLegacyData
BODY PARAMS:
{
"$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
"OperationName": "MigrateLegacyData",
"EntityTypeName": "CertificationProgram",
"UseJson": false
}