POST Clients/OrderBillingRate/Calculate
Request Information
URI Parameters
None.
Body Parameters
ClientOrderBillingRateDTOName | Description | Type | Additional information |
---|---|---|---|
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": {} }, "rootClientOrderBillingRateID": 1, "clientOrderBillingRateID": 2, "clientOrderID": 3, "clientID": 4, "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": 5, "businessUnitName": "sample string 6", "funderID": 7, "funderName": "sample string 8", "billingRateID": 9, "groupID": 1, "groupName": "sample string 10", "type": 2, "startDate": "2024-12-04T07:48:16.2981873+00:00", "stopDate": "2024-12-04T07:48:16.2981873+00:00", "usedInInvoice": true, "recordState": 1, "comments": "sample string 13", "created": { "dateUtc": "2024-12-04T07:48:16.2988052+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:48:16 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:48:16.2988052+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:48:16 AM" }, "summary": "ClientOrderBillingRateDTO", "billingRateHistory": { "billingRateHistory": [ { "billingRateAmount": 1.0, "startDate": "2024-12-04T07:48:16.2988052+00:00", "stopDate": "2024-12-04T07:48:16.2988052+00:00" }, { "billingRateAmount": 1.0, "startDate": "2024-12-04T07:48:16.2988052+00:00", "stopDate": "2024-12-04T07:48:16.2988052+00:00" } ] }, "clientOrderBillingRateActionType": 0, "vendorID": "sample string 14", "vendorInvoice": "sample string 15", "vendorItemDesc": "sample string 16", "isVendorInvoice": true, "paymentMethod": 10, "hasInAdvancedResidentFrequency": true, "finalizedInvoices": 18, "unfinalizedInvoices": 19 }
application/xml, text/xml
Sample:
<ClientOrderBillingRateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <BUID>5</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:48:16.2988052+00:00</StartDate> <StopDate>2024-12-04T07:48:16.2988052+00:00</StopDate> </BillingRateHistoryReferencesDTO> <BillingRateHistoryReferencesDTO> <BillingRateAmount>1</BillingRateAmount> <StartDate>2024-12-04T07:48:16.2988052+00:00</StartDate> <StopDate>2024-12-04T07:48:16.2988052+00:00</StopDate> </BillingRateHistoryReferencesDTO> </BillingRateHistory> </BillingRateHistory> <BillingRateID>9</BillingRateID> <BusinessUnitName>sample string 6</BusinessUnitName> <ClientID>4</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>2</ClientOrderBillingRateID> <ClientOrderID>3</ClientOrderID> <Comments>sample string 13</Comments> <Created> <DateUtc>2024-12-04T07:48:16.2988052+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <FunderID>7</FunderID> <FunderName>sample string 8</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 10</GroupName> <HasInAdvancedResidentFrequency>true</HasInAdvancedResidentFrequency> <IsVendorInvoice>true</IsVendorInvoice> <LastUpdated> <DateUtc>2024-12-04T07:48:16.2988052+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <PaymentMethod>Cash</PaymentMethod> <RecordState>Active</RecordState> <RootClientOrderBillingRateID>1</RootClientOrderBillingRateID> <StartDate>2024-12-04T07:48:16.2981873+00:00</StartDate> <StopDate>2024-12-04T07:48:16.2981873+00:00</StopDate> <Type>Fee</Type> <UsedInInvoice>true</UsedInInvoice> <VendorID>sample string 14</VendorID> <VendorInvoice>sample string 15</VendorInvoice> <VendorItemDesc>sample string 16</VendorItemDesc> <finalizedInvoices>18</finalizedInvoices> <unfinalizedInvoices>19</unfinalizedInvoices> </ClientOrderBillingRateDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� �T͎�0~�('���M�in� �ò��rA�x�k)���T��O�a�W`u�����f��͏g���ˋ���;j�O��eU���B����kD뽒u�L%�ySp�V1P�O�WK?�?;�h-��b/qwyO��%��yT`��\�A �����dL�Qr� p�q�AS�t����*K���oP��bP�K���9�ө=h.@���G�ly-�>κ��� w�ż~;���nu��f_A3>m�2�Fh> I|��0^��4N����̓(�M^�aZGmd�z����J�$��ǨPp�I�>�&�,K��jǚ)@"��axؘ�|�$������#��+��"r_�^�[��aZ�n*���srr��r}���;����Sϼ(e-�2�+���g�<����������bݬ ���d��C�گ�E;�)��@���9v�����k]*���q�A��",��X��;М!ᭂ/5�l�9�\Ђ�����p��OA��}{
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.