POST Billing/BillingRateTax?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
BillingRateTaxDTOName | Description | Type | Additional 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:13:54.6196388+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:13:54 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:13:54.6196388+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:13:54 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:13:54.6196388+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:13:54.6196388+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�IK�Nq�B� �A I[��ғ��H^�TA/������ܯ����U}�K�2yެAP������9{�p��bV�->�gEaU�%��r_� F�(��H*h,�|��E��A`蜲;iB8iZ���6l!�댑���PS#�f|6N�W7Zna����y[��;��H-hv
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |