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
campaignId string
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 certification undefined[]
Total locked certification string[]
errorCode string
lockedcertkey number[]
msg string
{
"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"
}
Loading...