POST Groups/GroupMaximum?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

boolean

Default value is False

Body Parameters

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.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
��T�N1~��\]�[w{#��Q�b<�m�M��ʹ5“y�|�L���ۗ��~�/����
�]=⯅r�z,�7��i����<����b���,��Mb0��r+�6�д��I'�ϒ.�Y;�H����@����v�B"�n(s���z�&q��Cl�$Yg$�p�U�pU�22�j����<�E���I;�"�jG��c(���Z��8M!�W��T��ܖ�ࣞ��Ԯ��w���.wj~��Kw��<[H�cQ�BW�B�Oҫ�rvT�����ᅬ�)Km�%�b�K��q��j�;Nư�*��%

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.