post https://yourorgsite.com/api/CertificationProgramRegistration/_execute
Executes an operation of CertificationProgramRegistration
With the CertificationProgramRegistration service, you can perform the following operations on the execute endpoint:
- FindRegistration
- UpdateProgramRegistrations
FindRegistration
BODY PARAMS:
{
"$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
"OperationName": "FindRegistration",
"EntityTypeName": "CertificationProgramRegistration",
"Parameters": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
"$values": [
{
"$type": "System.String",
"$value": "partyUniformId Value"
},
{
"$type": "System.String",
"$value": "certificationProgramId Value"
}
]
},
"ParameterTypeName": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
"$values": [
"System.String",
"System.String"
]
},
"UseJson": false
}
UpdateProgramRegistrations
BODY PARAMS:
{
"$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
"OperationName": "UpdateProgramRegistrations",
"EntityTypeName": "CertificationProgramRegistration",
"Parameters": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
"$values": [
{
"$type": "System.Guid",
"$value": "certificationProgramKey Value"
}
]
},
"ParameterTypeName": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
"$values": [
"System.Guid"
]
},
"UseJson": false
}