All Products
Search
Document Center

Blockchain as a Service:CreateFabricConsortiumMember

Last Updated:Aug 18, 2023

You can call this operation to create a proposal for an organization to join the consortium.

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

ParameterTypeRequiredExampleDescription
ActionStringYesCreateFabricConsortiumMember

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

ConsortiumIdStringYesconsortium-aaaaaa-akpcsjjac2jd

The ID of the consortium.

CodeStringYes200

The invitation code.

Organization.N.OrganizationIdStringNopeers-aaaaaa1-1oxw31d046jtl

The ID of the organization.

RegionIdStringNocn-hanghzozu

The ID of the region.

Response parameters

ParameterTypeExampleDescription
ErrorCodeInteger200

The error code.

RequestIdString1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3

The ID of the API request.

ResultBooleantrue

The result of the operation.

SuccessBooleantrue

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=CreateFabricConsortiumMember
&ConsortiumId=consortium-aaaaaa-akpcsjjac2jd
&<Common request parameters>

Successful response examples

XML format

<CreateFabricConsortiumMemberResponse>
	  <Result>true</Result>
	  <RequestId>1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3</RequestId>
	  <Success>true</Success>
	  <ErrorCode>200</ErrorCode>
</CreateFabricConsortiumMemberResponse>

JSON format

{
	"Result":true,
	"RequestId":"1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3",
	"ErrorCode":200,
	"Success":true
}

Error codes

For more information about error codes, see Error codes.