POST api/Workflow/Save
Request Information
URI Parameters
None.
Body Parameters
WorkflowPostedFieldsRequestModel| Name | Description | Type | Additional 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": "219e0db7-9aab-4d1d-8779-ea4f700cda97",
"WorkflowId": "8952403d-bfb3-45a1-b865-9631cbde9a7e",
"CurrentStepId": "4707b032-b45e-4c9d-8dfd-8a2d1b4ca8b6",
"UserId": "cf186959-6164-4960-ae49-2cfd2f71e607",
"CPDId": "c7a4b997-9d00-4921-9a0e-c81604889431",
"CPDPeriodId": "e7c9c363-9983-4847-8b17-b278c8ea08c5",
"WaitlistEventId": "5f486cca-1ffe-4c2b-b2eb-c6d181fcd009",
"WaitlistTicketTypeId": "6ecc788a-2e44-4eb9-9ff2-3de8a8312e8d",
"CPDReductionId": "083becd3-5fd5-43a9-a331-a7a10791bc35",
"CartId": "4acf1133-a7de-47bb-ac3e-35c4a681ea2c",
"InvoiceId": "83477a5e-28a6-491b-b2c8-9d83819085cf",
"EntityId": "a1e4a4e3-5aae-4bde-856d-50cc49a4e504",
"EntityType": "sample string 4",
"Created": "2026-03-24T08:29:43.4477045+00:00",
"LastModifiedDate": "2026-03-24T08:29:43.4477045+00: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": [
"2e96436d-8f06-4391-ace0-4429f597761f",
"56d11e72-a448-4f38-830e-a9258d4a5462"
],
"SubmitTimes": [
{
"StepId": "e5658a94-a542-498e-98e1-341e147ca96f",
"StepName": "sample string 2",
"SubmittedTime": "2026-03-24T08:29:43.4477045+00:00",
"SubmittedById": "20808087-cfb6-4516-83e9-1ea27bc289e4",
"SubmittedBy": "sample string 5"
},
{
"StepId": "e5658a94-a542-498e-98e1-341e147ca96f",
"StepName": "sample string 2",
"SubmittedTime": "2026-03-24T08:29:43.4477045+00:00",
"SubmittedById": "20808087-cfb6-4516-83e9-1ea27bc289e4",
"SubmittedBy": "sample string 5"
}
]
}
application/xml, text/xml
Sample:
<WorkflowPostedFieldsRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bond.Core.API.Models.Request">
<CPDId>c7a4b997-9d00-4921-9a0e-c81604889431</CPDId>
<CPDPeriodId>e7c9c363-9983-4847-8b17-b278c8ea08c5</CPDPeriodId>
<CPDReductionId>083becd3-5fd5-43a9-a331-a7a10791bc35</CPDReductionId>
<CartId>4acf1133-a7de-47bb-ac3e-35c4a681ea2c</CartId>
<Created>2026-03-24T08:29:43.4477045+00:00</Created>
<CurrentStepId>4707b032-b45e-4c9d-8dfd-8a2d1b4ca8b6</CurrentStepId>
<EntityId>a1e4a4e3-5aae-4bde-856d-50cc49a4e504</EntityId>
<EntityType>sample string 4</EntityType>
<Id>219e0db7-9aab-4d1d-8779-ea4f700cda97</Id>
<InvoiceId>83477a5e-28a6-491b-b2c8-9d83819085cf</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-03-24T08:29:43.4477045+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2e96436d-8f06-4391-ace0-4429f597761f</d2p1:guid>
<d2p1:guid>56d11e72-a448-4f38-830e-a9258d4a5462</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>e5658a94-a542-498e-98e1-341e147ca96f</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>20808087-cfb6-4516-83e9-1ea27bc289e4</SubmittedById>
<SubmittedTime>2026-03-24T08:29:43.4477045+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>e5658a94-a542-498e-98e1-341e147ca96f</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>20808087-cfb6-4516-83e9-1ea27bc289e4</SubmittedById>
<SubmittedTime>2026-03-24T08:29:43.4477045+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>cf186959-6164-4960-ae49-2cfd2f71e607</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>5f486cca-1ffe-4c2b-b2eb-c6d181fcd009</WaitlistEventId>
<WaitlistTicketTypeId>6ecc788a-2e44-4eb9-9ff2-3de8a8312e8d</WaitlistTicketTypeId>
<WorkflowId>8952403d-bfb3-45a1-b865-9631cbde9a7e</WorkflowId>
<WorkflowName>sample string 8</WorkflowName>
</WorkflowPostedFieldsRequestModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
WorkflowSaveResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberId | string |
None. |
|
| SubscriptionId | globally unique identifier |
None. |
|
| InvoiceId | globally unique identifier |
None. |
|
| ClassifiedItemId | globally unique identifier |
None. |
|
| ClassifiedApplicationId | globally unique identifier |
None. |
|
| PaymentSuccessful | boolean |
None. |
|
| PaymentGatewayTransactionRef | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"MemberId": "sample string 1",
"SubscriptionId": "fbb8b2af-dbaa-4398-8b79-a379c1ba643d",
"InvoiceId": "88ed6467-8dcf-4470-b471-5f550d7b31ed",
"ClassifiedItemId": "5d4ad776-10d9-453c-a768-ae6ae37ea53c",
"ClassifiedApplicationId": "42a94390-d37f-4cea-b463-d2f0f44e7326",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "adb4706f-5acc-43aa-ba36-ac01fa620553",
"Result": {
"Success": true,
"Message": "sample string 2",
"Errors": [
{
"Message": "sample string 1"
},
{
"Message": "sample string 1"
}
]
}
}
application/xml, text/xml
Sample:
<WorkflowSaveResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bond.Core.API.Models.Response">
<Result>
<Errors>
<ErrorMessage>
<Message>sample string 1</Message>
</ErrorMessage>
<ErrorMessage>
<Message>sample string 1</Message>
</ErrorMessage>
</Errors>
<Message>sample string 2</Message>
<Success>true</Success>
</Result>
<ClassifiedApplicationId>42a94390-d37f-4cea-b463-d2f0f44e7326</ClassifiedApplicationId>
<ClassifiedItemId>5d4ad776-10d9-453c-a768-ae6ae37ea53c</ClassifiedItemId>
<InvoiceId>88ed6467-8dcf-4470-b471-5f550d7b31ed</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>adb4706f-5acc-43aa-ba36-ac01fa620553</ProductId>
<SubscriptionId>fbb8b2af-dbaa-4398-8b79-a379c1ba643d</SubscriptionId>
</WorkflowSaveResponseModel>