PUT Clients/OrderBillingRate/{clientOrderBillingRateID}/Replace
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientOrderBillingRateID | integer |
Required |
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-04T08:05:20.0103396+00:00", "stopDate": "2024-12-04T08:05:20.0103396+00:00", "usedInInvoice": true, "recordState": 1, "comments": "sample string 13", "created": { "dateUtc": "2024-12-04T08:05:20.0103396+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:05:20 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:05:20.0103396+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:05:20 AM" }, "summary": "ClientOrderBillingRateDTO", "billingRateHistory": { "billingRateHistory": [ { "billingRateAmount": 1.0, "startDate": "2024-12-04T08:05:20.0103396+00:00", "stopDate": "2024-12-04T08:05:20.0103396+00:00" }, { "billingRateAmount": 1.0, "startDate": "2024-12-04T08:05:20.0103396+00:00", "stopDate": "2024-12-04T08:05:20.0103396+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-04T08:05:20.0103396+00:00</StartDate> <StopDate>2024-12-04T08:05:20.0103396+00:00</StopDate> </BillingRateHistoryReferencesDTO> <BillingRateHistoryReferencesDTO> <BillingRateAmount>1</BillingRateAmount> <StartDate>2024-12-04T08:05:20.0103396+00:00</StartDate> <StopDate>2024-12-04T08:05:20.0103396+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-04T08:05:20.0103396+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-04T08:05:20.0103396+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <PaymentMethod>Cash</PaymentMethod> <RecordState>Active</RecordState> <RootClientOrderBillingRateID>1</RootClientOrderBillingRateID> <StartDate>2024-12-04T08:05:20.0103396+00:00</StartDate> <StopDate>2024-12-04T08:05:20.0103396+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�n�0�A�Q����͍Qԇ4@b��@����D�$e�5�e=��Y�It���F��>ĝ���?���O�Ԁ��}M˪ O��"t`lAD����W�()�M�A�;�@�;_.�4��$�H��b/Iw�H��K �����Ϲ:�F�V rP �S���ओ6�:�&H�:wQW U�T�� ޠG�͠��>>���O'��� �ׂ�?�V�kѾ�uwqj����G1k��ά9���`��UЌO�̢1��(9�s���4%�4"$$q<�:#$%6PY�B^k`K�[�3�1�4dR�Ӥ���e�&��V�X3(d�>k��ym��E��k�I��eriKxmno~k�i������1Ƚ���]�'8����c���tA��M��*��p��6��bլ ���d��C��_K�v.J&G��r:k��s����Ttg��̳D߅��3�K1g[*2`��9C�{_jٮ̹��f7�I�Nш�E�/���{
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.