mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
debug ou create body
This commit is contained in:
@@ -73,6 +73,8 @@ def create():
|
|||||||
body['parentOrgUnitPath'] = '/'
|
body['parentOrgUnitPath'] = '/'
|
||||||
body['name'] = orgUnitPath[1:]
|
body['name'] = orgUnitPath[1:]
|
||||||
parent = body['parentOrgUnitPath']
|
parent = body['parentOrgUnitPath']
|
||||||
|
print('DEBUG DEBUG DEBUG')
|
||||||
|
print(body)
|
||||||
gapi.call(cd.orgunits(),
|
gapi.call(cd.orgunits(),
|
||||||
'insert',
|
'insert',
|
||||||
customerId=GC_Values[GC_CUSTOMER_ID],
|
customerId=GC_Values[GC_CUSTOMER_ID],
|
||||||
|
|||||||
Reference in New Issue
Block a user