mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-23 14:24:08 +00:00
contract obligation complete and accept api
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
'entity' => [
|
||||
'signature' => [
|
||||
'master_key' => 1,
|
||||
'normal_key' => 2,
|
||||
],
|
||||
'status' => [
|
||||
'active' => 1,
|
||||
@@ -50,6 +51,7 @@
|
||||
'status' => [
|
||||
'active' => 1,
|
||||
'delete' => 2,
|
||||
'done' => 3,
|
||||
'pending' => 9
|
||||
]
|
||||
],
|
||||
@@ -61,6 +63,20 @@
|
||||
]
|
||||
],
|
||||
'contract_obligation' => [
|
||||
'must_complete' => [
|
||||
'complete' => 1,
|
||||
'no_need_complete' => 2,
|
||||
],
|
||||
'must_accept' => [
|
||||
'accept' => 1,
|
||||
'no_need_accept' => 2,
|
||||
],
|
||||
'status' => [
|
||||
'active' => 1,
|
||||
'delete' => 2,
|
||||
'done' => 3,
|
||||
'pending' => 9
|
||||
],
|
||||
'complete_status' => [
|
||||
'pending' => 9,
|
||||
'delete' => 2,
|
||||
|
||||
Reference in New Issue
Block a user