contract template endpoint

This commit is contained in:
glovetleong
2021-06-28 15:31:10 +08:00
parent 0be9350b30
commit ebdf9d57cc
16 changed files with 566 additions and 112 deletions
+8
View File
@@ -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' => [