POST Clients/OrderBillingRate/CalculateAgreedMaxDAC
Request Information
URI Parameters
None.
Body Parameters
ClientOrderBillingRateDailyAccommodationContributionDTOName | Description | Type | Additional information |
---|---|---|---|
MaximumInterestBillingRateID | integer |
None. |
|
MaximumInterestRateAmount | decimal number |
None. |
|
AdvisedMaximumDacAmount | decimal number |
None. |
|
MaximumRacAmount | decimal number |
None. |
|
AgreedMaximumDacAmount | decimal number |
None. |
|
AgreedAmount | decimal number |
None. |
|
RacReceivedAmount | decimal number |
None. |
|
RacReceivedAmountDate | date |
None. |
|
DacAmount | decimal number |
None. |
|
AccommodationDrawnDownAmount | decimal number |
None. |
|
AccommodationDrawnDownAmountDate | date |
None. |
|
IsDeducted | boolean |
None. |
|
InterestRateAmount | decimal number |
None. |
|
BedPriceAmount | decimal number |
None. |
|
ReceivedAmount | decimal number |
None. |
|
Amount | decimal number |
None. |
|
CalculateBasedOnAdvisedMaxDAC | boolean |
None. |
|
RootClientOrderBillingRateID | integer |
None. |
|
ClientOrderBillingRateID | integer |
None. |
|
ClientOrderID | integer |
None. |
|
ClientID | integer |
None. |
|
ClientName | NameDTO |
None. |
|
BUID | integer |
None. |
|
BusinessUnitName | string |
None. |
|
FunderID | integer |
None. |
|
FunderName | string |
None. |
|
BillingRateID | integer |
None. |
|
GroupID | integer |
None. |
|
GroupName | string |
None. |
|
Type | ClientOrderBillingRateType |
None. |
|
StartDate | date |
None. |
|
StopDate | date |
None. |
|
UsedInInvoice | boolean |
None. |
|
RecordState | RecordState |
None. |
|
Comments | string |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |
|
BillingRateHistory | BillingRateHistoryDTO |
None. |
|
ClientOrderBillingRateActionType | ClientOrderBillingRateActionType |
None. |
|
VendorID | string |
None. |
|
VendorInvoice | string |
None. |
|
VendorItemDesc | string |
None. |
|
IsVendorInvoice | boolean |
None. |
|
PaymentMethod | PaymentMethod |
None. |
|
HasInAdvancedResidentFrequency | boolean |
None. |
|
finalizedInvoices | integer |
None. |
|
unfinalizedInvoices | integer |
None. |
|
BillingRate | Dictionary of string [key] and Object [value] |
None. |
|
Group | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{ "billingRate": { "sample string 1": {}, "sample string 3": {} }, "group": { "sample string 1": {}, "sample string 3": {} }, "maximumInterestBillingRateID": 1, "maximumInterestRateAmount": 2.0, "advisedMaximumDacAmount": 3.0, "maximumRacAmount": 4.0, "agreedMaximumDacAmount": 5.0, "agreedAmount": 6.0, "racReceivedAmount": 7.0, "racReceivedAmountDate": "2024-12-04T07:46:32.9201089+00:00", "dacAmount": 8.0, "accommodationDrawnDownAmount": 9.0, "accommodationDrawnDownAmountDate": "2024-12-04T07:46:32.9201089+00:00", "isDeducted": true, "interestRateAmount": 11.0, "bedPriceAmount": 12.0, "receivedAmount": 7.0, "amount": 8.0, "calculateBasedOnAdvisedMaxDAC": true, "rootClientOrderBillingRateID": 14, "clientOrderBillingRateID": 15, "clientOrderID": 16, "clientID": 17, "clientName": { "lastName": "sample string 1", "firstName": "sample string 2", "preferredName": "sample string 3", "middleName": "sample string 4", "prefix": "sample string 5", "suffix": "sample string 6", "summary": "sample string 1, sample string 2 (sample string 3)" }, "buid": 18, "businessUnitName": "sample string 19", "funderID": 20, "funderName": "sample string 21", "billingRateID": 22, "groupID": 1, "groupName": "sample string 23", "type": 2, "startDate": "2024-12-04T07:46:32.9201089+00:00", "stopDate": "2024-12-04T07:46:32.9201089+00:00", "usedInInvoice": true, "recordState": 1, "comments": "sample string 26", "created": { "dateUtc": "2024-12-04T07:46:32.9201089+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:46:32 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:46:32.9201089+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:46:32 AM" }, "summary": "ClientOrderBillingRateDTO", "billingRateHistory": { "billingRateHistory": [ { "billingRateAmount": 1.0, "startDate": "2024-12-04T07:46:32.9201089+00:00", "stopDate": "2024-12-04T07:46:32.9201089+00:00" }, { "billingRateAmount": 1.0, "startDate": "2024-12-04T07:46:32.9201089+00:00", "stopDate": "2024-12-04T07:46:32.9201089+00:00" } ] }, "clientOrderBillingRateActionType": 0, "vendorID": "sample string 27", "vendorInvoice": "sample string 28", "vendorItemDesc": "sample string 29", "isVendorInvoice": true, "paymentMethod": 10, "hasInAdvancedResidentFrequency": true, "finalizedInvoices": 31, "unfinalizedInvoices": 32 }
application/xml, text/xml
Sample:
<ClientOrderBillingRateDailyAccommodationContributionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <BUID>18</BUID> <BillingRate xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> </BillingRate> <BillingRateHistory> <BillingRateHistory> <BillingRateHistoryReferencesDTO> <BillingRateAmount>1</BillingRateAmount> <StartDate>2024-12-04T07:46:32.9201089+00:00</StartDate> <StopDate>2024-12-04T07:46:32.9201089+00:00</StopDate> </BillingRateHistoryReferencesDTO> <BillingRateHistoryReferencesDTO> <BillingRateAmount>1</BillingRateAmount> <StartDate>2024-12-04T07:46:32.9201089+00:00</StartDate> <StopDate>2024-12-04T07:46:32.9201089+00:00</StopDate> </BillingRateHistoryReferencesDTO> </BillingRateHistory> </BillingRateHistory> <BillingRateID>22</BillingRateID> <BusinessUnitName>sample string 19</BusinessUnitName> <ClientID>17</ClientID> <ClientName> <FirstName>sample string 2</FirstName> <LastName>sample string 1</LastName> <MiddleName>sample string 4</MiddleName> <PreferredName>sample string 3</PreferredName> <Prefix>sample string 5</Prefix> <Suffix>sample string 6</Suffix> </ClientName> <ClientOrderBillingRateActionType>None</ClientOrderBillingRateActionType> <ClientOrderBillingRateID>15</ClientOrderBillingRateID> <ClientOrderID>16</ClientOrderID> <Comments>sample string 26</Comments> <Created> <DateUtc>2024-12-04T07:46:32.9201089+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <FunderID>20</FunderID> <FunderName>sample string 21</FunderName> <Group xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> </Group> <GroupID>1</GroupID> <GroupName>sample string 23</GroupName> <HasInAdvancedResidentFrequency>true</HasInAdvancedResidentFrequency> <IsVendorInvoice>true</IsVendorInvoice> <LastUpdated> <DateUtc>2024-12-04T07:46:32.9201089+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <PaymentMethod>Cash</PaymentMethod> <RecordState>Active</RecordState> <RootClientOrderBillingRateID>14</RootClientOrderBillingRateID> <StartDate>2024-12-04T07:46:32.9201089+00:00</StartDate> <StopDate>2024-12-04T07:46:32.9201089+00:00</StopDate> <Type>Fee</Type> <UsedInInvoice>true</UsedInInvoice> <VendorID>sample string 27</VendorID> <VendorInvoice>sample string 28</VendorInvoice> <VendorItemDesc>sample string 29</VendorItemDesc> <finalizedInvoices>31</finalizedInvoices> <unfinalizedInvoices>32</unfinalizedInvoices> <AccommodationDrawnDownAmount>9</AccommodationDrawnDownAmount> <AccommodationDrawnDownAmountDate>2024-12-04T07:46:32.9201089+00:00</AccommodationDrawnDownAmountDate> <AdvisedMaximumDacAmount>3</AdvisedMaximumDacAmount> <AgreedAmount>6</AgreedAmount> <AgreedMaximumDacAmount>5</AgreedMaximumDacAmount> <BedPriceAmount>12</BedPriceAmount> <CalculateBasedOnAdvisedMaxDAC>true</CalculateBasedOnAdvisedMaxDAC> <DacAmount>8</DacAmount> <InterestRateAmount>11</InterestRateAmount> <IsDeducted>true</IsDeducted> <MaximumInterestBillingRateID>1</MaximumInterestBillingRateID> <MaximumInterestRateAmount>2</MaximumInterestRateAmount> <MaximumRacAmount>4</MaximumRacAmount> <RacReceivedAmount>7</RacReceivedAmount> <RacReceivedAmountDate>2024-12-04T07:46:32.9201089+00:00</RacReceivedAmountDate> </ClientOrderBillingRateDailyAccommodationContributionDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� �U�r�0~�N0������-��!�&�\��i5cKF�ӆL����+ �vLȁ���}����6߿~۠�2.�g� J6H��� �FY0�,���]Z�^ɲ8�''O</�0�@��&�8EItd�Q.KaP�/�"l�5�ɳYJh�v[y�8�N� �|���zR�_5x�O}�q|�0���$�%]|9�a���0 C�A�I;�i)�y.1\�T�G��GQ�grFf�S`%5�PbT i�n��`�� ꛮښA~�5�d��l�b�3�ݘ��m�VIin3�Lu8�؆9�^��Ր���_oI�W9#�zmh-�:�b� ���V����9c��q�?Qז�岍�y*ωZ� j^��Yu-Jng �KsZ� ~�CׄRT��a���ײ��D0�N@�\�n�v 3��2�G��Y_mdq�yi�n,�b%��6�T��al�NWvS�q�nT�j�X��3��s���/��)�_�W.EP�F7Q��w�_�i��u�Χ�����9�M+�q�wQ��l;�*��+7���ϽLl+Lzm��vl��&���@����6C���a?г\ �v�y���r���N6͙5x��s ��k�%$�_�}@+���[)���:*�ف
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.