Member |
Type |
Access |
Description |
id |
int |
read only |
Proof ID |
name |
string |
read, write |
Proof name |
ext_ref |
string |
read, write |
The reference to the proof meaningful to external system |
manager_ids |
int[] |
read, write |
Id of users who are managers of this proof |
entered_by |
int |
read, write |
Id of user who entered this proof |
due |
datetime? |
read, write |
Proof due date( due_date, due_time?) |
customer_code |
string |
read, write |
Customer code of proof's customer |
job_number |
int |
read, write |
Job number of proof's job |
workflow_template |
string |
read, write |
Name of Administrators' workflow template to use. Either this or stages could be specified for particular proof. |
stages |
stage_info[] |
read, write |
List of proof stages |
files |
file_info[] |
read only if upload_files is not set |
List of proof files. |
entry_url |
string |
read only |
upload_url |
string |
write only |
upload_files |
int |
|
1 - Upload files, 0 - do not upload files |
status |
int |
|
Proof Status:
- 100 - Active
- 200 - Completed
- 300 - Canceled
|
current_stage_number |
int |
read, write |
Stage proof files are at:
- -1 - files are on different stages
- n - files are in stage n (1 is production stage)
|