Lock Campaign
POST/lockCampaign
This API is used to lock campaign after validating whether campaign is completed or not.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
campaignId
, verifier
Optional params:
certkey
, lockComments
Request
- application/json
Body
campaignIdstring
Example:
227
Responses
- 200
Lock Campaign
Response Headers
Date
string
Server
string
Set-Cookie
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Lock Campaign
Schema
Total Incomplete certificationundefined[]
Example:
[]
Total locked certificationstring[]
Example:
["testLock1 - smarquez (Shania Marquez)","testLock1 - crichards (Cody Richards)"]
errorCodestring
Example:
0
lockedcertkeynumber[]
Example:
[12255,12256]
msgstring
Example:
Success
{
"Total Incomplete certification": [],
"Total locked certification": [
"testLock1 - smarquez (Shania Marquez)",
"testLock1 - crichards (Cody Richards)"
],
"errorCode": "0",
"lockedcertkey": [
12255,
12256
],
"msg": "Success"
}
{
"Total Incomplete certification": [],
"Total locked certification": [
"testLock1 - smarquez (Shania Marquez)",
"testLock1 - crichards (Cody Richards)"
],
"errorCode": "0",
"lockedcertkey": [
12255,
12256
],
"msg": "Success"
}