GET Groups/GroupMaximum

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncludeActive

boolean

None.

IncludeInactive

boolean

None.

IncludeDeleted

boolean

None.

OnlyShowEffectiveMaximums

boolean

None.

Match

MatchCriteriaStringType

None.

GroupMaximumIDs

Collection of integer

None.

GroupID

integer

None.

EntryID

integer

None.

EntryIDs

Collection of integer

None.

MaximumRadAmountMin

decimal number

None.

MaximumRadAmountMax

decimal number

None.

Props

Collection of Object

None.

StartDateUtcMin

date

None.

StartDateUtcMax

date

None.

StopDateUtcMin

date

None.

StopDateUtcMax

date

None.

CreatedDateUtcMin

date

None.

CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GroupMaximumDTO
NameDescriptionTypeAdditional information
GroupMaximumID

integer

None.

GroupID

integer

None.

EntryID

integer

None.

MaximumRadAmount

decimal number

None.

StartDateUtc

date

None.

StopDateUtc

date

None.

SortOrder

integer

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Entry

CodeTableEntryDTO

None.

OtherPrices

Collection of Object

None.

Summary

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "groupMaximumID": 1,
    "groupID": 2,
    "entryID": 3,
    "maximumRadAmount": 4.0,
    "startDateUtc": "2024-12-04T07:59:36.3178343+00:00",
    "stopDateUtc": "2024-12-04T07:59:36.3178343+00:00",
    "sortOrder": 6,
    "recordState": 1,
    "created": {
      "dateUtc": "2024-12-04T07:59:36.3178343+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 7:59:36 AM"
    },
    "lastUpdated": {
      "dateUtc": "2024-12-04T07:59:36.3178343+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 7:59:36 AM"
    },
    "entry": {
      "entryID": 1,
      "tableID": 2,
      "tableName": "sample string 3",
      "ouid": 1,
      "buid": 1,
      "parentEntryID": 1,
      "value": "sample string 4",
      "description": "sample string 5",
      "referenceValue": "sample string 6",
      "sortOrder": 7,
      "recordState": 1,
      "created": {
        "dateUtc": "2024-12-04T07:59:36.3178343+00:00",
        "userName": "sample string 2",
        "summary": "sample string 2 on 12/4/2024 7:59:36 AM"
      },
      "lastUpdated": {
        "dateUtc": "2024-12-04T07:59:36.3178343+00:00",
        "userName": "sample string 2",
        "summary": "sample string 2 on 12/4/2024 7:59:36 AM"
      },
      "summary": "sample string 4"
    },
    "otherPrices": [],
    "summary": "GroupMaximumDTO"
  },
  {
    "groupMaximumID": 1,
    "groupID": 2,
    "entryID": 3,
    "maximumRadAmount": 4.0,
    "startDateUtc": "2024-12-04T07:59:36.3178343+00:00",
    "stopDateUtc": "2024-12-04T07:59:36.3178343+00:00",
    "sortOrder": 6,
    "recordState": 1,
    "created": {
      "dateUtc": "2024-12-04T07:59:36.3178343+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 7:59:36 AM"
    },
    "lastUpdated": {
      "dateUtc": "2024-12-04T07:59:36.3178343+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 7:59:36 AM"
    },
    "entry": {
      "entryID": 1,
      "tableID": 2,
      "tableName": "sample string 3",
      "ouid": 1,
      "buid": 1,
      "parentEntryID": 1,
      "value": "sample string 4",
      "description": "sample string 5",
      "referenceValue": "sample string 6",
      "sortOrder": 7,
      "recordState": 1,
      "created": {
        "dateUtc": "2024-12-04T07:59:36.3178343+00:00",
        "userName": "sample string 2",
        "summary": "sample string 2 on 12/4/2024 7:59:36 AM"
      },
      "lastUpdated": {
        "dateUtc": "2024-12-04T07:59:36.3178343+00:00",
        "userName": "sample string 2",
        "summary": "sample string 2 on 12/4/2024 7:59:36 AM"
      },
      "summary": "sample string 4"
    },
    "otherPrices": [],
    "summary": "GroupMaximumDTO"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGroupMaximumDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
  <GroupMaximumDTO>
    <Created>
      <DateUtc>2024-12-04T07:59:36.3178343+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </Created>
    <Entry>
      <BUID>1</BUID>
      <Created>
        <DateUtc>2024-12-04T07:59:36.3178343+00:00</DateUtc>
        <UserName>sample string 2</UserName>
      </Created>
      <Description>sample string 5</Description>
      <EntryID>1</EntryID>
      <LastUpdated>
        <DateUtc>2024-12-04T07:59:36.3178343+00:00</DateUtc>
        <UserName>sample string 2</UserName>
      </LastUpdated>
      <OUID>1</OUID>
      <ParentEntryID>1</ParentEntryID>
      <Props xmlns:d4p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" />
      <RecordState>Active</RecordState>
      <ReferenceValue>sample string 6</ReferenceValue>
      <SortOrder>7</SortOrder>
      <TableID>2</TableID>
      <TableName>sample string 3</TableName>
      <Value>sample string 4</Value>
    </Entry>
    <EntryID>3</EntryID>
    <GroupID>2</GroupID>
    <GroupMaximumID>1</GroupMaximumID>
    <LastUpdated>
      <DateUtc>2024-12-04T07:59:36.3178343+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </LastUpdated>
    <MaximumRadAmount>4</MaximumRadAmount>
    <OtherPrices xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" />
    <RecordState>Active</RecordState>
    <SortOrder>6</SortOrder>
    <StartDateUtc>2024-12-04T07:59:36.3178343+00:00</StartDateUtc>
    <StopDateUtc>2024-12-04T07:59:36.3178343+00:00</StopDateUtc>
  </GroupMaximumDTO>
  <GroupMaximumDTO>
    <Created>
      <DateUtc>2024-12-04T07:59:36.3178343+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </Created>
    <Entry>
      <BUID>1</BUID>
      <Created>
        <DateUtc>2024-12-04T07:59:36.3178343+00:00</DateUtc>
        <UserName>sample string 2</UserName>
      </Created>
      <Description>sample string 5</Description>
      <EntryID>1</EntryID>
      <LastUpdated>
        <DateUtc>2024-12-04T07:59:36.3178343+00:00</DateUtc>
        <UserName>sample string 2</UserName>
      </LastUpdated>
      <OUID>1</OUID>
      <ParentEntryID>1</ParentEntryID>
      <Props xmlns:d4p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" />
      <RecordState>Active</RecordState>
      <ReferenceValue>sample string 6</ReferenceValue>
      <SortOrder>7</SortOrder>
      <TableID>2</TableID>
      <TableName>sample string 3</TableName>
      <Value>sample string 4</Value>
    </Entry>
    <EntryID>3</EntryID>
    <GroupID>2</GroupID>
    <GroupMaximumID>1</GroupMaximumID>
    <LastUpdated>
      <DateUtc>2024-12-04T07:59:36.3178343+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </LastUpdated>
    <MaximumRadAmount>4</MaximumRadAmount>
    <OtherPrices xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" />
    <RecordState>Active</RecordState>
    <SortOrder>6</SortOrder>
    <StartDateUtc>2024-12-04T07:59:36.3178343+00:00</StartDateUtc>
    <StopDateUtc>2024-12-04T07:59:36.3178343+00:00</StopDateUtc>
  </GroupMaximumDTO>
</ArrayOfGroupMaximumDTO>

application/x-compressed-json

Sample:
��T�N�@���]-�mн�`��(p!��M���u�H�_��O��-h0`"���&}o�Mv�y}~��`�ږ��)�.���p���8Y\z����[7\���F�$��p4}n�ؤ� &1mDq����K:�$�&49!������D`�P�ŭq�����
�A���xŕS���2�Ae0+A�oZ�8.wg�.�(nі?l����B�yeƥ�-v����� �s>��&�y���f����A��I�o�=��cY���&��μ
>�;��R9�+���{�����|E�~�ͽ�k�RY�ζ�/��?��cE��_�X�3����Ǿ��J