PUT FeeCapStatuses/FeeCapStatus/{feeCapStatusID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
feeCapStatusID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
FeeCapStatusDTOName | Description | Type | Additional 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-04T08:17:36.825806+00:00", "thresholdMet": true, "thresholdMetDate": "2024-12-04T08:17:36.825806+00:00", "thresholdMetDateActual": "2024-12-04T08:17:36.825806+00:00", "thresholdAmountExternal": 5.0, "thresholdAmountInternal": 6.0, "thresholdAmountInternalActual": 7.0, "recordState": 1, "created": { "dateUtc": "2024-12-04T08:17:36.825806+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:17:36 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:17:36.825806+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:17:36 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-04T08:17:36.825806+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-04T08:17:36.825806+00:00</d2p1:DateUtc> <d2p1:UserName>sample string 2</d2p1:UserName> </LastUpdated> <RecordState>Active</RecordState> <StartDate>2024-12-04T08:17:36.825806+00:00</StartDate> <ThresholdAmountExternal>5</ThresholdAmountExternal> <ThresholdAmountInternal>6</ThresholdAmountInternal> <ThresholdAmountInternalActual>7</ThresholdAmountInternalActual> <ThresholdMet>true</ThresholdMet> <ThresholdMetDate>2024-12-04T08:17:36.825806+00:00</ThresholdMetDate> <ThresholdMetDateActual>2024-12-04T08:17:36.825806+00:00</ThresholdMetDateActual> <ThresholdType>Lifetime</ThresholdType> </FeeCapStatusDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͐AN�0E�b͖4uL�F�E��.ʆ� �=�J��c�UՓ��H\��DU +v3������#<"ީ�ŰZ�,2�v��R#2��ǰ�i��@��B�࢜b�˖ײ���*�Ŭ�� �s�b�FI>���oNI�h���R�t}t��z�ij�_ѕ;��z>?O;u�M��#$�q, �#��ؐ�ٟ1��W]J$�n����{bb�!v��k�z� 1-����f�NXh3�� ��l{�X���x+���
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.