POST Workflows/GroupBusinessUnit?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

boolean

Default value is False

Body Parameters

WorkflowGroupBusinessUnitDTO
NameDescriptionTypeAdditional information
WorkflowID

integer

None.

BUID

integer

None.

GroupID

integer

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Request Formats

application/json, text/json

Sample:
{
  "workflowID": 1,
  "buid": 2,
  "groupID": 3,
  "recordState": 1,
  "created": {
    "dateUtc": "2024-12-04T07:53:05.6181427+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 7:53:05 AM"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T07:53:05.6181427+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 7:53:05 AM"
  }
}

application/xml, text/xml

Sample:
<WorkflowGroupBusinessUnitDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
  <BUID>2</BUID>
  <Created>
    <DateUtc>2024-12-04T07:53:05.6181427+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </Created>
  <GroupID>3</GroupID>
  <LastUpdated>
    <DateUtc>2024-12-04T07:53:05.6181427+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </LastUpdated>
  <RecordState>Active</RecordState>
  <WorkflowID>1</WorkflowID>
</WorkflowGroupBusinessUnitDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
�͎K�0����[������č�(�P	�R�G�!�̅G�
�����|����9�`��ښa�A1\BS�`jkB?�)�Jc���^}�Ҫ(#7BE�K��	e	�g��,$[��r�/���=J[�Iݷ
9o��F,�.h-��7C�C���j�@�n�=�����}�w�7��R

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.