POST Clients/OrderFrequency/Description

Request Information

URI Parameters

None.

Body Parameters

ClientOrderFrequencyDTO
NameDescriptionTypeAdditional information
ClientOrderFrequencyID

integer

None.

ClientOrderID

integer

None.

Type

ClientOrderFrequencyType

None.

SubType

ClientOrderFrequencySubType

None.

ServiceID

integer

None.

ServiceCode

string

None.

ServiceName

string

None.

RoleID

integer

None.

RoleName

string

None.

IsPending

boolean

None.

StartDate

date

None.

StopDate

date

None.

Frequency

ClientOrderFrequencyDetailType

None.

ValueType

ClientOrderFrequencyDetailValueType

None.

AmountMin

decimal number

None.

AmountMax

decimal number

None.

OverMax

decimal number

None.

Every

integer

None.

For

integer

None.

Description

string

None.

Authorization

string

None.

FrequencyID

string

None.

BlockCount

string

None.

Comments

string

None.

RecordState

RecordState

None.

CreatedByUserID

integer

None.

LastUpdatedByUserID

integer

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Summary

string

None.

SkipValidation

boolean

None.

IsNew

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "clientOrderFrequencyID": 1,
  "clientOrderID": 2,
  "type": 1,
  "subType": 1,
  "serviceID": 1,
  "serviceCode": "sample string 3",
  "serviceName": "sample string 4",
  "roleID": 1,
  "roleName": "sample string 5",
  "isPending": true,
  "startDate": "2024-12-04T08:00:30.828675+00:00",
  "stopDate": "2024-12-04T08:00:30.828675+00:00",
  "frequency": 1,
  "valueType": 1,
  "amountMin": 1.1,
  "amountMax": 1.1,
  "overMax": 1.1,
  "every": 1,
  "for": 1,
  "description": "sample string 8",
  "authorization": "sample string 9",
  "frequencyID": "sample string 10",
  "blockCount": "sample string 11",
  "comments": "sample string 12",
  "recordState": 1,
  "createdByUserID": 13,
  "lastUpdatedByUserID": 14,
  "created": {
    "dateUtc": "2024-12-04T08:00:30.828675+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:00:30 AM"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T08:00:30.828675+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:00:30 AM"
  },
  "summary": "sample string 8",
  "skipValidation": true,
  "isNew": true
}

application/xml, text/xml

Sample:
<ClientOrderFrequencyDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
  <AmountMax>1.1</AmountMax>
  <AmountMin>1.1</AmountMin>
  <Authorization>sample string 9</Authorization>
  <BlockCount>sample string 11</BlockCount>
  <ClientOrderFrequencyID>1</ClientOrderFrequencyID>
  <ClientOrderID>2</ClientOrderID>
  <Comments>sample string 12</Comments>
  <Created>
    <DateUtc>2024-12-04T08:00:30.828675+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </Created>
  <CreatedByUserID>13</CreatedByUserID>
  <Description>sample string 8</Description>
  <Every>1</Every>
  <For>1</For>
  <Frequency>Block</Frequency>
  <FrequencyID>sample string 10</FrequencyID>
  <IsNew>true</IsNew>
  <IsPending>true</IsPending>
  <LastUpdated>
    <DateUtc>2024-12-04T08:00:30.828675+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </LastUpdated>
  <LastUpdatedByUserID>14</LastUpdatedByUserID>
  <OverMax>1.1</OverMax>
  <RecordState>Active</RecordState>
  <RoleID>1</RoleID>
  <RoleName>sample string 5</RoleName>
  <ServiceCode>sample string 3</ServiceCode>
  <ServiceID>1</ServiceID>
  <ServiceName>sample string 4</ServiceName>
  <SkipValidation>true</SkipValidation>
  <StartDate>2024-12-04T08:00:30.828675+00:00</StartDate>
  <StopDate>2024-12-04T08:00:30.828675+00:00</StopDate>
  <SubType>Service</SubType>
  <Type>Standard</Type>
  <ValueType>HoursFixed</ValueType>
</ClientOrderFrequencyDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
�͒�R�0�_����i)Z{Sg<���C�h�6���"Óy�|Z
R�������|���ϯ�a�u��Ղ�˻J��>��2�6H�鸎A-8��P���9�4ɋm�A�|D�&�W2ۖ��Ѽ����s
�FYp�
Qf@�O�p�è��1NR��.�$Qrq�;sc������ٶ5c�Y��Ori�r�Tg��{���N�Se��T�/M/������M�y����W��|�x��O3I�}o��Cǩ�s7jݤ�	P�أ�t�����D��v[(#�L
v�:�+�����Zn]�������s��x�)������T���!Z�����uȏ\�y�D2Ϊ�����J��m���

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.