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.

RegionId String No cn-hangzhou

The ID of the region.

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
&<Common request parameters>

Successful response examples

XML format

<ConfirmFabricConsortiumMemberResponse>
	  <Result>true</Result>
	  <RequestId>39444730-DCF6-453E-931C-C6294F9CB187</RequestId>
	  <Success>true</Success>
	  <ErrorCode>200</ErrorCode>
</ConfirmFabricConsortiumMemberResponse>

JSON format

{
	"Result":"true",
	"RequestId":"39444730-DCF6-453E-931C-C6294F9CB187",
	"ErrorCode":"200",
	"Success":"true"
}

Error codes

For more information about error codes, see Error codes.