2019.2

Table Of Contents
Syntax
PostJob (File, PostJobInfStruc , user name, Password) :
PostJobResult
Description
Parameters
l
File: base64Binary. This is an array of byte base64 encoded (see
http://en.wikipedia.org/wiki/Base64).
l
PostJobInfStruc: Structure containing any required information to prepare the file for
resubmission into a PlanetPress Workflow process (see "PostJobInfoStruc" on the next
page).
l
User name: String containing the user name.
l
Password: String containing the password. This is case sensitive.
Return Value
PostjobResult: Structure containing the following information:
l
Success: Integer indicating the system-defined Success/Error level of the operation. A
result of 0 means that the operation was successful.
l
Message: String containing text information about the Success status.
l
PostjobInfStruc: Structure containing any required information to prepare the file for
resubmission into a PlanetPress Workflow process (see "PostJobInfoStruc" on the next
page).
Note
The task index can be retrieved by using the GetProcessTaskList method. See point
GetProcessTaskList for details.
Note
The PostJob method can never return a file to the calling application.
Page 155