Send Test Job to Proof Lists.
Send a test job to the specified proof list(s)
Function
sendTestJobToProofLists()
Url
- POST:
/PuresendService/v1/sendTestJobToProofLists
Parameters
- jobId:
int
- The test Job ID.
- proofListIds:
int[]
- id of proof list to send test job to. Ensure toEmails is set to
null
.
- id of proof list to send test job to. Ensure toEmails is set to
Return
- statusCode:
int
1
: success0
: failed
Exception
- Exception
Documentation
- Send a test job to the specified proof list(s).
Examples
{
"jobId" : 123456,
"proofListIds" : [123]
}
{
"statusCode" : 0
}