主账号取消企业财务邀约
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CancelInvitation | 要执行的操作,取值:CancelInvitation |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01 |
InvitationType | Integer | 是 | 1 | 邀约类型 |
RelationID | String | 是 | rel7349065058705019180 | 邀约的财务关系ID |
SubAccountID | Integer | 否 | 2000000000 | 被邀约方的火山引擎账号 UID InvitationType为1时必传 |
Relation | Integer | 否 | 1 | 财务关系类型 1 财务托管 4 财务管理 InvitationType为1(关系邀约)时必传 |
AuthID | String | 否 | auth7242498787074167084 | 授权ID |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
IsSuccess | Boolean | true | 是否成功 |
{ "InvitationType":"1", "RelationID":"rel7336772146369925420", "SubAccountID":"2000000000", "Relation":"1" }
{ "ResponseMetadata": { "RequestId": "20230327113355546653D988035BA94DB1", "Action": "CancelInvitation", "Version": "2022-01-01", "Result": { "IsSuccess": true "BaseResp": { "StatusMessage": "", "StatusCode": 0 } } } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | OperationDenied.OperatorNoAuthority | The operator does not have permission to change the authorization for this relationship | 操作人无权限变更该关系的授权 |
400 | MissingParameter | The required parameter %s is missing. | 客户端参数缺失 |
400 | ParamInvalid | The specified parameter %s is invalid. | 客户端参数错误 |
500 | InternalServerError | The request has failed due to an unknown error. | 系统错误,多次出现时请联系管理员 |