'1.0', 'info' => ['style' => 'RPC', 'product' => 'companyreg', 'version' => '2020-03-06'], 'directories' => [ [ 'children' => ['PutMeasureReadyFlag', 'PutMeasureData', 'QueryBagRemaining'], 'type' => 'directory', 'title' => 'Metering push', ], [ 'children' => [ 'ListUserIntentions', 'ListUserIntentionNotes', 'ListIntentionNote', 'ListUserProduceOperateLogs', 'DescribePartnerConfig', 'GenerateUploadFilePolicy', 'CreateProduceForPartner', 'ListProduceAuthorization', 'CloseIntentionForPartner', 'CreateBusinessOpportunity', 'ListUserDetailSolutions', 'ListUserSolutions', 'OperateProduceForPartner', 'RejectSolution', 'RejectUserSolution', 'QueryPartnerIntentionList', 'SubmitSolution', 'ReleaseProduceAuthorization', 'QueryPartnerProduceList', 'QueryUserNeedAuth', 'BindProduceAuthorization', 'SubmitIntentionNote', 'CloseUserIntention', ], 'type' => 'directory', 'title' => 'ESP', ], [ 'children' => ['RecordPostBack', 'QueryAvailableNumbers', 'StartBackToBackCall', 'TransferIntentionOwner', 'TransferProduceOwner'], 'type' => 'directory', 'title' => 'XuanTan', ], [ 'children' => ['GetAlipayUrl', 'LlmSmartCall', 'OperateCallCenterForPartner', 'QueryCallRecordList', 'QueryInstance', 'RecordCallCenterEventForPartner', 'SubmitIntentionForPartner'], 'title' => 'Others', 'type' => 'directory', ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'BindProduceAuthorization' => [ 'summary' => 'Adds authorizations to a delivery order in batches.', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregNCLC86'], ], 'parameters' => [ [ 'name' => 'BizId', 'in' => 'formData', 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'P20210815211849000001', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'formData', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.bookkeeping_ai', 'title' => ''], ], [ 'name' => 'AuthorizedUserIds', 'in' => 'formData', 'schema' => ['description' => 'The list of authorized user IDs.', 'type' => 'string', 'required' => false, 'example' => '1219541161213057,1219541161213059', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => 'The authorization result.', 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'AC492C5D-29D0-5103-9271-2C3A9D99F5CA', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => '200', 'title' => ''], 'Data' => [ 'description' => 'The list of authorization user results.', 'type' => 'object', 'properties' => [ 'Message' => ['description' => 'The response message.', 'type' => 'string', 'example' => '以上标红的不为阿里云账号', 'title' => ''], 'Success' => ['description' => 'Indicates whether the operation is successful.', 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'AuthorizedUserList' => [ 'description' => 'The list of authorized user result records.', 'type' => 'array', 'items' => [ 'description' => 'The authorized user result record.', 'type' => 'object', 'properties' => [ 'UserName' => ['description' => 'The username of the authorized user.', 'type' => 'string', 'example' => 'test@alibaba-inc.com', 'title' => ''], 'UserId' => ['description' => 'The user ID of the authorized user.', 'type' => 'string', 'example' => '1219541161213058', 'title' => ''], 'AccountValidType' => ['description' => 'The account validity type. Valid values:'."\n" .'- 0: unknown'."\n" .'- 1: valid'."\n" .'- 2: account does not exist.', 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], ], ], 'title' => 'Add authorizations to a delivery order in batches', 'description' => 'Adds authorizations to a delivery order in batches.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:BindProduceAuthorization', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"AC492C5D-29D0-5103-9271-2C3A9D99F5CA\\",\\n \\"ErrorCode\\": \\"200\\",\\n \\"Data\\": {\\n \\"Message\\": \\"以上标红的不为阿里云账号\\",\\n \\"Success\\": false,\\n \\"AuthorizedUserList\\": [\\n {\\n \\"UserName\\": \\"test@alibaba-inc.com\\",\\n \\"UserId\\": \\"1219541161213058\\",\\n \\"AccountValidType\\": 2\\n }\\n ]\\n }\\n}","type":"json"}]', ], 'CloseIntentionForPartner' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68'], ], 'parameters' => [ [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => 'The ID of the requirement order.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20211105230733000001', 'title' => ''], ], [ 'name' => 'Note', 'in' => 'query', 'schema' => ['description' => 'The reason for closing the requirement.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '测试', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.beian_assist', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '4674B06A-B57F-5922-890C-D23D17C5BD21', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 403 => [ ['errorCode' => 'PermissionDenied', 'errorMessage' => 'The access is denied.', 'description' => 'Access denied.'], ], ], 'title' => 'Close a requirement as a service provider', 'summary' => 'Closes a requirement as a service provider.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CloseIntentionForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"4674B06A-B57F-5922-890C-D23D17C5BD21\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"NoPermission\\"\\n}","type":"json"}]', ], 'CloseUserIntention' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => 'The requirement ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20201027162033000001', 'title' => ''], ], [ 'name' => 'Note', 'in' => 'query', 'schema' => ['description' => 'The remarks.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '用户关闭', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.bookkeeping', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'DD5639FF-1240-51DE-9BA8-2075670A1EAC', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Close a requirement', 'summary' => 'Closes a requirement.', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CloseUserIntention'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CloseUserIntention', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"DD5639FF-1240-51DE-9BA8-2075670A1EAC\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'CreateBusinessOpportunity' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68', 'FEATUREcompanyregU6BH8D'], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ContactName', 'in' => 'query', 'schema' => ['description' => 'The contact name.', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => '魏先生', 'title' => ''], ], [ 'name' => 'Mobile', 'in' => 'query', 'schema' => ['description' => 'The mobile phone number.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '18704330000', 'title' => ''], ], [ 'name' => 'Source', 'in' => 'query', 'schema' => ['description' => 'The source.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '官网', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.hightech', 'title' => ''], ], [ 'name' => 'VCode', 'in' => 'query', 'schema' => ['description' => 'The verification code.', 'type' => 'string', 'required' => false, 'example' => '345674', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', 'title' => ''], 'ErrorMessage' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Create a business opportunity', 'summary' => 'Creates a business opportunity.', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateBusinessOpportunity'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CreateBusinessOpportunity', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorMessage\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'CreateProduceForPartner' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyreg7G42D0'], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.hightech', 'title' => ''], ], [ 'name' => 'ExtInfo', 'in' => 'query', 'schema' => ['description' => 'The extended information.', 'type' => 'string', 'required' => false, 'example' => '{\\"consultBusiness\\":\\"自助记账咨询\\"}', 'title' => ''], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => 'The delivery order ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'P20210301102840000001', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'BizId' => ['description' => 'The delivery order ID.', 'type' => 'string', 'example' => 'P20210208152920000001', 'title' => ''], 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 403 => [ ['errorCode' => 'PermissionDenied', 'errorMessage' => 'The access is denied.', 'description' => 'Access denied.'], ], ], 'title' => 'Create a delivery order', 'summary' => 'Creates a delivery order by the service provider.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CreateProduceForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"BizId\\": \\"P20210208152920000001\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'DescribePartnerConfig' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'PartnerCode', 'in' => 'query', 'schema' => ['description' => 'The code of the service provider.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'jinsan', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.wangwen', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PartnerName' => ['description' => 'The partner name.', 'type' => 'string', 'example' => '北京科技有限公司', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '8179A0B3-A5D3-52F4-8845-F0ABC3CC6783', 'title' => ''], 'PartnerCode' => ['description' => 'The partner code.', 'type' => 'string', 'example' => 'jinsan', 'title' => ''], 'Contact' => ['description' => 'The contact information.', 'type' => 'string', 'example' => '{\\"channels\\":[{\\"level\\":3,\\"type\\":\\"SMS\\",\\"value\\":\\"13817600000\\"}],\\"desc\\":\\"\\",\\"name\\":\\"张三\\",\\"project\\":\\"acs_custom_1140019485546150\\",\\"userId\\":\\"1140019485546150\\"}', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Query service provider configuration information', 'summary' => 'Queries the configuration information of a service provider.', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:DescribePartnerConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"PartnerName\\": \\"北京科技有限公司\\",\\n \\"RequestId\\": \\"8179A0B3-A5D3-52F4-8845-F0ABC3CC6783\\",\\n \\"PartnerCode\\": \\"jinsan\\",\\n \\"Contact\\": \\"{\\\\\\\\\\\\\\"channels\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"level\\\\\\\\\\\\\\":3,\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SMS\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"13817600000\\\\\\\\\\\\\\"}],\\\\\\\\\\\\\\"desc\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"张三\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"project\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"acs_custom_1140019485546150\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"userId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1140019485546150\\\\\\\\\\\\\\"}\\"\\n}","type":"json"}]', ], 'GenerateUploadFilePolicy' => [ 'summary' => 'Retrieves a temporary link for uploading a file.', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68', 'FEATUREcompanyregU6BH8D'], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'FileType', 'in' => 'query', 'schema' => ['description' => 'The file type.', 'type' => 'string', 'required' => false, 'example' => 'company_apply_business_license', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.isp', 'title' => ''], ], [ 'name' => 'FileName', 'in' => 'query', 'schema' => ['description' => 'The file name.', 'type' => 'string', 'required' => false, 'example' => '营业执照.jpg', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Signature' => ['description' => 'The signature.', 'type' => 'string', 'example' => 'jykxhmskIF24sLlxc1GafU/eQMU=', 'title' => ''], 'FileUrl' => ['description' => 'The URL of the uploaded file.', 'type' => 'string', 'example' => 'https://', 'title' => ''], 'Host' => ['description' => 'OSS Endpoint。', 'type' => 'string', 'example' => '//companyapply.oss-cn-zhangjiakou.aliyuncs.com/', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'EB809CAB-82F7-5843-A42F-356770CD4914', 'title' => ''], 'ExpireTime' => ['description' => 'The expiration time.', 'type' => 'string', 'example' => '1638169824405', 'title' => ''], 'EncodedPolicy' => ['description' => 'The OSS upload policy.', 'type' => 'string', 'example' => 'eyJleHBpcmF0aW9uIjoiMjAyMS0xMi0wNlQwNjoxOTowMi40MjdaIiwiY29uZGl0aW9ucyI6W1siZXEiLCIkYnVja2V0IiwibXNlYS1jYWlzaHVpIl1dfQ==', 'title' => ''], 'FileDir' => ['description' => 'The path of the uploaded file.', 'type' => 'string', 'example' => 'company_apply_card/company_change_city/1577930895198750/1638170049657', 'title' => ''], 'AccessId' => ['description' => 'OSSAccessKeyId', 'type' => 'string', 'example' => 'hObpgEXoca42qH3V', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 403 => [ ['errorCode' => 'PermissionDenied', 'errorMessage' => 'The access is denied.', 'description' => 'Access denied.'], ], ], 'title' => 'Retrieve a temporary link for file upload', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GenerateUploadFilePolicy'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:GenerateUploadFilePolicy', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Signature\\": \\"jykxhmskIF24sLlxc1GafU/eQMU=\\",\\n \\"FileUrl\\": \\"https://\\",\\n \\"Host\\": \\"//companyapply.oss-cn-zhangjiakou.aliyuncs.com/\\",\\n \\"RequestId\\": \\"EB809CAB-82F7-5843-A42F-356770CD4914\\",\\n \\"ExpireTime\\": \\"1638169824405\\",\\n \\"EncodedPolicy\\": \\"eyJleHBpcmF0aW9uIjoiMjAyMS0xMi0wNlQwNjoxOTowMi40MjdaIiwiY29uZGl0aW9ucyI6W1siZXEiLCIkYnVja2V0IiwibXNlYS1jYWlzaHVpIl1dfQ==\\",\\n \\"FileDir\\": \\"company_apply_card/company_change_city/1577930895198750/1638170049657\\",\\n \\"AccessId\\": \\"hObpgEXoca42qH3V\\"\\n}","type":"json"}]', ], 'GetAlipayUrl' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.beian_assist', 'title' => ''], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['description' => 'The terminal type. Valid values:'."\n" .'- web: web page'."\n" .'- app: mobile app'."\n" ."\n" .'Default value: web.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'maxLength' => 19, 'minLength' => 0, 'example' => 'web', 'title' => ''], ], [ 'name' => 'OrderId', 'in' => 'query', 'schema' => ['description' => 'The order ID.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'maximum' => '9223372036854775807', 'minimum' => '0', 'example' => '206129201170307', 'title' => ''], ], [ 'name' => 'ReturnUrl', 'in' => 'query', 'schema' => ['description' => 'The callback URL.', 'type' => 'string', 'required' => false, 'example' => 'https://nfyt.lzsgtghchy.com:502/sigin/', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Data' => ['description' => 'The payment link.', 'type' => 'string', 'example' => 'https://', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], ], ], 'title' => 'Get alipay payment link for an order', 'summary' => 'Retrieves the Alipay payment link for an order.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetAlipayUrl'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:GetAlipayUrl', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\"\\n}","type":"json"}]', ], 'ListIntentionNote' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BeginTime', 'in' => 'query', 'schema' => ['description' => 'The start time of the query.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1640456765459', 'title' => ''], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['description' => 'The end time.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1631635199999', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => true, 'default' => '20', 'example' => '10', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => true, 'default' => '1', 'example' => '1', 'title' => ''], ], [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => 'The demand ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20210420142416000001', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['type' => 'string', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', 'title' => ''], 'TotalItemNum' => ['description' => 'The total number of records.', 'type' => 'integer', 'format' => 'int32', 'example' => '3', 'title' => ''], 'Data' => [ 'description' => 'The list of notes.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => ['description' => 'The type.', 'type' => 'string', 'example' => '1', 'title' => ''], 'Note' => ['description' => 'The note content.', 'type' => 'string', 'example' => '测试', 'title' => ''], 'Source' => ['description' => 'The source.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'CreateTime' => ['description' => 'The creation time.', 'type' => 'string', 'example' => '2022-01-25 10:21:38', 'title' => ''], 'IntentionBizId' => ['description' => 'The demand ID.', 'type' => 'string', 'example' => 'I20210420142416000001', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Query demand notes', 'summary' => 'Queries demand notes.', 'changeSet' => [ ['createdAt' => '2024-05-15T09:16:40.000Z', 'description' => 'Request parameters changed'], ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListIntentionNote'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListIntentionNote', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 0,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"TotalItemNum\\": 3,\\n \\"Data\\": [\\n {\\n \\"Type\\": \\"1\\",\\n \\"Note\\": \\"测试\\",\\n \\"Source\\": 1,\\n \\"CreateTime\\": \\"2022-01-25 10:21:38\\",\\n \\"IntentionBizId\\": \\"I20210420142416000001\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListProduceAuthorization' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => false, 'example' => 'P20210709190452000001', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.bookkeeping_ai', 'title' => ''], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'maximum' => '10000', 'minimum' => '1', 'example' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'maximum' => '1000', 'minimum' => '1', 'example' => '20', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => 'The response parameters.', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '10AAC56B-C512-5860-9A9E-B949431E7174', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'TotalItemNum' => ['description' => 'The total number of records.', 'type' => 'integer', 'format' => 'int32', 'example' => '292', 'title' => ''], 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'PageSize' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '27', 'title' => ''], 'Data' => [ 'description' => 'The list of delivery order authorization records.', 'type' => 'array', 'items' => [ 'description' => 'The delivery order authorization record.', 'type' => 'object', 'properties' => [ 'AuthorizedUserId' => ['description' => 'The user ID of the authorized user.', 'type' => 'string', 'example' => '12195411612139999', 'title' => ''], 'AuthorizedUserName' => ['description' => 'The username of the authorized user.', 'type' => 'string', 'example' => 'test@alibaba-inc.com', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], ], ], 'title' => 'List delivery order authorization records', 'summary' => 'Queries the list of delivery order authorization records.', 'description' => 'Queries the list of delivery order authorization records.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListProduceAuthorization', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"10AAC56B-C512-5860-9A9E-B949431E7174\\",\\n \\"Success\\": true,\\n \\"TotalItemNum\\": 292,\\n \\"CurrentPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalPageNum\\": 27,\\n \\"Data\\": [\\n {\\n \\"AuthorizedUserId\\": \\"12195411612139999\\",\\n \\"AuthorizedUserName\\": \\"test@alibaba-inc.com\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListUserDetailSolutions' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => 'The ID of the requirement order.', 'type' => 'string', 'required' => false, 'example' => 'I20211222161651000001', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '20', 'example' => '20', 'title' => ''], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '1', 'example' => '1', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.wangwen', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '5', 'title' => ''], 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], 'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], 'TotalItemNum' => ['description' => 'The total number of entries.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Data' => [ 'description' => 'The returned data.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => 'The status.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'UpdateTime' => ['description' => 'The update time.', 'type' => 'integer', 'format' => 'int64', 'example' => '15556223433', 'title' => ''], 'DeliveryOrderBizId' => ['description' => 'The delivery order ID.', 'type' => 'string', 'example' => 'P20211222161651000001', 'title' => ''], 'CreateTime' => ['description' => 'The creation time.', 'type' => 'integer', 'format' => 'int64', 'example' => '15556223433', 'title' => ''], 'UserId' => ['description' => 'The user UID.', 'type' => 'string', 'example' => '1219541161213057', 'title' => ''], 'BizId' => ['description' => 'The business ID.', 'type' => 'string', 'example' => 'S20211222161651000001', 'title' => ''], 'PartnerCode' => ['description' => 'The service provider code.', 'type' => 'string', 'example' => 'jinsan', 'title' => ''], 'ExtInfo' => ['description' => 'The extended information.', 'type' => 'string', 'example' => '{}', 'title' => ''], 'BizType' => ['description' => 'The business type.', 'type' => 'string', 'example' => 'esp.wangwen', 'title' => ''], 'IntentionBizId' => ['description' => 'The requirement ID.', 'type' => 'string', 'example' => 'I20211222161651000001', 'title' => ''], 'Reason' => ['description' => 'The reason.', 'type' => 'string', 'example' => '无', 'title' => ''], 'IntentionAssignBizId' => ['description' => 'The dispatch order ID.', 'type' => 'string', 'example' => 'A20211222161651000001', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Query solution details', 'summary' => 'Queries the details of a solution.', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserDetailSolutions'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserDetailSolutions', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 5,\\n \\"TotalPageNum\\": 1,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"PageSize\\": 20,\\n \\"TotalItemNum\\": 1,\\n \\"Data\\": [\\n {\\n \\"Status\\": 1,\\n \\"UpdateTime\\": 15556223433,\\n \\"DeliveryOrderBizId\\": \\"P20211222161651000001\\",\\n \\"CreateTime\\": 15556223433,\\n \\"UserId\\": \\"1219541161213057\\",\\n \\"BizId\\": \\"S20211222161651000001\\",\\n \\"PartnerCode\\": \\"jinsan\\",\\n \\"ExtInfo\\": \\"{}\\",\\n \\"BizType\\": \\"esp.wangwen\\",\\n \\"IntentionBizId\\": \\"I20211222161651000001\\",\\n \\"Reason\\": \\"无\\",\\n \\"IntentionAssignBizId\\": \\"A20211222161651000001\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListUserIntentionNotes' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.beian_assist', 'title' => ''], ], [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => 'The demand ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20210912102942000001', 'title' => ''], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '20', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageNum' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'TotalItemNum' => ['description' => 'The total number of items.', 'type' => 'integer', 'format' => 'int32', 'example' => '8', 'title' => ''], 'PageSize' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Data' => [ 'description' => 'The returned results.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Note' => ['description' => 'The note information.', 'type' => 'string', 'example' => '测试', 'title' => ''], 'CreateTime' => ['description' => 'The creation time.', 'type' => 'string', 'example' => '2022-01-25 10:21:38', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Query user demand notes', 'summary' => 'Queries demand notes of a user.', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserIntentionNotes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"PageNum\\": 1,\\n \\"RequestId\\": \\"5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6\\",\\n \\"Success\\": true,\\n \\"TotalItemNum\\": 8,\\n \\"PageSize\\": 20,\\n \\"TotalPageNum\\": 1,\\n \\"Data\\": [\\n {\\n \\"Note\\": \\"测试\\",\\n \\"CreateTime\\": \\"2022-01-25 10:21:38\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListUserIntentions' => [ 'summary' => 'Queries the list of user requirement orders.', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.companyreg_cloud', 'title' => ''], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['description' => 'The status.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '37', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '20', 'example' => '20', 'title' => ''], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '1', 'example' => '1', 'title' => ''], ], [ 'name' => 'SortFiled', 'in' => 'query', 'schema' => ['description' => 'The field used for sorting.', 'type' => 'string', 'required' => false, 'example' => 'UpdateTime', 'title' => ''], ], [ 'name' => 'SortOrder', 'in' => 'query', 'schema' => ['description' => 'The sort order. Valid values:'."\n" .'- asc: ascending order'."\n" .'- desc: descending order.', 'type' => 'string', 'required' => false, 'example' => 'desc', 'title' => ''], ], [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => 'The business ID of the requirement.', 'type' => 'string', 'required' => false, 'example' => 'I20210917170147000001', 'title' => ''], ], [ 'name' => 'Area', 'in' => 'query', 'schema' => ['description' => 'The area.', 'type' => 'string', 'required' => false, 'example' => '长沙市', 'title' => ''], ], [ 'name' => 'BizTypes', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.bookkeeping,esp.bookkeeping_cloud', 'title' => ''], ], [ 'name' => 'WithExtInfo', 'in' => 'query', 'schema' => ['type' => 'boolean', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], 'TotalItemNum' => ['description' => 'The total number of entries.', 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], 'Data' => [ 'description' => 'The list of requirements.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => 'The status.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'UpdateTime' => ['description' => 'The time when the requirement was last updated.', 'type' => 'integer', 'format' => 'int64', 'example' => '2022-01-24 15:43:58', 'title' => ''], 'Description' => ['description' => 'The description.', 'type' => 'string', 'example' => '无', 'title' => ''], 'Mobile' => ['description' => 'The mobile phone number.', 'type' => 'string', 'example' => '18000000000', 'title' => ''], 'CreateTime' => ['description' => 'The time when the requirement was created.', 'type' => 'integer', 'format' => 'int64', 'example' => '2022-01-24 15:43:58', 'title' => ''], 'UserId' => ['description' => 'The user ID.', 'type' => 'string', 'example' => '1219541161213057', 'title' => ''], 'ContactName' => ['description' => 'The contact name.', 'type' => 'string', 'example' => '张三', 'title' => ''], 'BizId' => ['description' => 'The business ID.', 'type' => 'string', 'example' => 'I100000033443', 'title' => ''], 'Area' => ['description' => 'The area.', 'type' => 'string', 'example' => '北京市', 'title' => ''], 'Reason' => ['description' => 'The reason.', 'type' => 'string', 'example' => '无', 'title' => ''], 'BizType' => ['description' => 'The business type.', 'type' => 'string', 'example' => 'esp.lgo', 'title' => ''], 'Ext' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Query user requirement orders', 'changeSet' => [ ['createdAt' => '2022-06-16T02:57:45.000Z', 'description' => 'Request parameters changed, Response parameters changed, Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserIntentions'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserIntentions', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 1,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"TotalItemNum\\": 2,\\n \\"Data\\": [\\n {\\n \\"Status\\": 1,\\n \\"UpdateTime\\": 0,\\n \\"Description\\": \\"无\\",\\n \\"Mobile\\": \\"18000000000\\",\\n \\"CreateTime\\": 0,\\n \\"UserId\\": \\"1219541161213057\\",\\n \\"ContactName\\": \\"张三\\",\\n \\"BizId\\": \\"I100000033443\\",\\n \\"Area\\": \\"北京市\\",\\n \\"Reason\\": \\"无\\",\\n \\"BizType\\": \\"esp.lgo\\",\\n \\"Ext\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListUserProduceOperateLogs' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.wangwen', 'title' => ''], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'P20210928095324000002', 'title' => ''], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '20', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageNum' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '0DCBE2FF-2DFC-56DC-9A15-BDF27B7FFB1B', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'TotalItemNum' => ['description' => 'The total number of entries.', 'type' => 'integer', 'format' => 'int32', 'example' => '6', 'title' => ''], 'PageSize' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '23', 'title' => ''], 'Data' => [ 'description' => 'The list of operation logs.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'OperateTime' => ['description' => 'The operation time.', 'type' => 'integer', 'format' => 'int64', 'example' => '1695324000002', 'title' => ''], 'OperateUserType' => ['description' => 'The operation type.', 'type' => 'string', 'example' => 'user', 'title' => ''], 'BizId' => ['description' => 'The delivery order ID.', 'type' => 'string', 'example' => 'P20210928095324000002', 'title' => ''], 'OperateName' => ['description' => 'The name of the operator.', 'type' => 'string', 'example' => '系统', 'title' => ''], 'BizStatus' => ['description' => 'The business status.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'ToBizStatus' => ['description' => 'The status after the change.', 'type' => 'integer', 'format' => 'int32', 'example' => '35', 'title' => ''], 'BizType' => ['description' => 'The business type.', 'type' => 'string', 'example' => 'esp.wangwen', 'title' => ''], 'Note' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Query delivery order operation logs', 'summary' => 'Queries the operation logs of a delivery order.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserProduceOperateLogs', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"PageNum\\": 1,\\n \\"RequestId\\": \\"0DCBE2FF-2DFC-56DC-9A15-BDF27B7FFB1B\\",\\n \\"Success\\": true,\\n \\"TotalItemNum\\": 6,\\n \\"PageSize\\": 20,\\n \\"TotalPageNum\\": 23,\\n \\"Data\\": [\\n {\\n \\"OperateTime\\": 1695324000002,\\n \\"OperateUserType\\": \\"user\\",\\n \\"BizId\\": \\"P20210928095324000002\\",\\n \\"OperateName\\": \\"系统\\",\\n \\"BizStatus\\": 10,\\n \\"ToBizStatus\\": 35,\\n \\"BizType\\": \\"esp.wangwen\\",\\n \\"Note\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListUserSolutions' => [ 'summary' => 'Queries a list of solutions.', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ'], ], 'parameters' => [ [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => 'The requirement ID.', 'type' => 'string', 'required' => false, 'example' => 'I20210924151843000001', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '20', 'example' => '20', 'title' => ''], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '1', 'example' => '1', 'title' => ''], ], [ 'name' => 'ExistStatus', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => 'The list of statuses.', 'type' => 'array', 'items' => ['description' => 'The status.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', 'title' => ''], 'required' => false, 'title' => '', 'example' => '', ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['type' => 'string', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '8', 'title' => ''], 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], 'TotalItemNum' => ['description' => 'The total number of entries.', 'type' => 'integer', 'format' => 'int32', 'example' => '344', 'title' => ''], 'Data' => [ 'description' => 'The returned data.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => 'The status.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'UpdateTime' => ['description' => 'The update time.', 'type' => 'integer', 'format' => 'int64', 'example' => '164454443222', 'title' => ''], 'DeliveryOrderBizId' => ['description' => 'The delivery order ID.', 'type' => 'string', 'example' => 'P20210924151843000001', 'title' => ''], 'CreateTime' => ['description' => 'The creation time.', 'type' => 'integer', 'format' => 'int64', 'example' => '164454443222', 'title' => ''], 'UserId' => ['description' => 'The user UID.', 'type' => 'string', 'example' => '1219541161213057', 'title' => ''], 'BizId' => ['description' => 'The solution ID.', 'type' => 'string', 'example' => 'S20210924151843000001', 'title' => ''], 'PartnerCode' => ['description' => 'The service provider code.', 'type' => 'string', 'example' => 'jinsan', 'title' => ''], 'Reason' => ['description' => 'The rejection reason.', 'type' => 'string', 'example' => '无', 'title' => ''], 'IntentionAssignBizId' => ['description' => 'The requirement dispatch ID.', 'type' => 'string', 'example' => 'A20210924151843000001', 'title' => ''], 'IntentionBizId' => ['description' => 'The requirement ID.', 'type' => 'string', 'example' => 'I20210924151843000001', 'title' => ''], 'BizType' => ['description' => 'The business type.', 'type' => 'string', 'example' => 'esp.logo', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Query solution list', 'changeSet' => [ ['createdAt' => '2024-04-22T12:43:43.000Z', 'description' => 'Request parameters changed'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserSolutions'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserSolutions', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 8,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"TotalItemNum\\": 344,\\n \\"Data\\": [\\n {\\n \\"Status\\": 1,\\n \\"UpdateTime\\": 164454443222,\\n \\"DeliveryOrderBizId\\": \\"P20210924151843000001\\",\\n \\"CreateTime\\": 164454443222,\\n \\"UserId\\": \\"1219541161213057\\",\\n \\"BizId\\": \\"S20210924151843000001\\",\\n \\"PartnerCode\\": \\"jinsan\\",\\n \\"Reason\\": \\"无\\",\\n \\"IntentionAssignBizId\\": \\"A20210924151843000001\\",\\n \\"IntentionBizId\\": \\"I20210924151843000001\\",\\n \\"BizType\\": \\"esp.logo\\"\\n }\\n ]\\n}","type":"json"}]', ], 'LlmSmartCall' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregREGHL5', 'FEATUREcompanyregIEYQEO', 'FEATUREcompanyregWX5U73', 'FEATUREcompanyregDAP1N0'], 'autoTest' => true, 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'TenantCode', 'in' => 'query', 'schema' => ['description' => 'The tenant code.', 'type' => 'string', 'required' => false, 'example' => 'msea', 'title' => ''], ], [ 'name' => 'ProductCode', 'in' => 'query', 'schema' => ['description' => 'The product code.', 'type' => 'string', 'required' => false, 'example' => 'xinxuan', 'title' => ''], ], [ 'name' => 'ScenesCode', 'in' => 'query', 'schema' => ['description' => 'The outbound call scenario.', 'type' => 'string', 'required' => false, 'example' => 'robotcall_001', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.companyreg_cloud', 'title' => ''], ], [ 'name' => 'SkillType', 'in' => 'query', 'schema' => ['description' => 'The skill type.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => false, 'example' => 'P20210208152920000001', 'title' => ''], ], [ 'name' => 'CallerNumber', 'in' => 'query', 'schema' => ['description' => 'The caller number. This parameter is required and only supports numbers in the Chinese mainland. Go to the [Real Number Management](https://dyvmsnext.console.aliyun.com/number/list/normal) page in the voice messaging console to view the number.', 'type' => 'string', 'required' => false, 'example' => '13518132662', 'title' => ''], ], [ 'name' => 'StartWordParam', 'in' => 'query', 'schema' => ['description' => 'The opening statement variable. Go to the [LLM Application Management](https://aiccs.console.aliyun.com/engine/llmApp) page and click details to view the LLM opening statement variable that you created.', 'type' => 'string', 'required' => false, 'example' => '{\\"name\\":\\"朱伦伦先生\\",\\"openText\\":\\"您好朱伦伦先生,您于2025年06月17日免费领取的健康福重疾险保1年体验版属于赠送保险,等待期30天满后保司即承担保险责任,保单到期后的延续保障经重新核保后会在约定时间扣取延续保障费用,您到时候可以关注一下。\\"}', 'title' => ''], ], [ 'name' => 'PromptParam', 'in' => 'query', 'schema' => ['description' => 'The prompt variable. Go to the [LLM Application Management](https://aiccs.console.aliyun.com/engine/llmApp) page and click details to view the prompt variable that you created.', 'type' => 'string', 'required' => false, 'example' => '{\\"prompt\\":\\"{\\\\\\"accountId\\\\\\":\\\\\\"03D31F61DD6512D23F5789A439CE4CA2\\\\\\",\\\\\\"conversationId\\\\\\":\\\\\\"K7nBeth9\\\\\\"}\\"}', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => '', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6'], 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'string', 'example' => 'True', 'title' => ''], 'CallRecordId' => ['description' => 'The outbound call record ID.', 'type' => 'string', 'example' => 'UUID', 'title' => ''], ], 'example' => '', ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => 'Intelligent outbound call', 'summary' => 'Initiates an outbound call by retrieving the contact information of the corresponding user through a Xuantan demand order or delivery order.', 'description' => 'Initiates an outbound call operation through the service provider Xuantan.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:LlmSmartCall', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": \\"True\\",\\n \\"CallRecordId\\": \\"UUID\\"\\n}","type":"json"}]', ], 'OperateCallCenterForPartner' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X'], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.beian_assist', 'title' => ''], ], [ 'name' => 'EmployeeCode', 'in' => 'query', 'schema' => ['description' => 'The employee ID.', 'type' => 'string', 'required' => false, 'example' => '12323213', 'title' => ''], ], [ 'name' => 'CallAction', 'in' => 'query', 'schema' => ['description' => 'The outbound call operation.', 'type' => 'string', 'required' => false, 'example' => 'MakeCall', 'title' => ''], ], [ 'name' => 'Request', 'in' => 'query', 'schema' => ['description' => 'The request parameters.', 'type' => 'string', 'required' => false, 'example' => '{}', 'title' => ''], ], [ 'name' => 'TenantId', 'in' => 'query', 'schema' => ['description' => 'The project ID.', 'type' => 'string', 'required' => false, 'example' => 't4uor8evmq9nk', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => '', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D'], 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'Success' => ['description' => 'Indicates whether the operation was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'Data' => ['description' => 'The returned result.', 'type' => 'string', 'example' => '02131584182', 'title' => ''], ], 'example' => '', ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => 'Perform service provider outbound call operation', 'summary' => 'Performs an outbound call operation for the service provider.', 'description' => 'Performs an outbound call operation for the service provider.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:OperateCallCenterForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": \\"02131584182\\"\\n}","type":"json"}]', ], 'OperateProduceForPartner' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68'], ], 'parameters' => [ [ 'name' => 'OperateType', 'in' => 'query', 'schema' => ['description' => 'The operation type.', 'type' => 'string', 'required' => false, 'example' => 'CERT_MATERIAL_SUBMITTED', 'title' => ''], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => false, 'example' => 'P20210930105636000001', 'title' => ''], ], [ 'name' => 'ExtInfo', 'in' => 'query', 'schema' => ['description' => 'The extended information.', 'type' => 'string', 'required' => false, 'example' => '{\\"beianServiceNumber\\":\\"9969c666-0935-4c5b-8042-926ff546e39f\\"}', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.beian_assist', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'D170A4BA-4528-5E07-B8D5-6449C42EC23F', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'Success' => ['description' => 'Indicates whether the operation was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Operate a delivery order as a service provider', 'summary' => 'Performs service provider operations on a delivery order.', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:OperateProduceForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"D170A4BA-4528-5E07-B8D5-6449C42EC23F\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'PutMeasureData' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'formData', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.sp', 'title' => ''], ], [ 'name' => 'DataType', 'in' => 'formData', 'schema' => ['description' => 'The data type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'd', 'title' => ''], ], [ 'name' => 'StartTime', 'in' => 'formData', 'schema' => ['description' => 'The start time.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1640400574804', 'title' => ''], ], [ 'name' => 'EndTime', 'in' => 'formData', 'schema' => ['description' => 'The end time.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1634019240000', 'title' => ''], ], [ 'name' => 'Data', 'in' => 'formData', 'schema' => ['description' => 'The data to push.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '[]', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Data' => ['description' => 'Indicates whether the operation is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], ], ], 'title' => 'Push metering data', 'summary' => 'Pushes metering data.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'PutMeasureData'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:PutMeasureData', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\"\\n}","type":"json"}]', ], 'PutMeasureReadyFlag' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.bookkeeping', 'title' => ''], ], [ 'name' => 'DataType', 'in' => 'query', 'schema' => ['description' => 'The data dimension. Valid values:'."\n" .'1. r/raw: raw data'."\n" .'2. h/hour: hourly data'."\n" .'3. d/day: daily data'."\n" .'4. m/month: monthly data.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'd', 'title' => ''], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['description' => 'The start time of the cycle.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1634969692175', 'title' => ''], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['description' => 'The end time of the cycle.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1634784240000', 'title' => ''], ], [ 'name' => 'ReadyFlag', 'in' => 'query', 'schema' => ['description' => 'The push mark. Valid values:'."\n" .'- 0: Start pushing.'."\n" .'- 1: Pushing and billing completed.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Data' => ['description' => 'Indicates whether the operation is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], ], ], 'title' => 'Push metering marks', 'summary' => 'Pushes metering marks.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'PutMeasureReadyFlag'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:PutMeasureReadyFlag', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\"\\n}","type":"json"}]', ], 'QueryAvailableNumbers' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregAU4FLU', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregP9MRAA', 'FEATUREcompanyregREGHL5', 'FEATUREcompanyreg03O5BQ', 'FEATUREcompanyregIEYQEO', 'FEATUREcompanyregWX5U73', 'FEATUREcompanyregDAP1N0'], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type. Contact your Alibaba Cloud account manager to obtain the specific business type value.', 'type' => 'string', 'required' => true, 'example' => 'test', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '找不到服务商配置', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'PARTNER.CONFIG.NOT.FOUND', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'Data' => [ 'description' => 'The list of available outbound call numbers.', 'type' => 'array', 'items' => ['description' => 'The outbound call number.', 'type' => 'string', 'example' => '02131584182', 'title' => ''], 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Query available outbound call numbers', 'summary' => 'Queries the list of available outbound call numbers.', 'changeSet' => [ ['createdAt' => '2021-11-05T13:14:54.000Z', 'description' => 'OpenAPI offline'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'companyreg:QueryAvailableNumbers', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"找不到服务商配置\\",\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorCode\\": \\"PARTNER.CONFIG.NOT.FOUND\\",\\n \\"Success\\": true,\\n \\"Data\\": [\\n \\"02131584182\\"\\n ]\\n}","type":"json"}]', ], 'QueryBagRemaining' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.hightech', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Data' => ['description' => 'The remaining quota of the resource plan.', 'type' => 'integer', 'format' => 'int64', 'example' => 'True', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], ], ], 'title' => 'Query remaining quota of a resource plan', 'summary' => 'Queries the remaining quota of a resource plan.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryBagRemaining'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryBagRemaining', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": 0,\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\"\\n}","type":"json"}]', ], 'QueryCallRecordList' => [ 'summary' => 'Queries outbound call voice files of Xuantan.', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregAU4FLU', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregP9MRAA', 'FEATUREcompanyregREGHL5', 'FEATUREcompanyreg03O5BQ', 'FEATUREcompanyregIEYQEO', 'FEATUREcompanyregWX5U73', 'FEATUREcompanyregDAP1N0'], 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'example' => 'esp.bookkeeping', 'title' => ''], ], [ 'name' => 'SkillType', 'in' => 'query', 'schema' => ['description' => 'The skill type.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1', 'title' => ''], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => 'The delivery order ID.', 'type' => 'string', 'required' => true, 'example' => 'P20210928095324000002', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'Data' => [ 'description' => 'The returned result.', 'type' => 'array', 'items' => [ 'description' => 'The list of delivery orders.', 'type' => 'object', 'properties' => [ 'SignatureUrl' => ['description' => 'A URL that points to the recording file. Use HTTP to download the file.', 'type' => 'string', 'example' => 'UPLOADED/SCRIPT/74974566-2b69-4389-9bf9-5d7b432f06ad/fa92ce53-6b5f-4b3d-807c-a46417c08f66_a4cc3a16-e365-42cb-87d8-7776f8b110a1.json', 'title' => ''], 'StartTime' => ['description' => 'The start time of the cycle.', 'type' => 'integer', 'format' => 'int64', 'example' => '2025-06-07T02:08:00Z', 'title' => ''], 'Duration' => ['description' => 'The call duration. Unit: seconds.', 'type' => 'integer', 'format' => 'int32', 'example' => '40140', 'title' => ''], 'ContactDisposition' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], 'taskId' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => 'Query xuantan outbound call voice files', 'description' => 'The list of authorization records for delivery orders.', 'changeSet' => [ ['createdAt' => '2025-08-07T08:37:54.000Z', 'description' => 'Response parameters changed'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'companyreg:QueryCallRecordList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": [\\n {\\n \\"SignatureUrl\\": \\"UPLOADED/SCRIPT/74974566-2b69-4389-9bf9-5d7b432f06ad/fa92ce53-6b5f-4b3d-807c-a46417c08f66_a4cc3a16-e365-42cb-87d8-7776f8b110a1.json\\",\\n \\"StartTime\\": 0,\\n \\"Duration\\": 40140,\\n \\"ContactDisposition\\": \\"\\",\\n \\"taskId\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', ], 'QueryInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.bookkeeping', 'title' => ''], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'T20210302164856000001', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Data' => ['description' => 'The instance information.', 'type' => 'string', 'example' => '{}', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Query lingxiao order instances', 'summary' => 'Queries Lingxiao order instances.', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => 'Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryInstance'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"{}\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\"\\n}","type":"json"}]', ], 'QueryPartnerIntentionList' => [ 'summary' => 'Queries the list of requirement orders for a service provider.', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => false, 'example' => 'I20211117092704000001', 'title' => ''], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '20', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.wangwen', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => '', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '', 'description' => 'The request ID.', 'type' => 'string', 'example' => '78E9DC76-7DFD-5975-99B0-4A95E8A92F5D'], 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int64', 'example' => '2', 'title' => ''], 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int64', 'example' => '13', 'title' => ''], 'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int64', 'example' => '20', 'title' => ''], 'TotalItemNum' => ['description' => 'The total number of entries.', 'type' => 'integer', 'format' => 'int64', 'example' => '319', 'title' => ''], 'Data' => [ 'description' => 'The list of requirement orders.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'BizId' => ['description' => 'The business ID.', 'type' => 'string', 'example' => 'I20211117092704000001', 'title' => ''], 'Mobile' => ['description' => 'The mobile phone number.', 'type' => 'string', 'example' => '18700000003', 'title' => ''], 'BizType' => ['description' => 'The business type.', 'type' => 'string', 'example' => 'esp.wangwen', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'example' => '', ], ], ], 'title' => 'Query requirement order list for service provider', 'changeSet' => [ ['createdAt' => '2021-11-17T08:26:20.000Z', 'description' => 'OpenAPI offline'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryPartnerIntentionList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"78E9DC76-7DFD-5975-99B0-4A95E8A92F5D\\",\\n \\"CurrentPageNum\\": 2,\\n \\"TotalPageNum\\": 13,\\n \\"PageSize\\": 20,\\n \\"TotalItemNum\\": 319,\\n \\"Data\\": [\\n {\\n \\"BizId\\": \\"I20211117092704000001\\",\\n \\"Mobile\\": \\"18700000003\\",\\n \\"BizType\\": \\"esp.wangwen\\"\\n }\\n ]\\n}","type":"json"}]', ], 'QueryPartnerProduceList' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => false, 'example' => 'P20211216204717000001', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.cdn', 'title' => ''], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '20', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => '', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '', 'description' => 'The request ID.', 'type' => 'string', 'example' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D'], 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''], 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''], 'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int64', 'example' => '20', 'title' => ''], 'TotalItemNum' => ['description' => 'The total number of records.', 'type' => 'integer', 'format' => 'int64', 'example' => '34', 'title' => ''], 'Data' => [ 'description' => 'The list of delivery orders.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'BizId' => ['description' => 'The delivery order ID.', 'type' => 'string', 'example' => 'P20211216204717000001', 'title' => ''], 'BizType' => ['description' => 'The business type.', 'type' => 'string', 'example' => 'esp.cdn', 'title' => ''], 'mobile' => ['description' => 'The mobile phone number.', 'type' => 'string', 'example' => '18600000001', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'example' => '', ], ], ], 'title' => 'Query delivery order list for service provider', 'summary' => 'Queries the list of delivery orders for a service provider.', 'changeSet' => [ ['createdAt' => '2021-11-17T08:40:16.000Z', 'description' => 'OpenAPI offline'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryPartnerProduceList'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryPartnerProduceList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"CurrentPageNum\\": 1,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalItemNum\\": 34,\\n \\"Data\\": [\\n {\\n \\"BizId\\": \\"P20211216204717000001\\",\\n \\"BizType\\": \\"esp.cdn\\",\\n \\"mobile\\": \\"18600000001\\"\\n }\\n ]\\n}","type":"json"}]', ], 'QueryUserNeedAuth' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2C859C36-886C-5BE7-A606-01F38A5374D6', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'NeedAuth' => ['description' => 'Indicates whether verification is required.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Check whether real-name verification is required', 'summary' => 'Queries whether real-name verification is required.', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => 'Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'companyreg:QueryUserNeedAuth', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"2C859C36-886C-5BE7-A606-01F38A5374D6\\",\\n \\"Success\\": true,\\n \\"NeedAuth\\": true\\n}","type":"json"}]', ], 'RecordCallCenterEventForPartner' => [ 'summary' => 'Reports outbound call center events from the Xuantan service provider.', 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X'], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.beian_assist', 'title' => ''], ], [ 'name' => 'RelatedId', 'in' => 'query', 'schema' => ['description' => 'The request ID.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1000030990004', 'title' => ''], ], [ 'name' => 'ConnId', 'in' => 'query', 'schema' => ['description' => 'The ID of the call channel.', 'type' => 'string', 'required' => false, 'example' => '12313', 'title' => ''], ], [ 'name' => 'ContactId', 'in' => 'query', 'schema' => ['description' => 'The call ID. Make sure that the call ID has a voicemail message. Otherwise, the response contains no data.', 'type' => 'string', 'required' => false, 'example' => '897265', 'title' => ''], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['description' => 'The ID of the Spark job.', 'type' => 'string', 'required' => false, 'example' => 'ufbo502ma94m480', 'title' => ''], ], [ 'name' => 'Caller', 'in' => 'query', 'schema' => ['description' => 'The caller number. Set this parameter to the mobile phone number or landline number of the customer service representative.', 'type' => 'string', 'required' => false, 'example' => '13162828888', 'title' => ''], ], [ 'name' => 'Callee', 'in' => 'query', 'schema' => ['description' => 'The callee number for the hotline outbound call.', 'type' => 'string', 'required' => false, 'example' => '18578602216', 'title' => ''], ], [ 'name' => 'SecretMobile', 'in' => 'query', 'schema' => ['description' => 'The secure phone number.', 'type' => 'string', 'required' => false, 'example' => 'MTAFA/DF#', 'title' => ''], ], [ 'name' => 'SkillType', 'in' => 'query', 'schema' => ['description' => 'The skill type.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => false, 'example' => 'P20211117141528000001', 'title' => ''], ], [ 'name' => 'CallAction', 'in' => 'query', 'schema' => ['description' => 'The outbound call action.', 'type' => 'string', 'required' => false, 'example' => 'MakeCall', 'title' => ''], ], [ 'name' => 'TenantId', 'in' => 'query', 'schema' => ['description' => 'The tenant ID.', 'type' => 'string', 'required' => false, 'example' => '123457', 'title' => ''], ], [ 'name' => 'EmployeeCode', 'in' => 'query', 'schema' => ['description' => 'The employee ID.', 'type' => 'string', 'required' => false, 'example' => '12323213', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => '', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D'], 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'Data' => ['description' => 'The list of delivery orders.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'example' => '', ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => 'Report outbound call center events from xuantan service provider', 'description' => 'Reports outbound call operation events from the Xuantan service provider.', 'changeSet' => [ ['createdAt' => '2025-10-29T13:28:18.000Z', 'description' => 'Request parameters changed'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RecordCallCenterEventForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', ], 'RecordPostBack' => [ 'summary' => 'Sends communication records of a Xuantan service ticket or demand ticket back to Xuantan for viewing. Tickets in the unfollowed status are changed to the following-up status.', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'bizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'example' => 'esp.zhangsan', 'title' => ''], ], [ 'name' => 'bizId', 'in' => 'query', 'schema' => ['description' => 'The business ID of the demand ticket or service ticket.', 'type' => 'string', 'required' => true, 'example' => 'P111111111111', 'title' => ''], ], [ 'name' => 'contactor', 'in' => 'query', 'schema' => ['description' => 'The name of the contact person (in Chinese).', 'type' => 'string', 'required' => true, 'example' => '张雯菲', 'title' => ''], ], [ 'name' => 'content', 'in' => 'query', 'schema' => ['description' => 'The communication content.', 'type' => 'string', 'required' => true, 'example' => '联系客户一次', 'title' => ''], ], [ 'name' => 'entityKey', 'in' => 'query', 'schema' => [ 'description' => 'The entity type. Specifies whether the operation targets a service ticket or a demand ticket.', 'enumValueTitles' => ['esp_produce ' => 'esp_produce ', 'esp_intention' => 'esp_intention'], 'type' => 'string', 'required' => true, 'example' => 'esp_produce', 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => '', 'description' => 'PopResultDTO', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'B8E5CC4C-7563-19BD-B02F-DFFFD4E51D4A', 'title' => ''], 'HttpStatusCode' => ['description' => 'The HTTP status code returned.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''], 'DynamicCode' => ['description' => 'The dynamic error code returned by the backend.', 'type' => 'string', 'example' => 'PARAMETER.ILLEGAL', 'title' => ''], 'DynamicMessage' => ['description' => 'The dynamic error message returned by the backend.', 'type' => 'string', 'example' => '参数错误', 'title' => ''], 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '参数错误', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'PARAMETER.ILLEGAL', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'Module' => ['description' => 'Indicates whether the operation was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'AllowRetry' => ['description' => 'Indicates whether retry is allowed.', 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'ErrorArgs' => [ 'description' => 'The error parameters.', 'type' => 'array', 'items' => ['description' => 'The error parameter.', 'type' => 'any', 'example' => 'entityKey', 'title' => ''], 'title' => '', 'example' => '', ], 'AppName' => ['description' => 'The application name.', 'type' => 'string', 'example' => 'esp-core-aliyun-com', 'title' => ''], ], 'example' => '', ], ], ], 'title' => 'Send communication records back to xuantan', 'changeSet' => [ ['createdAt' => '2022-11-29T02:06:04.000Z', 'description' => 'OpenAPI offline'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RecordPostBack'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RecordPostBack', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B8E5CC4C-7563-19BD-B02F-DFFFD4E51D4A\\",\\n \\"HttpStatusCode\\": 200,\\n \\"DynamicCode\\": \\"PARAMETER.ILLEGAL\\",\\n \\"DynamicMessage\\": \\"参数错误\\",\\n \\"ErrorMsg\\": \\"参数错误\\",\\n \\"ErrorCode\\": \\"PARAMETER.ILLEGAL\\",\\n \\"Success\\": true,\\n \\"Module\\": true,\\n \\"AllowRetry\\": false,\\n \\"ErrorArgs\\": [\\n \\"entityKey\\"\\n ],\\n \\"AppName\\": \\"esp-core-aliyun-com\\"\\n}","type":"json"}]', ], 'RejectSolution' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregAU4FLU'], ], 'parameters' => [ [ 'name' => 'SolutionBizId', 'in' => 'query', 'schema' => ['description' => 'The solution ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'S20200512114050000001', 'title' => ''], ], [ 'name' => 'Note', 'in' => 'query', 'schema' => ['description' => 'The rejection reason.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '方案错误', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['type' => 'string', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'PARTNER.CONFIG.NOT.FOUND', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Reject a solution', 'summary' => 'Rejects a solution.', 'changeSet' => [ ['createdAt' => '2024-05-15T09:16:40.000Z', 'description' => 'Request parameters changed'], ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => 'Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RejectSolution'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RejectSolution', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"PARTNER.CONFIG.NOT.FOUND\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'RejectUserSolution' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'SolutionBizId', 'in' => 'query', 'schema' => ['description' => 'The solution ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'S20211227151912000001', 'title' => ''], ], [ 'name' => 'Note', 'in' => 'query', 'schema' => ['description' => 'The rejection reason.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '不符合', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.companyreg', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '717711FB-F887-597B-8121-B77437E89B97', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Reject a solution', 'summary' => 'Rejects a solution by the user.', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => 'Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RejectUserSolution'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RejectUserSolution', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"717711FB-F887-597B-8121-B77437E89B97\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'ReleaseProduceAuthorization' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizId', 'in' => 'formData', 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'P20211117141528000001', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'formData', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.beian_assist', 'title' => ''], ], [ 'name' => 'AuthorizedUserId', 'in' => 'formData', 'schema' => ['description' => 'The ID of the authorized user to unbind.', 'type' => 'string', 'required' => false, 'example' => '1219541161213000', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => 'The result data.', 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => '200', 'title' => ''], 'Success' => ['description' => 'Indicates whether the call was successful. Valid values:'."\n" .'- true: The call was successful.'."\n" .'- false: The call failed.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], ], ], 'title' => 'Unbind authorization from a delivery order', 'summary' => 'Unbinds authorization from a delivery order.', 'description' => 'Unbinds authorization from a delivery order.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ReleaseProduceAuthorization', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"200\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'StartBackToBackCall' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregREGHL5', 'FEATUREcompanyregIEYQEO', 'FEATUREcompanyregWX5U73', 'FEATUREcompanyregDAP1N0', 'FEATUREcompanyregAU4FLU', 'FEATUREcompanyregP9MRAA', 'FEATUREcompanyreg03O5BQ'], 'autoTest' => true, ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'example' => 'test', 'title' => ''], ], [ 'name' => 'SkillType', 'in' => 'query', 'schema' => [ 'description' => 'The skill type.', 'enumValueTitles' => [1 => 'demand order.', 'service order.'], 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1', 'title' => '', ], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => 'The business association ID.', 'type' => 'string', 'required' => true, 'example' => '20211203180209000001', 'title' => ''], ], [ 'name' => 'Caller', 'in' => 'query', 'schema' => ['description' => 'The caller number. Specify the mobile phone number or landline number of the customer service representative.', 'type' => 'string', 'required' => true, 'example' => '13162828888', 'title' => ''], ], [ 'name' => 'CallCenterNumber', 'in' => 'query', 'schema' => ['description' => 'The outbound call number.', 'type' => 'string', 'required' => false, 'example' => '02131584184', 'title' => ''], ], [ 'name' => 'MobileKey', 'in' => 'query', 'schema' => ['description' => 'The key of the called number. If this parameter is left empty, the primary customer number of the ticket is called by default. If this parameter is specified, the system looks up the corresponding called number based on the key and initiates the outbound call. This parameter is applicable to scenarios where a ticket has multiple called numbers.', 'type' => 'string', 'required' => false, 'example' => 'mobile1', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'Data' => ['description' => 'Indicates whether the operation was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => 'Initiate a dual-call', 'summary' => 'Initiates a dual-call.', 'changeSet' => [ ['createdAt' => '2021-11-05T13:14:54.000Z', 'description' => 'OpenAPI offline'], ['createdAt' => '2021-11-05T13:14:54.000Z', 'description' => 'Request parameters changed'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:StartBackToBackCall', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', ], 'SubmitIntentionForPartner' => [ 'summary' => 'Partnership submits a requirement ticket ', 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregREGHL5'], 'autoTest' => true, 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'Description', 'in' => 'query', 'schema' => ['description' => 'Description ', 'type' => 'string', 'required' => false, 'example' => 'ceshi', 'title' => ''], ], [ 'name' => 'Area', 'in' => 'query', 'schema' => ['description' => 'area ', 'type' => 'string', 'required' => false, 'example' => '长沙市', 'title' => ''], ], [ 'name' => 'Mobile', 'in' => 'query', 'schema' => ['description' => 'Phone number ', 'type' => 'string', 'required' => false, 'example' => '18704330000', 'title' => ''], ], [ 'name' => 'ContactName', 'in' => 'query', 'schema' => ['description' => 'contact name ', 'type' => 'string', 'required' => false, 'example' => '魏先生', 'title' => ''], ], [ 'name' => 'CommodityType', 'in' => 'query', 'schema' => ['description' => 'Product Type ', 'type' => 'string', 'required' => false, 'example' => 'Server', 'title' => ''], ], [ 'name' => 'ExtInfo', 'in' => 'query', 'schema' => ['description' => 'extension information ', 'type' => 'string', 'required' => false, 'example' => '{\\"beianServiceNumber\\":\\"9969c666-0935-4c5b-8042-926ff546e39f\\"}', 'title' => ''], ], [ 'name' => 'Channel', 'in' => 'query', 'schema' => ['description' => "\n" .'Notification Channel ', 'type' => 'string', 'required' => false, 'example' => 'lingjun', 'title' => ''], ], [ 'name' => 'Grade', 'in' => 'query', 'schema' => ['description' => 'Member Level ', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => 'country', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'Business Type ', 'type' => 'string', 'required' => false, 'example' => 'esp.isp', 'title' => ''], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['description' => 'User UID ', 'type' => 'string', 'required' => false, 'example' => '1212312312312', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => '', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D'], 'ErrorMsg' => ['description' => 'error message ', 'type' => 'string', 'example' => '参数错误', 'title' => ''], 'Success' => ['description' => 'Success status identifier ', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'IntentionBizId' => ['description' => 'Requirement ticket ID ', 'type' => 'string', 'example' => 'I20211223101045000001', 'title' => ''], 'ExtInfo' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], ], 'example' => '', ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => 'Partnership submits a requirement ticket ', 'description' => 'Add authorization (batch) to the delivery order ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'companyreg:SubmitIntentionForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorMsg\\": \\"参数错误\\",\\n \\"Success\\": true,\\n \\"IntentionBizId\\": \\"I20211223101045000001\\",\\n \\"ExtInfo\\": \\"\\"\\n}","type":"json"}]', ], 'SubmitIntentionNote' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => 'The requirement ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20210927144823000001', 'title' => ''], ], [ 'name' => 'Note', 'in' => 'query', 'schema' => ['description' => 'The note content.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '电话未接通,3天后再次尝试进行沟通', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['type' => 'string', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '668571EF-1E7E-5435-AA65-4ECFFDDA133F', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Submit a requirement note', 'summary' => 'Submits a note for a requirement.', 'changeSet' => [ ['createdAt' => '2024-03-29T03:33:38.000Z', 'description' => 'Request parameters changed'], ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => 'Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubmitIntentionNote'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:SubmitIntentionNote', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"668571EF-1E7E-5435-AA65-4ECFFDDA133F\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'SubmitSolution' => [ 'summary' => 'Submits a solution.', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68'], ], 'parameters' => [ [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => 'The requirement ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20211223101045000001', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.wangwen', 'title' => ''], ], [ 'name' => 'Solution', 'in' => 'query', 'schema' => ['description' => 'The solution content.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '{\\"domainCount\\":1,\\"companyArea\\":\\"广东省\\",\\"domain\\":\\"fb-link8.com\\",\\"source\\":\\"官网\\",\\"beianType\\":\\"备案服务-国内\\"}', 'title' => ''], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['description' => 'The user UID.', 'type' => 'string', 'required' => false, 'example' => '1219541161213057', 'title' => ''], ], [ 'name' => 'OperateType', 'in' => 'query', 'schema' => ['type' => 'string', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'SolutionBizId' => ['description' => 'The solution ID.', 'type' => 'string', 'example' => 'S20211109140729000001', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '0A3CFCF5-E0C0-5C0B-A2ED-03827F16D85F', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'ConfirmUrl' => ['description' => 'The confirmation URL.', 'type' => 'string', 'example' => 'https://companyreg.console.aliyun.com/#/intention-notarize?Type=119&bizid=I20220114181457000001', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Submit a solution', 'changeSet' => [ ['createdAt' => '2023-11-08T02:48:00.000Z', 'description' => 'Request parameters changed, Error codes changed'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubmitSolution'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:SubmitSolution', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"SolutionBizId\\": \\"S20211109140729000001\\",\\n \\"RequestId\\": \\"0A3CFCF5-E0C0-5C0B-A2ED-03827F16D85F\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ConfirmUrl\\": \\"https://companyreg.console.aliyun.com/#/intention-notarize?Type=119&bizid=I20220114181457000001\\"\\n}","type":"json"}]', ], 'TransferIntentionOwner' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68', 'FEATUREcompanyreg03XYGI', 'FEATUREcompanyregYL6RVO', 'FEATUREcompanyregU6BH8D', 'FEATUREcompanyregJSN2D0'], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'example' => 'esp.wangwen', 'title' => ''], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => true, 'example' => 'P20210709190452000001', 'title' => ''], ], [ 'name' => 'PersonId', 'in' => 'query', 'schema' => ['description' => 'The support agent ID.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '67842', 'title' => ''], ], [ 'name' => 'Remark', 'in' => 'query', 'schema' => ['description' => 'The remarks.', 'type' => 'string', 'required' => false, 'example' => '无', 'title' => ''], ], [ 'name' => 'EmployeeCode', 'in' => 'query', 'schema' => ['description' => 'The employee code.', 'type' => 'string', 'required' => false, 'example' => '12323213', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '717711FB-F887-597B-8121-B77437E89B97', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'Success' => ['description' => 'The request result.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'Data' => ['description' => 'Indicates whether the operation is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Reassign a demand order to a support agent', 'summary' => 'Reassigns a demand order to a support agent.', 'description' => 'Grants authorization for delivery orders in batches.', 'changeSet' => [ ['createdAt' => '2025-12-16T08:25:38.000Z', 'description' => 'Request parameters changed'], ['createdAt' => '2022-03-01T07:25:06.000Z', 'description' => 'OpenAPI offline'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'companyreg:TransferIntentionOwner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"717711FB-F887-597B-8121-B77437E89B97\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', ], 'TransferProduceOwner' => [ 'summary' => 'Reassigns a service ticket to a specialist.', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregYL6RVO', 'FEATUREcompanyreg03XYGI'], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'example' => 'esp.companyreg_cloud', 'title' => ''], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => true, 'example' => 'P20210208152920000001', 'title' => ''], ], [ 'name' => 'PersonId', 'in' => 'query', 'schema' => ['description' => 'The specialist ID.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '15565', 'title' => ''], ], [ 'name' => 'Remark', 'in' => 'query', 'schema' => ['description' => 'The remarks.', 'type' => 'string', 'required' => false, 'example' => '无', 'title' => ''], ], [ 'name' => 'EmployeeCode', 'in' => 'query', 'schema' => ['description' => 'The employee code.', 'type' => 'string', 'required' => false, 'example' => '12323213', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'DD5639FF-1240-51DE-9BA8-2075670A1EAC', 'title' => ''], 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'Data' => ['description' => 'Indicates whether the operation was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Reassign a service ticket to a specialist', 'description' => 'Grants authorization for delivery orders in batches.', 'changeSet' => [ ['createdAt' => '2025-12-16T08:25:38.000Z', 'description' => 'Request parameters changed'], ['createdAt' => '2022-03-01T07:25:06.000Z', 'description' => 'OpenAPI offline'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:TransferProduceOwner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"DD5639FF-1240-51DE-9BA8-2075670A1EAC\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', ], ], 'endpoints' => [ ['regionId' => 'ap-northeast-1', 'regionName' => 'Japan (Tokyo)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-1', 'regionName' => 'Singapore', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => 'companyreg-vpc.ap-southeast-1.aliyuncs.com'], ['regionId' => 'ap-southeast-2', 'regionName' => 'Australia (Sydney) Closed', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-3', 'regionName' => 'Malaysia (Kuala Lumpur)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-5', 'regionName' => 'Indonesia (Jakarta)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-beijing', 'regionName' => 'China (Beijing)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-chengdu', 'regionName' => 'China (Chengdu)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hangzhou', 'regionName' => 'China (Hangzhou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hongkong', 'regionName' => 'China (Hong Kong)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-huhehaote', 'regionName' => 'China (Hohhot)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-qingdao', 'regionName' => 'China (Qingdao)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shanghai', 'regionName' => 'China (Shanghai)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shenzhen', 'regionName' => 'China (Shenzhen)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-wulanchabu', 'regionName' => 'China (Ulanqab)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-zhangjiakou', 'regionName' => 'China (Zhangjiakou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'us-west-1', 'regionName' => 'US (Silicon Valley)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'us-east-1', 'regionName' => 'US (Virginia)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'eu-west-1', 'regionName' => 'UK (London)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'eu-central-1', 'regionName' => 'Germany (Frankfurt)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'me-east-1', 'regionName' => 'UAE (Dubai)', 'areaId' => 'middleEast', 'areaName' => 'Middle East', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-south-1', 'regionName' => 'India (Mumbai) Closed', 'areaId' => 'middleEast', 'areaName' => 'Middle East', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shenzhen-finance-1', 'regionName' => 'China South 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shanghai-finance-1', 'regionName' => 'China East 2 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-north-2-gov-1', 'regionName' => 'Beijing Government Cloud', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hangzhou-finance', 'regionName' => 'China East 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-beijing-finance-1', 'regionName' => 'China North 2 Finance (Preview)', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ], 'errorCodes' => [ ['code' => 'Parameter.Illegal', 'message' => 'The specified parameter is invalid.', 'http_code' => 400, 'description' => 'The specified parameter value is invalid.'], ['code' => 'PermissionDenied', 'message' => 'The access is denied.', 'http_code' => 403, 'description' => 'Access denied.'], ['code' => 'PermissionDenied', 'message' => '本次操作内部出现异常,请联系客服提工单', 'http_code' => 403, 'description' => 'An internal error occurred. Contact customer service to submit a ticket.'], ['code' => 'STATE.MACHINE.STATUS.ERROR', 'message' => '当前服务单的状态已经流转,不允许再如此操作', 'http_code' => 400, 'description' => 'The current service ticket has been forwarded. You are not allowed to perform this operation again.'], ['code' => 'UNKNOWN.BIZ.TYPE', 'message' => '业务类型不正确', 'http_code' => 400, 'description' => 'The service type is invalid.'], ['code' => 'VALIDATE.BUSINESS.LICENSE.INFO.EXCEPTION.ERROR', 'message' => '请检查上传的营业执照信息和所填信息是否一致', 'http_code' => 400, 'description' => 'Check whether the information of the uploaded business license is consistent with the specified information.'], ['code' => 'VALIDATE.COMPANY.INFO.EXCEPTION.ERROR', 'message' => '请检查公司名称、统一社会信用代码、法人姓名、法人身份证号信息是否一致', 'http_code' => 400, 'description' => 'Check whether the company name, unified social credit code, legal person name, and legal person ID number are consistent.'], ['code' => 'VALIDATE.ID.CARD.INFO.EXCEPTION.ERROR', 'message' => '请检查上传的法人身份证和所填信息是否一致', 'http_code' => 400, 'description' => 'Check whether the ID card number in the uploaded ID card is consistent with the specified information.'], ['code' => 'VALIDATE.INFO.EXCEPTION.ERROR', 'message' => '提交信息不正确', 'http_code' => 400, 'description' => 'The submitted information is incorrect.'], ], 'changeSet' => [ [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'TransferIntentionOwner'], ['description' => 'Request parameters changed', 'api' => 'TransferProduceOwner'], ], 'createdAt' => '2025-12-16T08:25:49.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'RecordCallCenterEventForPartner'], ], 'createdAt' => '2025-10-29T13:28:32.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'ListIntentionNote'], ['description' => 'Request parameters changed', 'api' => 'RejectSolution'], ], 'createdAt' => '2024-05-15T09:16:48.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'ListUserSolutions'], ], 'createdAt' => '2024-04-22T12:43:51.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'SubmitIntentionNote'], ], 'createdAt' => '2024-03-29T03:33:45.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Error codes changed', 'api' => 'CloseUserIntention'], ['description' => 'Error codes changed', 'api' => 'CreateBusinessOpportunity'], ['description' => 'Error codes changed', 'api' => 'DescribePartnerConfig'], ['description' => 'Error codes changed', 'api' => 'ListIntentionNote'], ], 'createdAt' => '2024-03-27T02:06:53.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed, Error codes changed', 'api' => 'SubmitSolution'], ], 'createdAt' => '2023-11-08T02:48:06.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'OpenAPI offline', 'api' => 'RecordPostBack'], ], 'createdAt' => '2022-11-29T02:08:36.000Z', 'description' => '商标api生成沟通记录接口', ], [ 'apis' => [ ['description' => 'Request parameters changed, Response parameters changed, Error codes changed', 'api' => 'ListUserIntentions'], ], 'createdAt' => '2022-06-16T02:58:45.000Z', 'description' => '需求列表支持扩展信息展示', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'StartBackToBackCall'], ], 'createdAt' => '2022-05-10T11:41:37.000Z', 'description' => '一个工单支持多个被叫号码', ], [ 'apis' => [ ['description' => 'OpenAPI offline', 'api' => 'TransferIntentionOwner'], ['description' => 'OpenAPI offline', 'api' => 'TransferProduceOwner'], ], 'createdAt' => '2022-03-01T16:05:43.000Z', 'description' => '增加玄坛工单转派小二功能', ], [ 'apis' => [ ['description' => 'OpenAPI offline', 'api' => 'QueryPartnerProduceList'], ], 'createdAt' => '2021-11-18T05:40:39.000Z', 'description' => '手机号对接', ], [ 'apis' => [ ['description' => 'OpenAPI offline', 'api' => 'QueryPartnerIntentionList'], ], 'createdAt' => '2021-11-18T05:37:42.000Z', 'description' => '服务商查询需求', ], [ 'apis' => [ ['description' => 'OpenAPI offline', 'api' => 'QueryAvailableNumbers'], ['description' => 'OpenAPI offline', 'api' => 'StartBackToBackCall'], ], 'createdAt' => '2021-11-05T13:16:04.000Z', 'description' => '双呼功能', ], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'PutMeasureData'], ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryInstance'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserDetailSolutions'], ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RecordPostBack'], ['threshold' => '-1', 'countWindow' => 1, 'regionId' => '*'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubmitSolution'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserIntentions'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserSolutions'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RejectUserSolution'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryPartnerProduceList'], ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'PutMeasureReadyFlag'], ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GenerateUploadFilePolicy'], ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetAlipayUrl'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RejectSolution'], ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryBagRemaining'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CloseUserIntention'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubmitIntentionNote'], ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateBusinessOpportunity'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListIntentionNote'], ], ], 'ram' => [ 'productCode' => 'CompanyReg', 'productName' => 'Filing Service', 'ramCodes' => ['companyreg'], 'ramLevel' => 'OPERATION', 'ramConditions' => [], 'ramActions' => [ [ 'apiName' => 'CloseIntentionForPartner', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CloseIntentionForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'SubmitSolution', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:SubmitSolution', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'BindProduceAuthorization', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:BindProduceAuthorization', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'OperateCallCenterForPartner', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:OperateCallCenterForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'TransferIntentionOwner', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'companyreg:TransferIntentionOwner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'RecordPostBack', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RecordPostBack', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'RejectUserSolution', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RejectUserSolution', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ReleaseProduceAuthorization', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ReleaseProduceAuthorization', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryPartnerIntentionList', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryPartnerIntentionList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListProduceAuthorization', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListProduceAuthorization', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryUserNeedAuth', 'description' => '', 'operationType' => 'get', 'ramAction' => [ 'action' => 'companyreg:QueryUserNeedAuth', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListIntentionNote', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListIntentionNote', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'OperateProduceForPartner', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:OperateProduceForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateProduceForPartner', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CreateProduceForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListUserIntentions', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserIntentions', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'LlmSmartCall', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:LlmSmartCall', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'StartBackToBackCall', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:StartBackToBackCall', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'PutMeasureData', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:PutMeasureData', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListUserDetailSolutions', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserDetailSolutions', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'TransferProduceOwner', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:TransferProduceOwner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribePartnerConfig', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:DescribePartnerConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryCallRecordList', 'description' => '', 'operationType' => 'get', 'ramAction' => [ 'action' => 'companyreg:QueryCallRecordList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetAlipayUrl', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:GetAlipayUrl', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryBagRemaining', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryBagRemaining', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'RecordCallCenterEventForPartner', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RecordCallCenterEventForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryAvailableNumbers', 'description' => '', 'operationType' => 'list', 'ramAction' => [ 'action' => 'companyreg:QueryAvailableNumbers', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryInstance', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateBusinessOpportunity', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CreateBusinessOpportunity', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListUserSolutions', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserSolutions', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'GenerateUploadFilePolicy', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:GenerateUploadFilePolicy', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListUserProduceOperateLogs', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserProduceOperateLogs', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'PutMeasureReadyFlag', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:PutMeasureReadyFlag', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryPartnerProduceList', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryPartnerProduceList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'SubmitIntentionForPartner', 'description' => '', 'operationType' => 'create', 'ramAction' => [ 'action' => 'companyreg:SubmitIntentionForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'SubmitIntentionNote', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:SubmitIntentionNote', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'RejectSolution', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RejectSolution', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'CloseUserIntention', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CloseUserIntention', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListUserIntentionNotes', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserIntentionNotes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'resourceTypes' => [], ], ];