POST api/Workflow/FinaliseMembership

Request Information

URI Parameters

None.

Body Parameters

FinaliseMembershipRequestModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

WorkflowId

globally unique identifier

None.

CurrentStepId

globally unique identifier

None.

UserId

globally unique identifier

None.

CPDId

globally unique identifier

None.

CPDPeriodId

globally unique identifier

None.

WaitlistEventId

globally unique identifier

None.

WaitlistTicketTypeId

globally unique identifier

None.

CPDReductionId

globally unique identifier

None.

CartId

globally unique identifier

None.

InvoiceId

globally unique identifier

None.

EntityId

globally unique identifier

None.

EntityType

string

None.

Created

date

None.

LastModifiedDate

date

None.

LastModifiedById

string

None.

WorkflowName

string

None.

Values

Collection of WorkflowPostedField

None.

PaymentSuccessful

boolean

None.

PaymentGatewayTransactionRef

string

None.

PreviousStepIds

Collection of globally unique identifier

None.

SubmitTimes

Collection of WorkflowPostedStepSubmitTime

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "3e514d83-d12b-4202-8dbd-1de8ef5847f3",
  "WorkflowId": "4dad55ab-4bdf-40fb-8d1a-da08680b13ff",
  "CurrentStepId": "9e06a2f9-3819-4b75-bc24-43a5cb069ab7",
  "UserId": "79c78dd4-2b49-418e-a0c8-ad2d97706d5a",
  "CPDId": "ed5bbbec-5b09-4eaa-8c9d-db9016673698",
  "CPDPeriodId": "826b8233-09da-4e53-a8aa-00a7c888e8db",
  "WaitlistEventId": "ac543708-b7db-4fcf-86ee-a4e6941e2b3a",
  "WaitlistTicketTypeId": "e2b0c9ad-bcf7-4f38-995a-33e9fcaefa50",
  "CPDReductionId": "2bc27fe8-600f-4131-8f3c-2f3118abc033",
  "CartId": "b6a674c1-69cb-42bd-88c7-aa05250dc2bf",
  "InvoiceId": "8977d813-fa76-4cee-856c-db1ffc1c6a66",
  "EntityId": "c829abf3-5e55-4bec-a204-768ab0efa8ac",
  "EntityType": "sample string 4",
  "Created": "2025-12-26T17:28:09.2122807+11:00",
  "LastModifiedDate": "2025-12-26T17:28:09.2122807+11:00",
  "LastModifiedById": "sample string 7",
  "WorkflowName": "sample string 8",
  "Values": [
    {
      "Name": "sample string 1",
      "Value": "sample string 2",
      "FileValues": [
        {
          "Name": "sample string 1",
          "NewName": "sample string 2",
          "Path": "sample string 3",
          "IsDeleted": true
        },
        {
          "Name": "sample string 1",
          "NewName": "sample string 2",
          "Path": "sample string 3",
          "IsDeleted": true
        }
      ],
      "Mapping": "sample string 3",
      "FieldType": "sample string 4",
      "Text": "sample string 5",
      "AdditionalRef": [
        {
          "Key": "sample string 1",
          "Value": "sample string 2"
        },
        {
          "Key": "sample string 1",
          "Value": "sample string 2"
        }
      ]
    },
    {
      "Name": "sample string 1",
      "Value": "sample string 2",
      "FileValues": [
        {
          "Name": "sample string 1",
          "NewName": "sample string 2",
          "Path": "sample string 3",
          "IsDeleted": true
        },
        {
          "Name": "sample string 1",
          "NewName": "sample string 2",
          "Path": "sample string 3",
          "IsDeleted": true
        }
      ],
      "Mapping": "sample string 3",
      "FieldType": "sample string 4",
      "Text": "sample string 5",
      "AdditionalRef": [
        {
          "Key": "sample string 1",
          "Value": "sample string 2"
        },
        {
          "Key": "sample string 1",
          "Value": "sample string 2"
        }
      ]
    }
  ],
  "PaymentSuccessful": true,
  "PaymentGatewayTransactionRef": "sample string 9",
  "PreviousStepIds": [
    "9d702fff-a31c-4929-b3ee-8427a2669bc1",
    "3883a60f-d06d-4679-b3dd-9312167dc84e"
  ],
  "SubmitTimes": [
    {
      "StepId": "c3b5ba4e-8cc5-46ac-a063-5fc2dd18956c",
      "StepName": "sample string 2",
      "SubmittedTime": "2025-12-26T17:28:09.2132623+11:00",
      "SubmittedById": "2cb380df-727f-419e-bd22-dfbf42ed1e11",
      "SubmittedBy": "sample string 5"
    },
    {
      "StepId": "c3b5ba4e-8cc5-46ac-a063-5fc2dd18956c",
      "StepName": "sample string 2",
      "SubmittedTime": "2025-12-26T17:28:09.2132623+11:00",
      "SubmittedById": "2cb380df-727f-419e-bd22-dfbf42ed1e11",
      "SubmittedBy": "sample string 5"
    }
  ]
}

application/xml, text/xml

Sample:
<FinaliseMembershipRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bond.Core.API.Models.Request">
  <CPDId>ed5bbbec-5b09-4eaa-8c9d-db9016673698</CPDId>
  <CPDPeriodId>826b8233-09da-4e53-a8aa-00a7c888e8db</CPDPeriodId>
  <CPDReductionId>2bc27fe8-600f-4131-8f3c-2f3118abc033</CPDReductionId>
  <CartId>b6a674c1-69cb-42bd-88c7-aa05250dc2bf</CartId>
  <Created>2025-12-26T17:28:09.2122807+11:00</Created>
  <CurrentStepId>9e06a2f9-3819-4b75-bc24-43a5cb069ab7</CurrentStepId>
  <EntityId>c829abf3-5e55-4bec-a204-768ab0efa8ac</EntityId>
  <EntityType>sample string 4</EntityType>
  <Id>3e514d83-d12b-4202-8dbd-1de8ef5847f3</Id>
  <InvoiceId>8977d813-fa76-4cee-856c-db1ffc1c6a66</InvoiceId>
  <LastModifiedById>sample string 7</LastModifiedById>
  <LastModifiedDate>2025-12-26T17:28:09.2122807+11:00</LastModifiedDate>
  <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
  <PaymentSuccessful>true</PaymentSuccessful>
  <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>9d702fff-a31c-4929-b3ee-8427a2669bc1</d2p1:guid>
    <d2p1:guid>3883a60f-d06d-4679-b3dd-9312167dc84e</d2p1:guid>
  </PreviousStepIds>
  <SubmitTimes>
    <WorkflowPostedStepSubmitTime>
      <StepId>c3b5ba4e-8cc5-46ac-a063-5fc2dd18956c</StepId>
      <StepName>sample string 2</StepName>
      <SubmittedBy>sample string 5</SubmittedBy>
      <SubmittedById>2cb380df-727f-419e-bd22-dfbf42ed1e11</SubmittedById>
      <SubmittedTime>2025-12-26T17:28:09.2132623+11:00</SubmittedTime>
    </WorkflowPostedStepSubmitTime>
    <WorkflowPostedStepSubmitTime>
      <StepId>c3b5ba4e-8cc5-46ac-a063-5fc2dd18956c</StepId>
      <StepName>sample string 2</StepName>
      <SubmittedBy>sample string 5</SubmittedBy>
      <SubmittedById>2cb380df-727f-419e-bd22-dfbf42ed1e11</SubmittedById>
      <SubmittedTime>2025-12-26T17:28:09.2132623+11:00</SubmittedTime>
    </WorkflowPostedStepSubmitTime>
  </SubmitTimes>
  <UserId>79c78dd4-2b49-418e-a0c8-ad2d97706d5a</UserId>
  <Values>
    <WorkflowPostedField>
      <AdditionalRef>
        <WorkflowAdditionalRef>
          <Key>sample string 1</Key>
          <Value>sample string 2</Value>
        </WorkflowAdditionalRef>
        <WorkflowAdditionalRef>
          <Key>sample string 1</Key>
          <Value>sample string 2</Value>
        </WorkflowAdditionalRef>
      </AdditionalRef>
      <FieldType>sample string 4</FieldType>
      <FileValues>
        <DocumentValues>
          <IsDeleted>true</IsDeleted>
          <Name>sample string 1</Name>
          <NewName>sample string 2</NewName>
          <Path>sample string 3</Path>
        </DocumentValues>
        <DocumentValues>
          <IsDeleted>true</IsDeleted>
          <Name>sample string 1</Name>
          <NewName>sample string 2</NewName>
          <Path>sample string 3</Path>
        </DocumentValues>
      </FileValues>
      <Mapping>sample string 3</Mapping>
      <Name>sample string 1</Name>
      <Text>sample string 5</Text>
      <Value>sample string 2</Value>
    </WorkflowPostedField>
    <WorkflowPostedField>
      <AdditionalRef>
        <WorkflowAdditionalRef>
          <Key>sample string 1</Key>
          <Value>sample string 2</Value>
        </WorkflowAdditionalRef>
        <WorkflowAdditionalRef>
          <Key>sample string 1</Key>
          <Value>sample string 2</Value>
        </WorkflowAdditionalRef>
      </AdditionalRef>
      <FieldType>sample string 4</FieldType>
      <FileValues>
        <DocumentValues>
          <IsDeleted>true</IsDeleted>
          <Name>sample string 1</Name>
          <NewName>sample string 2</NewName>
          <Path>sample string 3</Path>
        </DocumentValues>
        <DocumentValues>
          <IsDeleted>true</IsDeleted>
          <Name>sample string 1</Name>
          <NewName>sample string 2</NewName>
          <Path>sample string 3</Path>
        </DocumentValues>
      </FileValues>
      <Mapping>sample string 3</Mapping>
      <Name>sample string 1</Name>
      <Text>sample string 5</Text>
      <Value>sample string 2</Value>
    </WorkflowPostedField>
  </Values>
  <WaitlistEventId>ac543708-b7db-4fcf-86ee-a4e6941e2b3a</WaitlistEventId>
  <WaitlistTicketTypeId>e2b0c9ad-bcf7-4f38-995a-33e9fcaefa50</WaitlistTicketTypeId>
  <WorkflowId>4dad55ab-4bdf-40fb-8d1a-da08680b13ff</WorkflowId>
  <WorkflowName>sample string 8</WorkflowName>
</FinaliseMembershipRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

FinaliseMembershipRequestModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

WorkflowId

globally unique identifier

None.

CurrentStepId

globally unique identifier

None.

UserId

globally unique identifier

None.

CPDId

globally unique identifier

None.

CPDPeriodId

globally unique identifier

None.

WaitlistEventId

globally unique identifier

None.

WaitlistTicketTypeId

globally unique identifier

None.

CPDReductionId

globally unique identifier

None.

CartId

globally unique identifier

None.

InvoiceId

globally unique identifier

None.

EntityId

globally unique identifier

None.

EntityType

string

None.

Created

date

None.

LastModifiedDate

date

None.

LastModifiedById

string

None.

WorkflowName

string

None.

Values

Collection of WorkflowPostedField

None.

PaymentSuccessful

boolean

None.

PaymentGatewayTransactionRef

string

None.

PreviousStepIds

Collection of globally unique identifier

None.

SubmitTimes

Collection of WorkflowPostedStepSubmitTime

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "0c2bb7d9-9c93-487f-983c-73b15fdad1fa",
  "WorkflowId": "0a09ab31-36de-4205-9aef-f680027878f3",
  "CurrentStepId": "a5c52e19-8f58-4681-9fff-e3dcbbbd1e80",
  "UserId": "3254a8a0-ac4a-40bf-bf77-7efad375d771",
  "CPDId": "3c8385af-4bcf-4e19-8688-b7df440b2299",
  "CPDPeriodId": "6540b6cf-0322-47a4-a8cb-90dd7a200b9a",
  "WaitlistEventId": "2bdd4523-43ee-4f00-ba71-e7501b656dee",
  "WaitlistTicketTypeId": "21cdb868-b016-4867-bf16-618edee31ec9",
  "CPDReductionId": "8d33dc00-aa12-4289-a85d-beaa451ba64d",
  "CartId": "4bf8a20c-4962-4179-bf06-aded6d98b06f",
  "InvoiceId": "b1548f4d-3b73-4c28-a0c9-a3397fa90d5f",
  "EntityId": "1becdcf6-d0e2-45fc-be62-8e4ee8ecac76",
  "EntityType": "sample string 4",
  "Created": "2025-12-26T17:28:09.2682695+11:00",
  "LastModifiedDate": "2025-12-26T17:28:09.2682695+11:00",
  "LastModifiedById": "sample string 7",
  "WorkflowName": "sample string 8",
  "Values": [
    {
      "Name": "sample string 1",
      "Value": "sample string 2",
      "FileValues": [
        {
          "Name": "sample string 1",
          "NewName": "sample string 2",
          "Path": "sample string 3",
          "IsDeleted": true
        },
        {
          "Name": "sample string 1",
          "NewName": "sample string 2",
          "Path": "sample string 3",
          "IsDeleted": true
        }
      ],
      "Mapping": "sample string 3",
      "FieldType": "sample string 4",
      "Text": "sample string 5",
      "AdditionalRef": [
        {
          "Key": "sample string 1",
          "Value": "sample string 2"
        },
        {
          "Key": "sample string 1",
          "Value": "sample string 2"
        }
      ]
    },
    {
      "Name": "sample string 1",
      "Value": "sample string 2",
      "FileValues": [
        {
          "Name": "sample string 1",
          "NewName": "sample string 2",
          "Path": "sample string 3",
          "IsDeleted": true
        },
        {
          "Name": "sample string 1",
          "NewName": "sample string 2",
          "Path": "sample string 3",
          "IsDeleted": true
        }
      ],
      "Mapping": "sample string 3",
      "FieldType": "sample string 4",
      "Text": "sample string 5",
      "AdditionalRef": [
        {
          "Key": "sample string 1",
          "Value": "sample string 2"
        },
        {
          "Key": "sample string 1",
          "Value": "sample string 2"
        }
      ]
    }
  ],
  "PaymentSuccessful": true,
  "PaymentGatewayTransactionRef": "sample string 9",
  "PreviousStepIds": [
    "91588a0b-bfe3-49c7-9565-71b1e4915a24",
    "7102a286-86fc-4e28-87b4-e855571ba242"
  ],
  "SubmitTimes": [
    {
      "StepId": "19b2a5a6-4a8c-417d-acb0-41d73856a019",
      "StepName": "sample string 2",
      "SubmittedTime": "2025-12-26T17:28:09.2682695+11:00",
      "SubmittedById": "a4769271-2ba7-4298-a8e2-6bed21243d23",
      "SubmittedBy": "sample string 5"
    },
    {
      "StepId": "19b2a5a6-4a8c-417d-acb0-41d73856a019",
      "StepName": "sample string 2",
      "SubmittedTime": "2025-12-26T17:28:09.2682695+11:00",
      "SubmittedById": "a4769271-2ba7-4298-a8e2-6bed21243d23",
      "SubmittedBy": "sample string 5"
    }
  ]
}

application/xml, text/xml

Sample:
<FinaliseMembershipRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bond.Core.API.Models.Request">
  <CPDId>3c8385af-4bcf-4e19-8688-b7df440b2299</CPDId>
  <CPDPeriodId>6540b6cf-0322-47a4-a8cb-90dd7a200b9a</CPDPeriodId>
  <CPDReductionId>8d33dc00-aa12-4289-a85d-beaa451ba64d</CPDReductionId>
  <CartId>4bf8a20c-4962-4179-bf06-aded6d98b06f</CartId>
  <Created>2025-12-26T17:28:09.2682695+11:00</Created>
  <CurrentStepId>a5c52e19-8f58-4681-9fff-e3dcbbbd1e80</CurrentStepId>
  <EntityId>1becdcf6-d0e2-45fc-be62-8e4ee8ecac76</EntityId>
  <EntityType>sample string 4</EntityType>
  <Id>0c2bb7d9-9c93-487f-983c-73b15fdad1fa</Id>
  <InvoiceId>b1548f4d-3b73-4c28-a0c9-a3397fa90d5f</InvoiceId>
  <LastModifiedById>sample string 7</LastModifiedById>
  <LastModifiedDate>2025-12-26T17:28:09.2682695+11:00</LastModifiedDate>
  <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
  <PaymentSuccessful>true</PaymentSuccessful>
  <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>91588a0b-bfe3-49c7-9565-71b1e4915a24</d2p1:guid>
    <d2p1:guid>7102a286-86fc-4e28-87b4-e855571ba242</d2p1:guid>
  </PreviousStepIds>
  <SubmitTimes>
    <WorkflowPostedStepSubmitTime>
      <StepId>19b2a5a6-4a8c-417d-acb0-41d73856a019</StepId>
      <StepName>sample string 2</StepName>
      <SubmittedBy>sample string 5</SubmittedBy>
      <SubmittedById>a4769271-2ba7-4298-a8e2-6bed21243d23</SubmittedById>
      <SubmittedTime>2025-12-26T17:28:09.2682695+11:00</SubmittedTime>
    </WorkflowPostedStepSubmitTime>
    <WorkflowPostedStepSubmitTime>
      <StepId>19b2a5a6-4a8c-417d-acb0-41d73856a019</StepId>
      <StepName>sample string 2</StepName>
      <SubmittedBy>sample string 5</SubmittedBy>
      <SubmittedById>a4769271-2ba7-4298-a8e2-6bed21243d23</SubmittedById>
      <SubmittedTime>2025-12-26T17:28:09.2682695+11:00</SubmittedTime>
    </WorkflowPostedStepSubmitTime>
  </SubmitTimes>
  <UserId>3254a8a0-ac4a-40bf-bf77-7efad375d771</UserId>
  <Values>
    <WorkflowPostedField>
      <AdditionalRef>
        <WorkflowAdditionalRef>
          <Key>sample string 1</Key>
          <Value>sample string 2</Value>
        </WorkflowAdditionalRef>
        <WorkflowAdditionalRef>
          <Key>sample string 1</Key>
          <Value>sample string 2</Value>
        </WorkflowAdditionalRef>
      </AdditionalRef>
      <FieldType>sample string 4</FieldType>
      <FileValues>
        <DocumentValues>
          <IsDeleted>true</IsDeleted>
          <Name>sample string 1</Name>
          <NewName>sample string 2</NewName>
          <Path>sample string 3</Path>
        </DocumentValues>
        <DocumentValues>
          <IsDeleted>true</IsDeleted>
          <Name>sample string 1</Name>
          <NewName>sample string 2</NewName>
          <Path>sample string 3</Path>
        </DocumentValues>
      </FileValues>
      <Mapping>sample string 3</Mapping>
      <Name>sample string 1</Name>
      <Text>sample string 5</Text>
      <Value>sample string 2</Value>
    </WorkflowPostedField>
    <WorkflowPostedField>
      <AdditionalRef>
        <WorkflowAdditionalRef>
          <Key>sample string 1</Key>
          <Value>sample string 2</Value>
        </WorkflowAdditionalRef>
        <WorkflowAdditionalRef>
          <Key>sample string 1</Key>
          <Value>sample string 2</Value>
        </WorkflowAdditionalRef>
      </AdditionalRef>
      <FieldType>sample string 4</FieldType>
      <FileValues>
        <DocumentValues>
          <IsDeleted>true</IsDeleted>
          <Name>sample string 1</Name>
          <NewName>sample string 2</NewName>
          <Path>sample string 3</Path>
        </DocumentValues>
        <DocumentValues>
          <IsDeleted>true</IsDeleted>
          <Name>sample string 1</Name>
          <NewName>sample string 2</NewName>
          <Path>sample string 3</Path>
        </DocumentValues>
      </FileValues>
      <Mapping>sample string 3</Mapping>
      <Name>sample string 1</Name>
      <Text>sample string 5</Text>
      <Value>sample string 2</Value>
    </WorkflowPostedField>
  </Values>
  <WaitlistEventId>2bdd4523-43ee-4f00-ba71-e7501b656dee</WaitlistEventId>
  <WaitlistTicketTypeId>21cdb868-b016-4867-bf16-618edee31ec9</WaitlistTicketTypeId>
  <WorkflowId>0a09ab31-36de-4205-9aef-f680027878f3</WorkflowId>
  <WorkflowName>sample string 8</WorkflowName>
</FinaliseMembershipRequestModel>