POST Billing/BillingRate?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
BillingRateDTOName | Description | Type | Additional information |
---|---|---|---|
BillingRateID | integer |
None. |
|
BillingRateTableID | integer |
None. |
|
RootBillingRateID | integer |
None. |
|
TargetRootBillingRateID | integer |
None. |
|
Type | BillingRateType |
None. |
|
SubType | BillingRateSubTypeDTO |
None. |
|
SubTypeValue | BillingRateSubType |
None. |
|
TypeDescription | string |
None. |
|
CustomType | BillingRateCustomType |
None. |
|
CustomParentBillingRateID | integer |
None. |
|
ClientOrderID | integer |
None. |
|
StartDate | date |
None. |
|
StopDate | date |
None. |
|
Description | string |
None. |
|
PrintDescription | string |
None. |
|
BillingRateCode | string |
None. |
|
BillingRateAmount | decimal number |
None. |
|
ExpectedBillingRateAmount | decimal number |
None. |
|
BillingRateUnitType | BillingRateUnitType |
None. |
|
EffectiveTaxes | Collection of TaxBillingRateDTO |
None. |
|
CanBeDeleted | boolean |
None. |
|
BeingExpired | boolean |
None. |
|
Comments | string |
None. |
|
Props | Collection of Object |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
ReportingCodes | Collection of BillingRateReportingCodeDTO |
None. |
|
Taxes | Collection of SimpleBillingRateTaxDTO |
None. |
|
RecurrenceType | RecurrenceType |
None. |
|
OverrideRecurrence | boolean |
None. |
|
PreEntryBilling | boolean |
None. |
|
EnableRateAmountOverride | boolean |
None. |
|
GLCode | string |
None. |
|
LinkedBillingRateID | integer |
None. |
|
LinkedBillingRate | BillingRateDTO |
None. |
|
IsApplicableForFeeCapping | boolean |
None. |
|
IsCurrentRateInUse | boolean |
None. |
|
CreditedByBillingRateID | integer |
None. |
|
Summary | string |
None. |
|
BillingRateTableName | string |
None. |
|
RootBillingRateDescription | string |
None. |
|
TargetRootBillingRateDescription | string |
None. |
|
CustomParentBillingRateDescription | string |
None. |
|
ClientOrderDescription | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
Sample not available.
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. |