debug ou create body

This commit is contained in:
Jay Lee
2022-11-14 20:31:48 +00:00
parent ad94adbb53
commit a9fad337e2

View File

@@ -73,6 +73,8 @@ def create():
body['parentOrgUnitPath'] = '/'
body['name'] = orgUnitPath[1:]
parent = body['parentOrgUnitPath']
print('DEBUG DEBUG DEBUG')
print(body)
gapi.call(cd.orgunits(),
'insert',
customerId=GC_Values[GC_CUSTOMER_ID],