Name | Description | Additional information |
---|---|---|
programId | Program Id |
Define this parameter in the request URI. |
An Object with Encrypted String Property
{ "SecretCode": "sample string 1", "Message_Result": "sample string 2" }
<EncryptedProgramCOPInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON"> <Message_Result>sample string 2</Message_Result> <SecretCode>sample string 1</SecretCode> </EncryptedProgramCOPInfo>