POST FeeCapStatuses/FeeCapStatus?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

boolean

Default value is False

Body Parameters

FeeCapStatusDTO
NameDescriptionTypeAdditional information
FeeCapStatusID

integer

None.

ClientID

integer

None.

ThresholdType

FeeCapStatusThresholdType

None.

StartDate

date

None.

ThresholdMet

boolean

None.

ThresholdMetDate

date

None.

ThresholdMetDateActual

date

None.

ThresholdAmountExternal

decimal number

None.

ThresholdAmountInternal

decimal number

None.

ThresholdAmountInternalActual

decimal number

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

TotalThresholdAmount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "feeCapStatusID": 1,
  "clientID": 2,
  "thresholdType": 1,
  "startDate": "2024-12-04T07:59:51.8875641+00:00",
  "thresholdMet": true,
  "thresholdMetDate": "2024-12-04T07:59:51.8875641+00:00",
  "thresholdMetDateActual": "2024-12-04T07:59:51.8875641+00:00",
  "thresholdAmountExternal": 5.0,
  "thresholdAmountInternal": 6.0,
  "thresholdAmountInternalActual": 7.0,
  "recordState": 1,
  "created": {
    "dateUtc": "2024-12-04T07:59:51.8881797+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 7:59:51 AM"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T07:59:51.8881797+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 7:59:51 AM"
  },
  "totalThresholdAmount": 11.0
}

application/xml, text/xml

Sample:
<FeeCapStatusDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Billings.Models">
  <ClientID>2</ClientID>
  <Created xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
    <d2p1:DateUtc>2024-12-04T07:59:51.8881797+00:00</d2p1:DateUtc>
    <d2p1:UserName>sample string 2</d2p1:UserName>
  </Created>
  <FeeCapStatusID>1</FeeCapStatusID>
  <LastUpdated xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
    <d2p1:DateUtc>2024-12-04T07:59:51.8881797+00:00</d2p1:DateUtc>
    <d2p1:UserName>sample string 2</d2p1:UserName>
  </LastUpdated>
  <RecordState>Active</RecordState>
  <StartDate>2024-12-04T07:59:51.8875641+00:00</StartDate>
  <ThresholdAmountExternal>5</ThresholdAmountExternal>
  <ThresholdAmountInternal>6</ThresholdAmountInternal>
  <ThresholdAmountInternalActual>7</ThresholdAmountInternalActual>
  <ThresholdMet>true</ThresholdMet>
  <ThresholdMetDate>2024-12-04T07:59:51.8875641+00:00</ThresholdMetDate>
  <ThresholdMetDateActual>2024-12-04T07:59:51.8875641+00:00</ThresholdMetDateActual>
  <ThresholdType>Lifetime</ThresholdType>
</FeeCapStatusDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
�͐AN�0E�b͖4���I��(�.ʆ�V2�J��c�UՓu���1PDU�+v3~���������zx M�/�D�٢���h��oz���߰'�h�i�@r�M������*iY�,7�+���
	���o�������o�U�Kw;Bg�:O�]�3��@�����aӻ66��S�p[Ph�aMͷAKQ̋Ϡ����],��n0�<��}br�>t�v�k�z˄�f�x�}x�j�������zҦ��t�L���
�hp�

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, application/x-compressed-json

Sample:

Sample not available.