POST api/WorkflowStep

Post list of Workflow cards.

Request Information

URI Parameters

None.

Body Parameters

Collection of ApiWorkflowStepInput
NameDescriptionTypeAdditional information
id

integer

None.

outer_id

integer

None.

id_workflow_list

integer

None.

id_workflow_card

integer

None.

description

string

None.

name

string

None.

number

integer

None.

is_disabled

boolean

None.

due_date

date

None.

due_date_complete

boolean

None.

due_date_remind

integer

None.

customMasterFields

ApiMasterFields

None.

reminder

Collection of ApiWorkflowStepReminder

None.

responsible

Collection of ApiWorkflowStepResponsiblePOST

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "outer_id": 1,
    "id_workflow_list": 2,
    "id_workflow_card": 3,
    "description": "sample string 4",
    "name": "sample string 5",
    "number": 1,
    "is_disabled": true,
    "due_date": "2024-11-16T04:39:06.090942+00:00",
    "due_date_complete": true,
    "due_date_remind": 8,
    "customMasterFields": {
      "_fields": [
        {
          "_custom_field": {
            "id": 1,
            "number": 2,
            "name": "sample string 3",
            "type": 4,
            "show": true,
            "description": "sample string 6",
            "is_required": true,
            "is_main": true,
            "is_deleted": true
          },
          "_field_data_id": 1,
          "_integer_data": 1,
          "_text_data": "sample string 2",
          "_datetime_data": "2024-11-16T04:39:06.090942+00:00",
          "_bit_data": true,
          "_floating_data": 1.1,
          "_custom_field_address": [
            {
              "address": {
                "id": 1,
                "street_number": "sample string 2",
                "route": "sample string 3",
                "locality": "sample string 4",
                "aal1": "sample string 5",
                "aal2": "sample string 6",
                "country": "sample string 7",
                "postal_code": "sample string 8",
                "is_main": true,
                "is_default_billing": true,
                "is_default_delivery": true,
                "full_address": "sample string 12",
                "comment": "sample string 13",
                "verification": true,
                "is_subscribed": true
              },
              "json": "sample string 1",
              "is_mark_delete": true
            },
            {
              "address": {
                "id": 1,
                "street_number": "sample string 2",
                "route": "sample string 3",
                "locality": "sample string 4",
                "aal1": "sample string 5",
                "aal2": "sample string 6",
                "country": "sample string 7",
                "postal_code": "sample string 8",
                "is_main": true,
                "is_default_billing": true,
                "is_default_delivery": true,
                "full_address": "sample string 12",
                "comment": "sample string 13",
                "verification": true,
                "is_subscribed": true
              },
              "json": "sample string 1",
              "is_mark_delete": true
            }
          ],
          "_custom_field_url": [
            {
              "Main": {
                "id": 1,
                "url": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            },
            {
              "Main": {
                "id": 1,
                "url": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            }
          ],
          "_custom_field_phone": [
            {
              "Main": {
                "id": 1,
                "phone": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            },
            {
              "Main": {
                "id": 1,
                "phone": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            }
          ],
          "_custom_field_checklist_item": [
            {
              "checkListItem": {
                "id": 1,
                "name": "sample string 2",
                "is_complete": true,
                "created_date": "2024-11-16T04:39:06.090942+00:00",
                "due_date": "2024-11-16T04:39:06.090942+00:00",
                "complete_date": "2024-11-16T04:39:06.090942+00:00"
              },
              "is_mark_delete": true
            },
            {
              "checkListItem": {
                "id": 1,
                "name": "sample string 2",
                "is_complete": true,
                "created_date": "2024-11-16T04:39:06.090942+00:00",
                "due_date": "2024-11-16T04:39:06.090942+00:00",
                "complete_date": "2024-11-16T04:39:06.090942+00:00"
              },
              "is_mark_delete": true
            }
          ]
        },
        {
          "_custom_field": {
            "id": 1,
            "number": 2,
            "name": "sample string 3",
            "type": 4,
            "show": true,
            "description": "sample string 6",
            "is_required": true,
            "is_main": true,
            "is_deleted": true
          },
          "_field_data_id": 1,
          "_integer_data": 1,
          "_text_data": "sample string 2",
          "_datetime_data": "2024-11-16T04:39:06.090942+00:00",
          "_bit_data": true,
          "_floating_data": 1.1,
          "_custom_field_address": [
            {
              "address": {
                "id": 1,
                "street_number": "sample string 2",
                "route": "sample string 3",
                "locality": "sample string 4",
                "aal1": "sample string 5",
                "aal2": "sample string 6",
                "country": "sample string 7",
                "postal_code": "sample string 8",
                "is_main": true,
                "is_default_billing": true,
                "is_default_delivery": true,
                "full_address": "sample string 12",
                "comment": "sample string 13",
                "verification": true,
                "is_subscribed": true
              },
              "json": "sample string 1",
              "is_mark_delete": true
            },
            {
              "address": {
                "id": 1,
                "street_number": "sample string 2",
                "route": "sample string 3",
                "locality": "sample string 4",
                "aal1": "sample string 5",
                "aal2": "sample string 6",
                "country": "sample string 7",
                "postal_code": "sample string 8",
                "is_main": true,
                "is_default_billing": true,
                "is_default_delivery": true,
                "full_address": "sample string 12",
                "comment": "sample string 13",
                "verification": true,
                "is_subscribed": true
              },
              "json": "sample string 1",
              "is_mark_delete": true
            }
          ],
          "_custom_field_url": [
            {
              "Main": {
                "id": 1,
                "url": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            },
            {
              "Main": {
                "id": 1,
                "url": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            }
          ],
          "_custom_field_phone": [
            {
              "Main": {
                "id": 1,
                "phone": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            },
            {
              "Main": {
                "id": 1,
                "phone": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            }
          ],
          "_custom_field_checklist_item": [
            {
              "checkListItem": {
                "id": 1,
                "name": "sample string 2",
                "is_complete": true,
                "created_date": "2024-11-16T04:39:06.090942+00:00",
                "due_date": "2024-11-16T04:39:06.090942+00:00",
                "complete_date": "2024-11-16T04:39:06.090942+00:00"
              },
              "is_mark_delete": true
            },
            {
              "checkListItem": {
                "id": 1,
                "name": "sample string 2",
                "is_complete": true,
                "created_date": "2024-11-16T04:39:06.090942+00:00",
                "due_date": "2024-11-16T04:39:06.090942+00:00",
                "complete_date": "2024-11-16T04:39:06.090942+00:00"
              },
              "is_mark_delete": true
            }
          ]
        }
      ]
    },
    "reminder": [
      {
        "id": 1,
        "enabled": true,
        "value": 3,
        "units": 0,
        "type": 0,
        "timeToTrigeer": "2024-11-16T04:39:06.090942+00:00",
        "id_person": 5
      },
      {
        "id": 1,
        "enabled": true,
        "value": 3,
        "units": 0,
        "type": 0,
        "timeToTrigeer": "2024-11-16T04:39:06.090942+00:00",
        "id_person": 5
      }
    ],
    "responsible": [
      {
        "id": 1,
        "id_orgboard_position": 2,
        "delete_mark": true
      },
      {
        "id": 1,
        "id_orgboard_position": 2,
        "delete_mark": true
      }
    ]
  },
  {
    "id": 1,
    "outer_id": 1,
    "id_workflow_list": 2,
    "id_workflow_card": 3,
    "description": "sample string 4",
    "name": "sample string 5",
    "number": 1,
    "is_disabled": true,
    "due_date": "2024-11-16T04:39:06.090942+00:00",
    "due_date_complete": true,
    "due_date_remind": 8,
    "customMasterFields": {
      "_fields": [
        {
          "_custom_field": {
            "id": 1,
            "number": 2,
            "name": "sample string 3",
            "type": 4,
            "show": true,
            "description": "sample string 6",
            "is_required": true,
            "is_main": true,
            "is_deleted": true
          },
          "_field_data_id": 1,
          "_integer_data": 1,
          "_text_data": "sample string 2",
          "_datetime_data": "2024-11-16T04:39:06.090942+00:00",
          "_bit_data": true,
          "_floating_data": 1.1,
          "_custom_field_address": [
            {
              "address": {
                "id": 1,
                "street_number": "sample string 2",
                "route": "sample string 3",
                "locality": "sample string 4",
                "aal1": "sample string 5",
                "aal2": "sample string 6",
                "country": "sample string 7",
                "postal_code": "sample string 8",
                "is_main": true,
                "is_default_billing": true,
                "is_default_delivery": true,
                "full_address": "sample string 12",
                "comment": "sample string 13",
                "verification": true,
                "is_subscribed": true
              },
              "json": "sample string 1",
              "is_mark_delete": true
            },
            {
              "address": {
                "id": 1,
                "street_number": "sample string 2",
                "route": "sample string 3",
                "locality": "sample string 4",
                "aal1": "sample string 5",
                "aal2": "sample string 6",
                "country": "sample string 7",
                "postal_code": "sample string 8",
                "is_main": true,
                "is_default_billing": true,
                "is_default_delivery": true,
                "full_address": "sample string 12",
                "comment": "sample string 13",
                "verification": true,
                "is_subscribed": true
              },
              "json": "sample string 1",
              "is_mark_delete": true
            }
          ],
          "_custom_field_url": [
            {
              "Main": {
                "id": 1,
                "url": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            },
            {
              "Main": {
                "id": 1,
                "url": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            }
          ],
          "_custom_field_phone": [
            {
              "Main": {
                "id": 1,
                "phone": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            },
            {
              "Main": {
                "id": 1,
                "phone": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            }
          ],
          "_custom_field_checklist_item": [
            {
              "checkListItem": {
                "id": 1,
                "name": "sample string 2",
                "is_complete": true,
                "created_date": "2024-11-16T04:39:06.090942+00:00",
                "due_date": "2024-11-16T04:39:06.090942+00:00",
                "complete_date": "2024-11-16T04:39:06.090942+00:00"
              },
              "is_mark_delete": true
            },
            {
              "checkListItem": {
                "id": 1,
                "name": "sample string 2",
                "is_complete": true,
                "created_date": "2024-11-16T04:39:06.090942+00:00",
                "due_date": "2024-11-16T04:39:06.090942+00:00",
                "complete_date": "2024-11-16T04:39:06.090942+00:00"
              },
              "is_mark_delete": true
            }
          ]
        },
        {
          "_custom_field": {
            "id": 1,
            "number": 2,
            "name": "sample string 3",
            "type": 4,
            "show": true,
            "description": "sample string 6",
            "is_required": true,
            "is_main": true,
            "is_deleted": true
          },
          "_field_data_id": 1,
          "_integer_data": 1,
          "_text_data": "sample string 2",
          "_datetime_data": "2024-11-16T04:39:06.090942+00:00",
          "_bit_data": true,
          "_floating_data": 1.1,
          "_custom_field_address": [
            {
              "address": {
                "id": 1,
                "street_number": "sample string 2",
                "route": "sample string 3",
                "locality": "sample string 4",
                "aal1": "sample string 5",
                "aal2": "sample string 6",
                "country": "sample string 7",
                "postal_code": "sample string 8",
                "is_main": true,
                "is_default_billing": true,
                "is_default_delivery": true,
                "full_address": "sample string 12",
                "comment": "sample string 13",
                "verification": true,
                "is_subscribed": true
              },
              "json": "sample string 1",
              "is_mark_delete": true
            },
            {
              "address": {
                "id": 1,
                "street_number": "sample string 2",
                "route": "sample string 3",
                "locality": "sample string 4",
                "aal1": "sample string 5",
                "aal2": "sample string 6",
                "country": "sample string 7",
                "postal_code": "sample string 8",
                "is_main": true,
                "is_default_billing": true,
                "is_default_delivery": true,
                "full_address": "sample string 12",
                "comment": "sample string 13",
                "verification": true,
                "is_subscribed": true
              },
              "json": "sample string 1",
              "is_mark_delete": true
            }
          ],
          "_custom_field_url": [
            {
              "Main": {
                "id": 1,
                "url": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            },
            {
              "Main": {
                "id": 1,
                "url": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            }
          ],
          "_custom_field_phone": [
            {
              "Main": {
                "id": 1,
                "phone": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            },
            {
              "Main": {
                "id": 1,
                "phone": "sample string 2",
                "name": "sample string 3"
              },
              "is_mark_delete": true
            }
          ],
          "_custom_field_checklist_item": [
            {
              "checkListItem": {
                "id": 1,
                "name": "sample string 2",
                "is_complete": true,
                "created_date": "2024-11-16T04:39:06.090942+00:00",
                "due_date": "2024-11-16T04:39:06.090942+00:00",
                "complete_date": "2024-11-16T04:39:06.090942+00:00"
              },
              "is_mark_delete": true
            },
            {
              "checkListItem": {
                "id": 1,
                "name": "sample string 2",
                "is_complete": true,
                "created_date": "2024-11-16T04:39:06.090942+00:00",
                "due_date": "2024-11-16T04:39:06.090942+00:00",
                "complete_date": "2024-11-16T04:39:06.090942+00:00"
              },
              "is_mark_delete": true
            }
          ]
        }
      ]
    },
    "reminder": [
      {
        "id": 1,
        "enabled": true,
        "value": 3,
        "units": 0,
        "type": 0,
        "timeToTrigeer": "2024-11-16T04:39:06.090942+00:00",
        "id_person": 5
      },
      {
        "id": 1,
        "enabled": true,
        "value": 3,
        "units": 0,
        "type": 0,
        "timeToTrigeer": "2024-11-16T04:39:06.090942+00:00",
        "id_person": 5
      }
    ],
    "responsible": [
      {
        "id": 1,
        "id_orgboard_position": 2,
        "delete_mark": true
      },
      {
        "id": 1,
        "id_orgboard_position": 2,
        "delete_mark": true
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfApiWorkflowStepInput xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ApiWorkflowStepInput>
    <id>1</id>
    <outer_id>1</outer_id>
    <id_workflow_list>2</id_workflow_list>
    <id_workflow_card>3</id_workflow_card>
    <description>sample string 4</description>
    <name>sample string 5</name>
    <number>1</number>
    <is_disabled>true</is_disabled>
    <due_date>2024-11-16T04:39:06.090942+00:00</due_date>
    <due_date_complete>true</due_date_complete>
    <due_date_remind>8</due_date_remind>
    <customMasterFields>
      <_fields>
        <ApiCompanyCustomDataPOST>
          <_custom_field>
            <id>1</id>
            <number>2</number>
            <name>sample string 3</name>
            <type>4</type>
            <show>true</show>
            <description>sample string 6</description>
            <is_required>true</is_required>
            <is_main>true</is_main>
            <is_deleted>true</is_deleted>
          </_custom_field>
          <_field_data_id>1</_field_data_id>
          <_integer_data>1</_integer_data>
          <_text_data>sample string 2</_text_data>
          <_datetime_data>2024-11-16T04:39:06.090942+00:00</_datetime_data>
          <_bit_data>true</_bit_data>
          <_floating_data>1.1</_floating_data>
          <_custom_field_address>
            <ApiCompanyCustomDataGoogleAddressPOST>
              <address>
                <id>1</id>
                <street_number>sample string 2</street_number>
                <route>sample string 3</route>
                <locality>sample string 4</locality>
                <aal1>sample string 5</aal1>
                <aal2>sample string 6</aal2>
                <country>sample string 7</country>
                <postal_code>sample string 8</postal_code>
                <is_main>true</is_main>
                <is_default_billing>true</is_default_billing>
                <is_default_delivery>true</is_default_delivery>
                <full_address>sample string 12</full_address>
                <comment>sample string 13</comment>
                <verification>true</verification>
                <is_subscribed>true</is_subscribed>
              </address>
              <json>sample string 1</json>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataGoogleAddressPOST>
            <ApiCompanyCustomDataGoogleAddressPOST>
              <address>
                <id>1</id>
                <street_number>sample string 2</street_number>
                <route>sample string 3</route>
                <locality>sample string 4</locality>
                <aal1>sample string 5</aal1>
                <aal2>sample string 6</aal2>
                <country>sample string 7</country>
                <postal_code>sample string 8</postal_code>
                <is_main>true</is_main>
                <is_default_billing>true</is_default_billing>
                <is_default_delivery>true</is_default_delivery>
                <full_address>sample string 12</full_address>
                <comment>sample string 13</comment>
                <verification>true</verification>
                <is_subscribed>true</is_subscribed>
              </address>
              <json>sample string 1</json>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataGoogleAddressPOST>
          </_custom_field_address>
          <_custom_field_url>
            <ApiCompanyCustomDataUrlPOST>
              <Main>
                <id>1</id>
                <url>sample string 2</url>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataUrlPOST>
            <ApiCompanyCustomDataUrlPOST>
              <Main>
                <id>1</id>
                <url>sample string 2</url>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataUrlPOST>
          </_custom_field_url>
          <_custom_field_phone>
            <ApiCompanyCustomDataPhonePOST>
              <Main>
                <id>1</id>
                <phone>sample string 2</phone>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataPhonePOST>
            <ApiCompanyCustomDataPhonePOST>
              <Main>
                <id>1</id>
                <phone>sample string 2</phone>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataPhonePOST>
          </_custom_field_phone>
          <_custom_field_checklist_item>
            <ApiCompanyCustomDataCheckListItemPOST>
              <checkListItem>
                <id>1</id>
                <name>sample string 2</name>
                <is_complete>true</is_complete>
                <created_date>2024-11-16T04:39:06.090942+00:00</created_date>
                <due_date>2024-11-16T04:39:06.090942+00:00</due_date>
                <complete_date>2024-11-16T04:39:06.090942+00:00</complete_date>
              </checkListItem>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataCheckListItemPOST>
            <ApiCompanyCustomDataCheckListItemPOST>
              <checkListItem>
                <id>1</id>
                <name>sample string 2</name>
                <is_complete>true</is_complete>
                <created_date>2024-11-16T04:39:06.090942+00:00</created_date>
                <due_date>2024-11-16T04:39:06.090942+00:00</due_date>
                <complete_date>2024-11-16T04:39:06.090942+00:00</complete_date>
              </checkListItem>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataCheckListItemPOST>
          </_custom_field_checklist_item>
        </ApiCompanyCustomDataPOST>
        <ApiCompanyCustomDataPOST>
          <_custom_field>
            <id>1</id>
            <number>2</number>
            <name>sample string 3</name>
            <type>4</type>
            <show>true</show>
            <description>sample string 6</description>
            <is_required>true</is_required>
            <is_main>true</is_main>
            <is_deleted>true</is_deleted>
          </_custom_field>
          <_field_data_id>1</_field_data_id>
          <_integer_data>1</_integer_data>
          <_text_data>sample string 2</_text_data>
          <_datetime_data>2024-11-16T04:39:06.090942+00:00</_datetime_data>
          <_bit_data>true</_bit_data>
          <_floating_data>1.1</_floating_data>
          <_custom_field_address>
            <ApiCompanyCustomDataGoogleAddressPOST>
              <address>
                <id>1</id>
                <street_number>sample string 2</street_number>
                <route>sample string 3</route>
                <locality>sample string 4</locality>
                <aal1>sample string 5</aal1>
                <aal2>sample string 6</aal2>
                <country>sample string 7</country>
                <postal_code>sample string 8</postal_code>
                <is_main>true</is_main>
                <is_default_billing>true</is_default_billing>
                <is_default_delivery>true</is_default_delivery>
                <full_address>sample string 12</full_address>
                <comment>sample string 13</comment>
                <verification>true</verification>
                <is_subscribed>true</is_subscribed>
              </address>
              <json>sample string 1</json>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataGoogleAddressPOST>
            <ApiCompanyCustomDataGoogleAddressPOST>
              <address>
                <id>1</id>
                <street_number>sample string 2</street_number>
                <route>sample string 3</route>
                <locality>sample string 4</locality>
                <aal1>sample string 5</aal1>
                <aal2>sample string 6</aal2>
                <country>sample string 7</country>
                <postal_code>sample string 8</postal_code>
                <is_main>true</is_main>
                <is_default_billing>true</is_default_billing>
                <is_default_delivery>true</is_default_delivery>
                <full_address>sample string 12</full_address>
                <comment>sample string 13</comment>
                <verification>true</verification>
                <is_subscribed>true</is_subscribed>
              </address>
              <json>sample string 1</json>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataGoogleAddressPOST>
          </_custom_field_address>
          <_custom_field_url>
            <ApiCompanyCustomDataUrlPOST>
              <Main>
                <id>1</id>
                <url>sample string 2</url>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataUrlPOST>
            <ApiCompanyCustomDataUrlPOST>
              <Main>
                <id>1</id>
                <url>sample string 2</url>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataUrlPOST>
          </_custom_field_url>
          <_custom_field_phone>
            <ApiCompanyCustomDataPhonePOST>
              <Main>
                <id>1</id>
                <phone>sample string 2</phone>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataPhonePOST>
            <ApiCompanyCustomDataPhonePOST>
              <Main>
                <id>1</id>
                <phone>sample string 2</phone>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataPhonePOST>
          </_custom_field_phone>
          <_custom_field_checklist_item>
            <ApiCompanyCustomDataCheckListItemPOST>
              <checkListItem>
                <id>1</id>
                <name>sample string 2</name>
                <is_complete>true</is_complete>
                <created_date>2024-11-16T04:39:06.090942+00:00</created_date>
                <due_date>2024-11-16T04:39:06.090942+00:00</due_date>
                <complete_date>2024-11-16T04:39:06.090942+00:00</complete_date>
              </checkListItem>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataCheckListItemPOST>
            <ApiCompanyCustomDataCheckListItemPOST>
              <checkListItem>
                <id>1</id>
                <name>sample string 2</name>
                <is_complete>true</is_complete>
                <created_date>2024-11-16T04:39:06.090942+00:00</created_date>
                <due_date>2024-11-16T04:39:06.090942+00:00</due_date>
                <complete_date>2024-11-16T04:39:06.090942+00:00</complete_date>
              </checkListItem>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataCheckListItemPOST>
          </_custom_field_checklist_item>
        </ApiCompanyCustomDataPOST>
      </_fields>
    </customMasterFields>
    <reminder>
      <ApiWorkflowStepReminder>
        <id>1</id>
        <enabled>true</enabled>
        <value>3</value>
        <units>Minutes</units>
        <type>Auto</type>
        <timeToTrigeer>2024-11-16T04:39:06.090942+00:00</timeToTrigeer>
        <id_person>5</id_person>
      </ApiWorkflowStepReminder>
      <ApiWorkflowStepReminder>
        <id>1</id>
        <enabled>true</enabled>
        <value>3</value>
        <units>Minutes</units>
        <type>Auto</type>
        <timeToTrigeer>2024-11-16T04:39:06.090942+00:00</timeToTrigeer>
        <id_person>5</id_person>
      </ApiWorkflowStepReminder>
    </reminder>
    <responsible>
      <ApiWorkflowStepResponsiblePOST>
        <id>1</id>
        <id_orgboard_position>2</id_orgboard_position>
        <delete_mark>true</delete_mark>
      </ApiWorkflowStepResponsiblePOST>
      <ApiWorkflowStepResponsiblePOST>
        <id>1</id>
        <id_orgboard_position>2</id_orgboard_position>
        <delete_mark>true</delete_mark>
      </ApiWorkflowStepResponsiblePOST>
    </responsible>
  </ApiWorkflowStepInput>
  <ApiWorkflowStepInput>
    <id>1</id>
    <outer_id>1</outer_id>
    <id_workflow_list>2</id_workflow_list>
    <id_workflow_card>3</id_workflow_card>
    <description>sample string 4</description>
    <name>sample string 5</name>
    <number>1</number>
    <is_disabled>true</is_disabled>
    <due_date>2024-11-16T04:39:06.090942+00:00</due_date>
    <due_date_complete>true</due_date_complete>
    <due_date_remind>8</due_date_remind>
    <customMasterFields>
      <_fields>
        <ApiCompanyCustomDataPOST>
          <_custom_field>
            <id>1</id>
            <number>2</number>
            <name>sample string 3</name>
            <type>4</type>
            <show>true</show>
            <description>sample string 6</description>
            <is_required>true</is_required>
            <is_main>true</is_main>
            <is_deleted>true</is_deleted>
          </_custom_field>
          <_field_data_id>1</_field_data_id>
          <_integer_data>1</_integer_data>
          <_text_data>sample string 2</_text_data>
          <_datetime_data>2024-11-16T04:39:06.090942+00:00</_datetime_data>
          <_bit_data>true</_bit_data>
          <_floating_data>1.1</_floating_data>
          <_custom_field_address>
            <ApiCompanyCustomDataGoogleAddressPOST>
              <address>
                <id>1</id>
                <street_number>sample string 2</street_number>
                <route>sample string 3</route>
                <locality>sample string 4</locality>
                <aal1>sample string 5</aal1>
                <aal2>sample string 6</aal2>
                <country>sample string 7</country>
                <postal_code>sample string 8</postal_code>
                <is_main>true</is_main>
                <is_default_billing>true</is_default_billing>
                <is_default_delivery>true</is_default_delivery>
                <full_address>sample string 12</full_address>
                <comment>sample string 13</comment>
                <verification>true</verification>
                <is_subscribed>true</is_subscribed>
              </address>
              <json>sample string 1</json>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataGoogleAddressPOST>
            <ApiCompanyCustomDataGoogleAddressPOST>
              <address>
                <id>1</id>
                <street_number>sample string 2</street_number>
                <route>sample string 3</route>
                <locality>sample string 4</locality>
                <aal1>sample string 5</aal1>
                <aal2>sample string 6</aal2>
                <country>sample string 7</country>
                <postal_code>sample string 8</postal_code>
                <is_main>true</is_main>
                <is_default_billing>true</is_default_billing>
                <is_default_delivery>true</is_default_delivery>
                <full_address>sample string 12</full_address>
                <comment>sample string 13</comment>
                <verification>true</verification>
                <is_subscribed>true</is_subscribed>
              </address>
              <json>sample string 1</json>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataGoogleAddressPOST>
          </_custom_field_address>
          <_custom_field_url>
            <ApiCompanyCustomDataUrlPOST>
              <Main>
                <id>1</id>
                <url>sample string 2</url>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataUrlPOST>
            <ApiCompanyCustomDataUrlPOST>
              <Main>
                <id>1</id>
                <url>sample string 2</url>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataUrlPOST>
          </_custom_field_url>
          <_custom_field_phone>
            <ApiCompanyCustomDataPhonePOST>
              <Main>
                <id>1</id>
                <phone>sample string 2</phone>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataPhonePOST>
            <ApiCompanyCustomDataPhonePOST>
              <Main>
                <id>1</id>
                <phone>sample string 2</phone>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataPhonePOST>
          </_custom_field_phone>
          <_custom_field_checklist_item>
            <ApiCompanyCustomDataCheckListItemPOST>
              <checkListItem>
                <id>1</id>
                <name>sample string 2</name>
                <is_complete>true</is_complete>
                <created_date>2024-11-16T04:39:06.090942+00:00</created_date>
                <due_date>2024-11-16T04:39:06.090942+00:00</due_date>
                <complete_date>2024-11-16T04:39:06.090942+00:00</complete_date>
              </checkListItem>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataCheckListItemPOST>
            <ApiCompanyCustomDataCheckListItemPOST>
              <checkListItem>
                <id>1</id>
                <name>sample string 2</name>
                <is_complete>true</is_complete>
                <created_date>2024-11-16T04:39:06.090942+00:00</created_date>
                <due_date>2024-11-16T04:39:06.090942+00:00</due_date>
                <complete_date>2024-11-16T04:39:06.090942+00:00</complete_date>
              </checkListItem>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataCheckListItemPOST>
          </_custom_field_checklist_item>
        </ApiCompanyCustomDataPOST>
        <ApiCompanyCustomDataPOST>
          <_custom_field>
            <id>1</id>
            <number>2</number>
            <name>sample string 3</name>
            <type>4</type>
            <show>true</show>
            <description>sample string 6</description>
            <is_required>true</is_required>
            <is_main>true</is_main>
            <is_deleted>true</is_deleted>
          </_custom_field>
          <_field_data_id>1</_field_data_id>
          <_integer_data>1</_integer_data>
          <_text_data>sample string 2</_text_data>
          <_datetime_data>2024-11-16T04:39:06.090942+00:00</_datetime_data>
          <_bit_data>true</_bit_data>
          <_floating_data>1.1</_floating_data>
          <_custom_field_address>
            <ApiCompanyCustomDataGoogleAddressPOST>
              <address>
                <id>1</id>
                <street_number>sample string 2</street_number>
                <route>sample string 3</route>
                <locality>sample string 4</locality>
                <aal1>sample string 5</aal1>
                <aal2>sample string 6</aal2>
                <country>sample string 7</country>
                <postal_code>sample string 8</postal_code>
                <is_main>true</is_main>
                <is_default_billing>true</is_default_billing>
                <is_default_delivery>true</is_default_delivery>
                <full_address>sample string 12</full_address>
                <comment>sample string 13</comment>
                <verification>true</verification>
                <is_subscribed>true</is_subscribed>
              </address>
              <json>sample string 1</json>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataGoogleAddressPOST>
            <ApiCompanyCustomDataGoogleAddressPOST>
              <address>
                <id>1</id>
                <street_number>sample string 2</street_number>
                <route>sample string 3</route>
                <locality>sample string 4</locality>
                <aal1>sample string 5</aal1>
                <aal2>sample string 6</aal2>
                <country>sample string 7</country>
                <postal_code>sample string 8</postal_code>
                <is_main>true</is_main>
                <is_default_billing>true</is_default_billing>
                <is_default_delivery>true</is_default_delivery>
                <full_address>sample string 12</full_address>
                <comment>sample string 13</comment>
                <verification>true</verification>
                <is_subscribed>true</is_subscribed>
              </address>
              <json>sample string 1</json>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataGoogleAddressPOST>
          </_custom_field_address>
          <_custom_field_url>
            <ApiCompanyCustomDataUrlPOST>
              <Main>
                <id>1</id>
                <url>sample string 2</url>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataUrlPOST>
            <ApiCompanyCustomDataUrlPOST>
              <Main>
                <id>1</id>
                <url>sample string 2</url>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataUrlPOST>
          </_custom_field_url>
          <_custom_field_phone>
            <ApiCompanyCustomDataPhonePOST>
              <Main>
                <id>1</id>
                <phone>sample string 2</phone>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataPhonePOST>
            <ApiCompanyCustomDataPhonePOST>
              <Main>
                <id>1</id>
                <phone>sample string 2</phone>
                <name>sample string 3</name>
              </Main>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataPhonePOST>
          </_custom_field_phone>
          <_custom_field_checklist_item>
            <ApiCompanyCustomDataCheckListItemPOST>
              <checkListItem>
                <id>1</id>
                <name>sample string 2</name>
                <is_complete>true</is_complete>
                <created_date>2024-11-16T04:39:06.090942+00:00</created_date>
                <due_date>2024-11-16T04:39:06.090942+00:00</due_date>
                <complete_date>2024-11-16T04:39:06.090942+00:00</complete_date>
              </checkListItem>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataCheckListItemPOST>
            <ApiCompanyCustomDataCheckListItemPOST>
              <checkListItem>
                <id>1</id>
                <name>sample string 2</name>
                <is_complete>true</is_complete>
                <created_date>2024-11-16T04:39:06.090942+00:00</created_date>
                <due_date>2024-11-16T04:39:06.090942+00:00</due_date>
                <complete_date>2024-11-16T04:39:06.090942+00:00</complete_date>
              </checkListItem>
              <is_mark_delete>true</is_mark_delete>
            </ApiCompanyCustomDataCheckListItemPOST>
          </_custom_field_checklist_item>
        </ApiCompanyCustomDataPOST>
      </_fields>
    </customMasterFields>
    <reminder>
      <ApiWorkflowStepReminder>
        <id>1</id>
        <enabled>true</enabled>
        <value>3</value>
        <units>Minutes</units>
        <type>Auto</type>
        <timeToTrigeer>2024-11-16T04:39:06.090942+00:00</timeToTrigeer>
        <id_person>5</id_person>
      </ApiWorkflowStepReminder>
      <ApiWorkflowStepReminder>
        <id>1</id>
        <enabled>true</enabled>
        <value>3</value>
        <units>Minutes</units>
        <type>Auto</type>
        <timeToTrigeer>2024-11-16T04:39:06.090942+00:00</timeToTrigeer>
        <id_person>5</id_person>
      </ApiWorkflowStepReminder>
    </reminder>
    <responsible>
      <ApiWorkflowStepResponsiblePOST>
        <id>1</id>
        <id_orgboard_position>2</id_orgboard_position>
        <delete_mark>true</delete_mark>
      </ApiWorkflowStepResponsiblePOST>
      <ApiWorkflowStepResponsiblePOST>
        <id>1</id>
        <id_orgboard_position>2</id_orgboard_position>
        <delete_mark>true</delete_mark>
      </ApiWorkflowStepResponsiblePOST>
    </responsible>
  </ApiWorkflowStepInput>
</ArrayOfApiWorkflowStepInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.