{
"token": "string",
"permissionOrganizationIds": [
0
],
"id": 0,
"name": "string",
"tenantId": 0,
"organizationType": 0,
"serviceExpireTime": "2019-08-24T14:15:22Z",
"limitCommunityNumber": 0,
"contactPerson": "string",
"contactPhone": "string",
"adminUserName": "string",
"adminUserPhone": "string",
"isDelete": 0,
"wechatServiceProviderId": 0,
"subMchId": "string",
"pcDeploymentType": 0,
"pcDeploymentUrl": "string",
"appDeploymentType": 0,
"appDeploymentUrl": "string",
"estateAppId": "string",
"estateAppKey": "string",
"estateAppSecret": "string",
"ownerAppId": "string",
"ownerAppKey": "string",
"ownerAppSecret": "string",
"merchantCooperationPeople": 0,
"serviceMoney": 0,
"groupPermission": 0,
"createNum": 0,
"adminUserId": 0
}
curl --location --request POST 'https://test.jiuyun.pro/api/uc/v1/organization/organizationUpd' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"permissionOrganizationIds": [
0
],
"id": 0,
"name": "string",
"tenantId": 0,
"organizationType": 0,
"serviceExpireTime": "2019-08-24T14:15:22Z",
"limitCommunityNumber": 0,
"contactPerson": "string",
"contactPhone": "string",
"adminUserName": "string",
"adminUserPhone": "string",
"isDelete": 0,
"wechatServiceProviderId": 0,
"subMchId": "string",
"pcDeploymentType": 0,
"pcDeploymentUrl": "string",
"appDeploymentType": 0,
"appDeploymentUrl": "string",
"estateAppId": "string",
"estateAppKey": "string",
"estateAppSecret": "string",
"ownerAppId": "string",
"ownerAppKey": "string",
"ownerAppSecret": "string",
"merchantCooperationPeople": 0,
"serviceMoney": 0,
"groupPermission": 0,
"createNum": 0,
"adminUserId": 0
}'
{
"errCode": 0,
"errMsg": "string",
"data": true
}