mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 12:24:01 +00:00
contract template endpoint
This commit is contained in:
@@ -8,9 +8,17 @@
|
||||
'description' => 'Unity',
|
||||
],
|
||||
'version' => 1,
|
||||
'contact_template' => [
|
||||
'status' => [
|
||||
'active' => 1,
|
||||
'delete' => 2,
|
||||
'pending' => 9
|
||||
]
|
||||
],
|
||||
'contract_obligation' => [
|
||||
'complete_status' => [
|
||||
'pending' => 9,
|
||||
'delete' => 2,
|
||||
'completed' => 1,
|
||||
],
|
||||
'accept_status' => [
|
||||
|
||||
Reference in New Issue
Block a user