expense-items
Operations addressed under /expense-items — 26 operations.
create-expense-item
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_1 | 400 | EXPENSE_ITEM_FOUND |
ERR_EXPNS_19 | 400 | PARENT_CHILD_COMPATIBILITY_EXPENSE_TYPE |
ERR_EXPNS_2 | 400 | EXPENSE_ITEM_CODE_MUST_NOT_BE_NULL_OR_EMPTY |
ERR_EXPNS_53 | 400 | ENDDATE_CANNOT_BE_EARLIER_THAN_START_DATE |
create-expense-item › Request Body
accountingEntryDefinitionCodecodedescriptionendDateexpenseTypePermitted values — validated against the expense_type parameter.
| Value | Meaning |
|---|---|
1 | Commission |
2 | Expense |
3 | Fee |
Permitted values — validated against the expense_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Commission | no label seeded |
2 | Expense | no label seeded |
3 | Fee | no label seeded |
isAccrualisPartialCollectionnamestartDateparentExpenseItemIdcreate-expense-item › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-expense-item
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_3 | 400 | PARENT_EXPENSE_ITEM_MUST_NOT_BE_NULL |
ERR_EXPNS_4 | 400 | PARENT_EXPENSE_ITEM_MUST_NOT_BE_INACTIVE |
ERR_EXPNS_53 | 400 | ENDDATE_CANNOT_BE_EARLIER_THAN_START_DATE |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
path Parameters
idupdate-expense-item › Request Body
accountingEntryDefinitionCodedescriptionendDateexpenseTypePermitted values — validated against the expense_type parameter.
| Value | Meaning |
|---|---|
1 | Commission |
2 | Expense |
3 | Fee |
Permitted values — validated against the expense_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Commission | no label seeded |
2 | Expense | no label seeded |
3 | Fee | no label seeded |
isAccrualisActiveisPartialCollectionnamestartDateparentExpenseItemIdupdate-expense-item › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-expense-item
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_20 | 400 | FIRST_DELETE_CHILD_ITEM |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
path Parameters
iddelete-expense-item › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-expense-item-calculation-control-by-expense-item-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ExpenseItemCalculationControlByExpenseItemIdDto.
| Field | Declared type | Nullable |
|---|---|---|
ExpenseItemCalculationTypeId | Guid | no |
ExpenseItemCalculationRangeId | Guid | no |
CalculationType | int | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_24 | 400 | CURRENCY_ID_NOT_FOUND |
path Parameters
idquery Parameters
currencyNumbercustomerTypePermitted values — validated against the customer_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Individual | no label seeded |
2 | Corporate | no label seeded |
Permitted values — validated against the customer_type parameter.
| Value | Meaning |
|---|---|
1 | Individual |
2 | Corporate |
transactionAmountget-expense-item-calculation-control-by-expense-item-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
create-expense-item-calculation
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idcreate-expense-item-calculation › Request Body
calculationTypePermitted values — validated against the calculation_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Rate | no label seeded |
2 | Constant | no label seeded |
3 | Rate&Constant | no label seeded |
4 | Formula | no label seeded |
maxExpenseAmountminExpenseAmountruleEngineIdcreate-expense-item-calculation › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
get-expense-item-calculation-tax-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ExpenseItemCalculationTaxDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
TaxId | Guid? | yes |
TaxCondition | int? | yes |
IsActive | bool? | yes |
Member names are the service's declaration names.
path Parameters
idget-expense-item-calculation-tax-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
get-expense-calculation-tax
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ExpenseCalculationTaxDto>.
| Field | Declared type | Nullable |
|---|---|---|
TaxId | Guid? | yes |
TaxCondition | int? | yes |
TaxAmount | decimal? | yes |
MinTaxAmount | decimal? | yes |
MaxTaxAmount | decimal? | yes |
TaxRate | decimal? | yes |
Member names are the service's declaration names.
path Parameters
idquery Parameters
expenseAmountmaxExpenseAmountminExpenseAmountget-expense-calculation-tax › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
maxTaxAmountminTaxAmounttaxAmounttaxConditionPermitted values — validated against the tax_condition parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Include | no label seeded |
2 | Exclude | no label seeded |
taxIdtaxRatecreate-expense-item-calculation-tax
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_16 | 400 | TAX_NOT_FOUND |
ERR_EXPNS_48 | 400 | EXPENSE_CALCULATION_TAX_ALREADY_DEFINED |
ERR_EXPNS_49 | 400 | EXPENSE_CALCULATION_DUPLICATE_TAX_DEFINED |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
ERR_EXPNS_9 | 400 | EXPENSE_ITEM_MUST_NOT_BE_PASSIVE |
path Parameters
idcreate-expense-item-calculation-tax › Request Body
taxConditionPermitted values — validated against the tax_condition parameter.
| Value | Meaning |
|---|---|
1 | Include |
2 | Exclude |
Permitted values — validated against the tax_condition parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Include | no label seeded |
2 | Exclude | no label seeded |
taxIdcreate-expense-item-calculation-tax › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
update-expense-item-calculation-tax
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_16 | 400 | TAX_NOT_FOUND |
ERR_EXPNS_21 | 400 | EXPENSE_ITEM_CALCULATION_TAX_NOT_FOUND |
ERR_EXPNS_22 | 400 | EXPENSE_ITEM_CALCULATION_TAX_PASSIVE |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
ERR_EXPNS_9 | 400 | EXPENSE_ITEM_MUST_NOT_BE_PASSIVE |
path Parameters
idexpenseItemCalculationTaxIdupdate-expense-item-calculation-tax › Request Body
isActivetaxConditionPermitted values — validated against the tax_condition parameter.
| Value | Meaning |
|---|---|
1 | Include |
2 | Exclude |
Permitted values — validated against the tax_condition parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Include | no label seeded |
2 | Exclude | no label seeded |
taxIdupdate-expense-item-calculation-tax › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-expense-item-calculation-tax
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_21 | 400 | EXPENSE_ITEM_CALCULATION_TAX_NOT_FOUND |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
ERR_EXPNS_9 | 400 | EXPENSE_ITEM_MUST_NOT_BE_PASSIVE |
path Parameters
idexpenseItemCalculationTaxIddelete-expense-item-calculation-tax › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-expense-item-calculation-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ExpenseItemCalculationDto.
| Field | Declared type | Nullable |
|---|---|---|
ExpenseCalculations | List<ExpenseItemCalculationTypeItem> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
path Parameters
idquery Parameters
get-expense-item-calculation-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
create-expense-item-calculation-type
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CreateExpenseItemCalculationDto.
| Field | Declared type | Nullable |
|---|---|---|
ExpenseCalculationTypeItem | ExpenseCalculationTypeItem | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_47 | 400 | EXPENSE_CALCULATION_TYPE_ALREADY_DEFINED |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
ERR_EXPNS_9 | 400 | EXPENSE_ITEM_MUST_NOT_BE_PASSIVE |
path Parameters
idcreate-expense-item-calculation-type › Request Body
calculationTypePermitted values — validated against the calculation_type parameter.
| Value | Meaning |
|---|---|
1 | Rate |
2 | Constant |
3 | Rate&Constant |
4 | Formula |
Permitted values — validated against the calculation_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Rate | no label seeded |
2 | Constant | no label seeded |
3 | Rate&Constant | no label seeded |
4 | Formula | no label seeded |
formulaDefinitionIdcreate-expense-item-calculation-type › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-expense-calculation-amount-by-formula
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ExpenseCalculationAmountDto.
| Field | Declared type | Nullable |
|---|---|---|
ExpenseAmount | decimal? | yes |
MinExpenseAmount | decimal? | yes |
MaxExpenseAmount | decimal? | yes |
Member names are the service's declaration names.
path Parameters
idcalculationTypeIdget-expense-calculation-amount-by-formula › Request Body
amountcalculationRangeIdget-expense-calculation-amount-by-formula › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-expense-calculation-amount-for-constant
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ExpenseCalculationAmountDto.
| Field | Declared type | Nullable |
|---|---|---|
ExpenseAmount | decimal? | yes |
MinExpenseAmount | decimal? | yes |
MaxExpenseAmount | decimal? | yes |
Member names are the service's declaration names.
path Parameters
idcalculationTypeIdquery Parameters
amountcalculationRangeIdget-expense-calculation-amount-for-constant › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-expense-calculation-amount-for-constant-and-rate
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ExpenseCalculationAmountDto.
| Field | Declared type | Nullable |
|---|---|---|
ExpenseAmount | decimal? | yes |
MinExpenseAmount | decimal? | yes |
MaxExpenseAmount | decimal? | yes |
Member names are the service's declaration names.
path Parameters
idcalculationTypeIdquery Parameters
amountcalculationRangeIdget-expense-calculation-amount-for-constant-and-rate › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
expenseAmountmaxExpenseAmountminExpenseAmountget-expense-calculation-amount-for-rate
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ExpenseCalculationAmountDto.
| Field | Declared type | Nullable |
|---|---|---|
ExpenseAmount | decimal? | yes |
MinExpenseAmount | decimal? | yes |
MaxExpenseAmount | decimal? | yes |
Member names are the service's declaration names.
path Parameters
idcalculationTypeIdquery Parameters
amountcalculationRangeIdget-expense-calculation-amount-for-rate › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-expense-item-calculation-type
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_17 | 400 | EXPENSE_ITEM_CALCULATION_TYPE_NOT_FOUND |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
ERR_EXPNS_9 | 400 | EXPENSE_ITEM_MUST_NOT_BE_PASSIVE |
path Parameters
idexpenseItemCalculationTypeIdupdate-expense-item-calculation-type › Request Body
calculationTypePermitted values — validated against the calculation_type parameter.
| Value | Meaning |
|---|---|
1 | Rate |
2 | Constant |
3 | Rate&Constant |
4 | Formula |
Permitted values — validated against the calculation_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Rate | no label seeded |
2 | Constant | no label seeded |
3 | Rate&Constant | no label seeded |
4 | Formula | no label seeded |
isActiveformulaDefinitionIdupdate-expense-item-calculation-type › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-expense-item-calculation-type
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_17 | 400 | EXPENSE_ITEM_CALCULATION_TYPE_NOT_FOUND |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
path Parameters
idexpenseItemCalculationTypeIddelete-expense-item-calculation-type › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
create-expense-item-calculation-range
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_14 | 400 | CALCULATION_TYPE_NOT_FOUND |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
ERR_EXPNS_9 | 400 | EXPENSE_ITEM_MUST_NOT_BE_PASSIVE |
path Parameters
idexpenseItemCalculationTypeIdcreate-expense-item-calculation-range › Request Body
currencyNumbermaxExpenseAmountmaxTranAmountminExpenseAmountminTranAmountconstantExpensemaxConstantExpensemaxRateminConstantExpenseminRateratecreate-expense-item-calculation-range › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
update-expense-item-calculation-range
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_17 | 400 | EXPENSE_ITEM_CALCULATION_TYPE_NOT_FOUND |
ERR_EXPNS_18 | 400 | EXPENSE_ITEM_CALCULATION_RANGE_NOT_FOUND |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
ERR_EXPNS_9 | 400 | EXPENSE_ITEM_MUST_NOT_BE_PASSIVE |
path Parameters
idexpenseItemCalculationTypeIdexpenseItemCalculationRangeIdupdate-expense-item-calculation-range › Request Body
currencyNumberisActivemaxExpenseAmountmaxTranAmountminExpenseAmountminTranAmountconstantExpensemaxConstantExpensemaxRateminConstantExpenseminRaterateupdate-expense-item-calculation-range › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-expense-item-calculation-range
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_17 | 400 | EXPENSE_ITEM_CALCULATION_TYPE_NOT_FOUND |
ERR_EXPNS_18 | 400 | EXPENSE_ITEM_CALCULATION_RANGE_NOT_FOUND |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
ERR_EXPNS_9 | 400 | EXPENSE_ITEM_MUST_NOT_BE_PASSIVE |
path Parameters
idexpenseItemCalculationTypeIdexpenseItemCalculationRangeIddelete-expense-item-calculation-range › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
create-expense-item-customer-type
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_35 | 400 | EXPENSE_CALCULATION_NOT_FOUND |
ERR_EXPNS_46 | 400 | EXPENSE_ITEM_CUSTOMER_TYPE_ALREADY_DEFINED |
ERR_EXPNS_5 | 400 | PARENT_CHILD_COMPATIBILITY_CUSTOMER_TYPE |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
ERR_EXPNS_9 | 400 | EXPENSE_ITEM_MUST_NOT_BE_PASSIVE |
path Parameters
idexpenseItemCalculationTypeIdcreate-expense-item-customer-type › Request Body
customerTypePermitted values — validated against the customer_type parameter.
| Value | Meaning |
|---|---|
1 | Individual |
2 | Corporate |
Permitted values — validated against the customer_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Individual | no label seeded |
2 | Corporate | no label seeded |
create-expense-item-customer-type › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
delete-expense-item-customer-type
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_13 | 400 | EXPENSE_ITEM_CUSTOMER_TYPE_NOT_FOUND |
ERR_EXPNS_17 | 400 | EXPENSE_ITEM_CALCULATION_TYPE_NOT_FOUND |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
ERR_EXPNS_9 | 400 | EXPENSE_ITEM_MUST_NOT_BE_PASSIVE |
path Parameters
idexpenseItemCalculationTypeIdexpenseItemCustomerTypeIddelete-expense-item-customer-type › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
update-expense-item-currency
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idexpenseItemCurrencyIdupdate-expense-item-currency › Request Body
currencyNumberisActiveupdate-expense-item-currency › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
update-expense-item-customer-type
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_13 | 400 | EXPENSE_ITEM_CUSTOMER_TYPE_NOT_FOUND |
ERR_EXPNS_5 | 400 | PARENT_CHILD_COMPATIBILITY_CUSTOMER_TYPE |
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
ERR_EXPNS_9 | 400 | EXPENSE_ITEM_MUST_NOT_BE_PASSIVE |
path Parameters
idcustomerTypeIdupdate-expense-item-customer-type › Request Body
customerTypePermitted values — validated against the customer_type parameter.
| Value | Meaning |
|---|---|
1 | Individual |
2 | Corporate |
Permitted values — validated against the customer_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Individual | no label seeded |
2 | Corporate | no label seeded |
expenseItemCalculationTypeIdisActiveupdate-expense-item-customer-type › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
has-expense-item-usage
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns bool, a scalar rather than an object. There is no field tree below because there are no fields: the body is the JSON literal true or false. This is a complete answer read from the declaration, not a gap.
path Parameters
idhas-expense-item-usage › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.