All Products
Search
Document Center

Blockchain as a Service:ConfirmFabricConsortiumMember

Last Updated:Aug 15, 2024

You can call this operation to confirm applications submitted by consortium members.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter

Type

Required

Example

Description

Action

String

Yes

ConfirmFabricConsortiumMember

The operation that you want to perform. Set the value to ConfirmFabricConsortiumMember.

ConsortiumId

String

Yes

consortium-aaaaaa-akpcsjjac2jd

The ID of the consortium.

Organization.N.OrganizationId

String

No

peers-aaaaaa1-1oxw31d046jtl

The ID list of the organization.

Response parameters

Parameter

Type

Example

Description

ErrorCode

Integer

200

The error code.

RequestId

String

50B3ACF3-CE12-433C-A834-9E8C657A4934

The ID of the API request.

Result

Boolean

true

The result of the operation.

Success

Boolean

true

Indicates whether the call is successful. A value of true indicates that the call is successful. A value of false indicates that the call has failed.

Examples

Sample requests

http(s)://[Endpoint]/?Action=ConfirmFabricConsortiumMember
&ConsortiumId=consortium-aaaaaa-akpcsjjac2jd
&Organization=[{"OrganizationId":"peers-aaaaaa1-1oxw31d046jtl"}]
&<Common request parameters>

Successful response examples

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<ConfirmFabricConsortiumMemberResponse>
    <RequestId>50B3ACF3-CE12-433C-A834-9E8C657A4934</RequestId>
    <Result>true</Result>
    <Success>true</Success>
    <ErrorCode>200</ErrorCode>
</ConfirmFabricConsortiumMemberResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "50B3ACF3-CE12-433C-A834-9E8C657A4934",
  "Result" : true,
  "Success" : true,
  "ErrorCode" : 200
}

Error codes

For more information about error codes, see Error codes.