PUT Billing/BillingRateTax/{billingRateTaxID}?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
billingRateTaxID

integer

Required

validateOnly

boolean

Default value is False

Body Parameters

BillingRateTaxDTO
NameDescriptionTypeAdditional information
BillingRateTaxID

integer

None.

ParentBillingRateID

integer

None.

ParentTaxBillingRateID

integer

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Request Formats

application/json, text/json

Sample:
{
  "billingRateTaxID": 1,
  "parentBillingRateID": 2,
  "parentTaxBillingRateID": 3,
  "recordState": 1,
  "created": {
    "dateUtc": "2024-12-04T08:07:12.1014512+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:07:12 AM"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T08:07:12.1014512+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:07:12 AM"
  }
}

application/xml, text/xml

Sample:
<BillingRateTaxDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Billings.Models">
  <BillingRateTaxID>1</BillingRateTaxID>
  <Created xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
    <d2p1:DateUtc>2024-12-04T08:07:12.1014512+00:00</d2p1:DateUtc>
    <d2p1:UserName>sample string 2</d2p1:UserName>
  </Created>
  <LastUpdated xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
    <d2p1:DateUtc>2024-12-04T08:07:12.1014512+00:00</d2p1:DateUtc>
    <d2p1:UserName>sample string 2</d2p1:UserName>
  </LastUpdated>
  <ParentBillingRateID>2</ParentBillingRateID>
  <ParentTaxBillingRateID>3</ParentTaxBillingRateID>
  <RecordState>Active</RecordState>
</BillingRateTaxDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
�͎A
�0E�fk��Q�SܸЅ��m�BҖ$��d.<�W0E����7�?�뭃ciLY��*�T�7k��B�������<�}�)����ɳ"w:�dEY�AG.�).$�%�c�L�!JD��z�v����6F\�"<J�Z���ב�"�O�d� �n��BO�(����w�`��,v

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.