Download OpenAPI specification:Download
This Swagger documentation contains STAQR Commerce API v2 endpoints
Create a new AccountingPeriod
the AccountingPeriod input object
| startDate | string <date-time> Indicate the start date |
| endDate | string <date-time> Indicate the end date |
| subAccountingPeriodType | string Indicate the SubAccountingPeriod type |
| regularUserLockOption | string Indicate the RegularUserLockOption |
| customLockNumberDays | integer <int32> Indicate the CustomLockNumberDays |
| customLockOption | string Indicate the CustomLockOption |
| accountingOperationAction | string Indicate the AccountingOperationAction |
| forceCustomDay | integer <int32> Indicate the ForceCustomDay |
| forceOption | string Indicate the ForceOption |
| fiscalYear | string Indicate the fiscal year |
| useSubAccountingPeriods | boolean Indicate if use SubAccountingPeriods |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "subAccountingPeriodType": "string",
- "regularUserLockOption": "string",
- "customLockNumberDays": 0,
- "customLockOption": "string",
- "accountingOperationAction": "string",
- "forceCustomDay": 0,
- "forceOption": "string",
- "fiscalYear": "string",
- "useSubAccountingPeriods": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update an AccountingPeriod
| fiscalYear required | string fiscalYear of the Invoice |
the AccountingPeriod input object
| startDate | string <date-time> Indicate the start date |
| endDate | string <date-time> Indicate the end date |
| subAccountingPeriodType | string Indicate the SubAccountingPeriod type |
| regularUserLockOption | string Indicate the RegularUserLockOption |
| customLockNumberDays | integer <int32> Indicate the CustomLockNumberDays |
| customLockOption | string Indicate the CustomLockOption |
| accountingOperationAction | string Indicate the AccountingOperationAction |
| forceCustomDay | integer <int32> Indicate the ForceCustomDay |
| forceOption | string Indicate the ForceOption |
| fiscalYear | string Indicate the fiscal year |
| useSubAccountingPeriods | boolean Indicate if use SubAccountingPeriods |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "subAccountingPeriodType": "string",
- "regularUserLockOption": "string",
- "customLockNumberDays": 0,
- "customLockOption": "string",
- "accountingOperationAction": "string",
- "forceCustomDay": 0,
- "forceOption": "string",
- "fiscalYear": "string",
- "useSubAccountingPeriods": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Assign an account operation to a customer
| id required | integer <int64> Account operation id |
Customer account
object (CustomerAccount) Customer account | |||||
| |||||
{- "customerAccount": {
- "code": "string",
- "id": 0
}
}set the accountingDate field by the value of transactionDate, and set account operations status to POSTED
| property name* additional property | Array of integers <int64> unique [ items <int64 > ] |
{- "property1": [
- 0
], - "property2": [
- 0
]
}Process matching for AccountOperations
required | Array of objects (AccountOperationAndSequence) List of AccountOperation and Sequence for matching | ||||
Array
| |||||
{- "accountOperations": [
- {
- "sequence": 0,
- "id": 0
}
]
}set the accountingDate field by the value of transactionDate, and set account operations status to POSTED
| property name* additional property | Array of integers <int64> unique [ items <int64 > ] |
{- "property1": [
- 0
], - "property2": [
- 0
]
}Process unMatching for AccountOperations
required | Array of objects (UnMatchingAccountOperationDetail) List of AccountOperation for matching | ||||
Array
| |||||
{- "accountOperations": [
- {
- "matchingAmountIds": [
- 0
], - "id": 0
}
]
}Create a defferal Payment
Deferral Payments information
| paymentDate | string <date-time> |
| paymentMethod | string |
| accountOperationId | integer <int64> |
{- "paymentDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "accountOperationId": 0
}Create Security Deposit settings
Security Deposit Settings
object (OpenOrderSettingInput) | |
| maxAmountPerSecurityDeposit | number |
| maxAmountPerCustomer | number |
| auxiliaryAccountCodeEl | string Auxiliary account code El |
| auxiliaryAccountLabelEl | string Auxiliary account label El |
| activateDunning | boolean Activate dunning |
| useSecurityDeposit | boolean use security deposit |
| autoRefund | boolean Auto refund |
| useAuxiliaryAccounting | boolean Use auxiliary accounting |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "openOrderSetting": {
- "useOpenOrders": true,
- "applyMaximumValidity": true,
- "applyMaximumValidityValue": 0,
- "defineMaximumValidity": true,
- "defineMaximumValidityValue": 0,
- "applyMaximumValidityUnit": "Days",
- "useManagmentValidationForOOQuotation": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "maxAmountPerSecurityDeposit": 0,
- "maxAmountPerCustomer": 0,
- "auxiliaryAccountCodeEl": "string",
- "auxiliaryAccountLabelEl": "string",
- "activateDunning": true,
- "useSecurityDeposit": true,
- "autoRefund": true,
- "useAuxiliaryAccounting": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update Security Deposit settings
| id required | integer <int64> contain the code of Security deposit settings te be updated by its id |
Security Deposit Settings
object (OpenOrderSettingInput) | |
| maxAmountPerSecurityDeposit | number |
| maxAmountPerCustomer | number |
| auxiliaryAccountCodeEl | string Auxiliary account code El |
| auxiliaryAccountLabelEl | string Auxiliary account label El |
| activateDunning | boolean Activate dunning |
| useSecurityDeposit | boolean use security deposit |
| autoRefund | boolean Auto refund |
| useAuxiliaryAccounting | boolean Use auxiliary accounting |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "openOrderSetting": {
- "useOpenOrders": true,
- "applyMaximumValidity": true,
- "applyMaximumValidityValue": 0,
- "defineMaximumValidity": true,
- "defineMaximumValidityValue": 0,
- "applyMaximumValidityUnit": "Days",
- "useManagmentValidationForOOQuotation": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "maxAmountPerSecurityDeposit": 0,
- "maxAmountPerCustomer": 0,
- "auxiliaryAccountCodeEl": "string",
- "auxiliaryAccountLabelEl": "string",
- "activateDunning": true,
- "useSecurityDeposit": true,
- "autoRefund": true,
- "useAuxiliaryAccounting": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Cancel Security Deposit
| id required | integer <int64> contain the code of Security deposit te be canceled by its id |
Security Deposit input
| cancelReason | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "cancelReason": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create a Security Deposit
Security Deposit input
| description | string |
object (Resource) | |
| status | string Enum: "DRAFT" "LOCKED" "UNLOCKED" "AUTO_REFUND" "REFUNDED" "CANCELED" "HOLD" "VALIDATED" |
| validityPeriod | integer <int32> |
| validityPeriodUnit | string Enum: "DAYS" "MONTHS" "WEEKS" "YEARS" |
| refundReason | string |
required | object (Resource) |
object (Resource) | |
| externalReference | string |
object (Resource) | |
required | object (Resource) |
| amount | number |
| cancelReason | string |
| currentBalance | number |
object (Resource) | |
| validityDate | string <date-time> |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "currency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "DRAFT",
- "validityPeriod": 0,
- "validityPeriodUnit": "DAYS",
- "refundReason": "string",
- "template": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "subscription": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "externalReference": "string",
- "customerAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "billingAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "amount": 0,
- "cancelReason": "string",
- "currentBalance": 0,
- "serviceInstance": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "validityDate": "2019-08-24T14:15:22Z",
- "linkedInvoice": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Credit Security Deposit
| id required | integer <int64> contain the code of Security deposit te be credited by its id |
Security Deposit input
| reference required | string |
| amountToCredit required | number |
| isToMatching required | boolean |
| paymentInfo required | string |
| paymentInfo1 required | string |
| paymentInfo2 required | string |
| paymentInfo3 required | string |
| paymentInfo4 required | string |
| paymentInfo5 required | string |
| paymentMethod required | string Enum: "CHECK" "DIRECTDEBIT" "WIRETRANSFER" "CARD" "PAYPAL" "STRIPE" "CASH" |
| customerAccountCode required | string |
| occTemplateCode required | string |
| bankLot required | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "reference": "string",
- "amountToCredit": 0,
- "isToMatching": true,
- "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentMethod": "CHECK",
- "customerAccountCode": "string",
- "occTemplateCode": "string",
- "bankLot": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Instantiate Security Deposit
Security Deposit input
| description | string |
object (Resource) | |
| status | string Enum: "DRAFT" "LOCKED" "UNLOCKED" "AUTO_REFUND" "REFUNDED" "CANCELED" "HOLD" "VALIDATED" |
| validityPeriod | integer <int32> |
| validityPeriodUnit | string Enum: "DAYS" "MONTHS" "WEEKS" "YEARS" |
| refundReason | string |
required | object (Resource) |
object (Resource) | |
| externalReference | string |
object (Resource) | |
required | object (Resource) |
| amount | number |
| cancelReason | string |
| currentBalance | number |
object (Resource) | |
| validityDate | string <date-time> |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "currency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "DRAFT",
- "validityPeriod": 0,
- "validityPeriodUnit": "DAYS",
- "refundReason": "string",
- "template": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "subscription": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "externalReference": "string",
- "customerAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "billingAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "amount": 0,
- "cancelReason": "string",
- "currentBalance": 0,
- "serviceInstance": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "validityDate": "2019-08-24T14:15:22Z",
- "linkedInvoice": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Pay invoice manually with Security Deposit
| id required | integer <int64> contain the code of Security deposit te be the invoice with it |
Security Deposit input
| amount required | number |
required | object (Resource) |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "amount": 0,
- "accountOperation": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Refund Security Deposit
| id required | integer <int64> contain the code of Security deposit te be refunded by its id |
Security Deposit input
| refundReason | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "refundReason": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update Security Deposit
| id required | integer <int64> contain the code of Security deposit te be updated by its id |
Security Deposit input
| description | string |
object (Resource) | |
| status | string Enum: "DRAFT" "LOCKED" "UNLOCKED" "AUTO_REFUND" "REFUNDED" "CANCELED" "HOLD" "VALIDATED" |
| validityPeriod | integer <int32> |
| validityPeriodUnit | string Enum: "DAYS" "MONTHS" "WEEKS" "YEARS" |
| refundReason | string |
required | object (Resource) |
object (Resource) | |
| externalReference | string |
object (Resource) | |
required | object (Resource) |
| amount | number |
| cancelReason | string |
| currentBalance | number |
object (Resource) | |
| validityDate | string <date-time> |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "currency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "DRAFT",
- "validityPeriod": 0,
- "validityPeriodUnit": "DAYS",
- "refundReason": "string",
- "template": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "subscription": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "externalReference": "string",
- "customerAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "billingAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "amount": 0,
- "cancelReason": "string",
- "currentBalance": 0,
- "serviceInstance": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "validityDate": "2019-08-24T14:15:22Z",
- "linkedInvoice": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create Security Deposit template
Security Deposit Template
object (Resource) | |
| status required | string Enum: "DRAFT" "ACTIVE" "ARCHIVED" The Status |
| maxAmount | number The Max Amount |
| minAmount | number The Min Amount |
| templateName required | string The Template Name |
| allowValidityDate | boolean The Allow Validity Date |
| allowValidityPeriod | boolean The Allow Validity Period |
| numberOfInstantiation | integer <int32> The Number Of Instantiation |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "currency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "DRAFT",
- "maxAmount": 0,
- "minAmount": 0,
- "templateName": "string",
- "allowValidityDate": true,
- "allowValidityPeriod": true,
- "numberOfInstantiation": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update Security Deposit template
| id required | integer <int64> contain the code of Security deposit template te be updated by its id |
Security Deposit template
object (Resource) | |
| status required | string Enum: "DRAFT" "ACTIVE" "ARCHIVED" The Status |
| maxAmount | number The Max Amount |
| minAmount | number The Min Amount |
| templateName required | string The Template Name |
| allowValidityDate | boolean The Allow Validity Date |
| allowValidityPeriod | boolean The Allow Validity Period |
| numberOfInstantiation | integer <int32> The Number Of Instantiation |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "currency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "DRAFT",
- "maxAmount": 0,
- "minAmount": 0,
- "templateName": "string",
- "allowValidityDate": true,
- "allowValidityPeriod": true,
- "numberOfInstantiation": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Change status of Security Deposit Template
Security Deposit template List
| status required | string |
required | Array of objects (Resource) |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "status": "string",
- "securityDepositTemplates": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create Global settings
Global settings
object (QuoteSettings) | |
object (Dunning) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "quoteSettings": {
- "quoteDefaultValidityDelay": 0
}, - "dunning": {
- "activateDunning": true
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update Global settings
| id required | integer <int64> Global settings id |
Global settings
object (QuoteSettings) | |
object (Dunning) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "quoteSettings": {
- "quoteDefaultValidityDelay": 0
}, - "dunning": {
- "activateDunning": true
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create Open Order settings
Open Order settings
| useOpenOrders | boolean |
| applyMaximumValidity | boolean |
| applyMaximumValidityValue | integer <int32> |
| defineMaximumValidity | boolean |
| defineMaximumValidityValue | integer <int32> |
| applyMaximumValidityUnit | string Enum: "Days" "Weeks" "Months" "Years" |
| useManagmentValidationForOOQuotation | boolean |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "useOpenOrders": true,
- "applyMaximumValidity": true,
- "applyMaximumValidityValue": 0,
- "defineMaximumValidity": true,
- "defineMaximumValidityValue": 0,
- "applyMaximumValidityUnit": "Days",
- "useManagmentValidationForOOQuotation": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}mark account operation as exported
id of the Invoice
| status | string Enum: "POSTED" "REJECTED" "EXPORTED" "EXPORT_FAILED" new status of account operations |
| accountOperations | Array of integers <int64> [ items <int64 > ] ids of account operations to update |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "status": "POSTED",
- "accountOperations": [
- 0
], - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create invoice lines
| id required | integer <int64> id of the Invoice |
invoice lines to create
| skipValidation | boolean Indicate if the invoice line will skip validation |
Array of objects (InvoiceLine) |
{- "skipValidation": true,
- "invoiceLines": [
- {
- "description": "string",
- "status": "possible value are: OPEN, BILLED, REJECTED, RERATED, CANCELED",
- "label": "string",
- "serviceInstanceCode": "string",
- "serviceTemplateCode": "string",
- "productVersionId": 0,
- "offerServiceTemplateId": 0,
- "billingRunId": 0,
- "taxAccountingCode": "string",
- "billingAccountCode": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "discountRate": 0,
- "taxMode": "string",
- "taxCode": "string",
- "quantity": 0,
- "valueDate": "2019-08-24T14:15:22Z",
- "unitPrice": 0,
- "orderRef": "string",
- "commercialOrderId": 0,
- "orderLotCode": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "orderNumber": "string",
- "productCode": "string",
- "accountingArticleCode": "string",
- "accessPoint": "string",
- "rawAmount": 0,
- "prestation": "string",
- "offerTemplateCode": "string",
- "subscriptionCode": "string",
- "taxRecalculated": true,
- "taxRate": 0,
- "invoiceId": 0,
- "discountAmount": 0,
- "discountPlanCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
]
}Remove invoice line
| id required | integer <int64> id of the Invoice |
invoice lines to remove
| ids | Array of integers <int64> [ items <int64 > ] |
| skipValidation | boolean |
{- "ids": [
- 0
], - "skipValidation": true
}This API will allow creating adjustment based on an existing validated invoice.
Either can we choose specific invoice lines from a specific invoice or the whole invoice to be used on the newly created adjustment.
| id required | integer <int64> id of the Invoice |
InvoiceLines to replicate
| globalAdjustment | boolean |
| invoiceLinesIds | Array of integers <int64> [ items <int64 > ] Containing list of invoice line Ids to replicate in the new adjustment. |
{- "globalAdjustment": true,
- "invoiceLinesIds": [
- 0
]
}duplicate invoice with the new status
| invoicId required | integer <int64> |
{- "actionStatus": {
- "status": "possible value are : SUCCESS, FAIL",
- "errorCode": { },
- "message": "string",
- "entityId": 0,
- "entityCode": "string",
- "nrAffected": 0
}, - "paging": {
- "fullTextFilter": "string",
- "filters": "<ul>\r\n<li>invoice number equals '1578AU': Filter key: invoiceNumber. Filter value: 1578AU</li>\r\n<li>invoice number is not '1578AU': Filter key: ne invoiceNumber. Filter value: 1578AU</li>\r\n<li>invoice number is null: Filter key: invoiceNumber. Filter value: IS_NULL</li>\r\n<li>invoice number is not empty: Filter key: invoiceNumber. Filter value: IS_NOT_NULL</li>\r\n<li>Invoice date is between 2017-05-01 and 2017-06-01: Filter key: fromRange invoiceDate. Filter value: 2017-05-01 Filter key: toRange invoiceDate. Filter value:\r\n2017-06-01</li>\r\n<li>Date is between creation and update dates: Filter key: minmaxRange audit.created audit.updated. Filter value: 2017-05-25</li>\r\n<li>invoice number is any of 158AU, 159KU or 189LL: Filter key: inList invoiceNumber. Filter value: 158AU,159KU,189LL</li>\r\n<li>any of param1, param2 or param3 fields contains 'energy': Filter key: wildcardOr param1 param2 param3. Filter value: energy</li>\r\n<li>any of param1, param2 or param3 fields start with 'energy': Filter key: likeCriterias param1 param2 param3. Filter value: *energy</li>\r\n<li>any of param1, param2 or param3 fields is 'energy': Filter key: likeCriterias param1 param2 param3. Filter value: energy</li>\r\n</ul>",
- "fields": "string",
- "offset": 0,
- "limit": 0,
- "sortBy": "string",
- "sortOrder": "ASCENDING",
- "multiSortOrder": "string",
- "totalNumberOfRecords": 0,
- "loadReferenceDepth": 0
}, - "invoices": [
- {
- "invoiceId": 0,
- "invoiceType": "string",
- "billingAccountCode": "string",
- "sellerCode": "string",
- "subscriptionCode": "string",
- "subscriptionId": 0,
- "orderNumber": "string",
- "status": "possible value are : NEW, SUSPECT, REJECTED, DRAFT, CANCELED, VALIDATED",
- "dueDate": "2019-08-24T14:15:22Z",
- "invoiceDate": "2019-08-24T14:15:22Z",
- "categoryInvoiceAgregates": [
- {
- "categoryInvoiceCode": "string",
- "description": "string",
- "userAccountCode": "string",
- "itemNumber": 0,
- "amountWithoutTax": 0,
- "amountTax": 0,
- "amountWithTax": 0,
- "listSubCategoryInvoiceAgregateDto": [
- {
- "itemNumber": 0,
- "accountingCode": "string",
- "description": "string",
- "quantity": 0,
- "amountWithoutTax": 0,
- "amountTax": 0,
- "amountWithTax": 0,
- "invoiceSubCategoryCode": "string",
- "userAccountCode": "string",
- "amountsByTax": [
- {
- "amountWithoutTax": 0,
- "amountWithTax": 0,
- "amountTax": 0,
- "tax": {
- "id": null,
- "code": null,
- "description": null,
- "updatedCode": null,
- "percent": null,
- "accountingCode": null,
- "languageDescriptions": [ ],
- "customFields": null,
- "composite": null,
- "subTaxes": [ ]
}
}
], - "ratedTransactions": [
- {
- "usageDate": "2019-08-24T14:15:22Z",
- "unitAmountWithoutTax": 0,
- "unitAmountWithTax": 0,
- "unitAmountTax": 0,
- "quantity": 0,
- "inputQuantity": 0,
- "rawAmountWithoutTax": 0,
- "rawAmountWithTax": 0,
- "amountWithoutTax": 0,
- "amountWithTax": 0,
- "amountTax": 0,
- "code": "string",
- "status": "possible value are: OPEN, BILLED, REJECTED, RERATED, CANCELED",
- "description": "string",
- "unityDescription": "string",
- "priceplanCode": "string",
- "doNotTriggerInvoicing": false,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "parameter1": "string",
- "parameter2": "string",
- "parameter3": "string",
- "userAccountCode": "string",
- "taxCode": "string",
- "taxPercent": 0,
- "invoiceSubCategoryCode": "string",
- "sellerCode": "string",
- "billingAccountCode": "string",
- "taxClassCode": "string",
- "inputUnitOfMeasure": "string",
- "ratingUnitOfMeasure": "string",
- "sortIndex": 0
}
]
}
], - "discountAggregates": [
- {
- "itemNumber": 0,
- "accountingCode": "string",
- "description": "string",
- "quantity": 0,
- "amountWithoutTax": 0,
- "amountTax": 0,
- "amountWithTax": 0,
- "invoiceSubCategoryCode": "string",
- "userAccountCode": "string",
- "amountsByTax": [
- {
- "amountWithoutTax": 0,
- "amountWithTax": 0,
- "amountTax": 0,
- "tax": {
- "id": null,
- "code": null,
- "description": null,
- "updatedCode": null,
- "percent": null,
- "accountingCode": null,
- "languageDescriptions": [ ],
- "customFields": null,
- "composite": null,
- "subTaxes": [ ]
}
}
], - "ratedTransactions": [
- {
- "usageDate": "2019-08-24T14:15:22Z",
- "unitAmountWithoutTax": 0,
- "unitAmountWithTax": 0,
- "unitAmountTax": 0,
- "quantity": 0,
- "inputQuantity": 0,
- "rawAmountWithoutTax": 0,
- "rawAmountWithTax": 0,
- "amountWithoutTax": 0,
- "amountWithTax": 0,
- "amountTax": 0,
- "code": "string",
- "status": "possible value are: OPEN, BILLED, REJECTED, RERATED, CANCELED",
- "description": "string",
- "unityDescription": "string",
- "priceplanCode": "string",
- "doNotTriggerInvoicing": false,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "parameter1": "string",
- "parameter2": "string",
- "parameter3": "string",
- "userAccountCode": "string",
- "taxCode": "string",
- "taxPercent": 0,
- "invoiceSubCategoryCode": "string",
- "sellerCode": "string",
- "billingAccountCode": "string",
- "taxClassCode": "string",
- "inputUnitOfMeasure": "string",
- "ratingUnitOfMeasure": "string",
- "sortIndex": 0
}
], - "discountPlanItemCode": "string",
- "discountPercent": 0
}
]
}
], - "taxAggregates": [
- {
- "description": "string",
- "itemNumber": 0,
- "amountWithoutTax": 0,
- "amountTax": 0,
- "amountWithTax": 0,
- "taxCode": "string",
- "taxPercent": 0,
- "accountingCode": "string"
}
], - "listInvoiceIdToLink": [
- 0
], - "invoiceNumber": "string",
- "discount": 0,
- "amountWithoutTax": 0,
- "amountTax": 0,
- "amountWithTax": 0,
- "paymentMethod": "possible value are : CHECK, DIRECTDEBIT, WIRETRANSFER, CARD, PAYPAL, STRIPE, CASH",
- "xmlFilename": "string",
- "xml": "string",
- "pdfFilename": "string",
- "pdf": [
- "string"
], - "autoValidation": true,
- "returnXml": true,
- "returnPdf": true,
- "sendByEmail": true,
- "includeBalance": true,
- "recordedInvoiceDto": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- {
- "matchingCode": "string",
- "matchingAmount": 0,
- "matchingCodes": {
- "matchingCode": [
- {
- "code": null,
- "matchingType": null,
- "matchingDate": null,
- "matchingAmountCredit": null,
- "matchingAmountDebit": null
}
]
}
}
]
}, - "otherCreditAndCharge": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- {
- "matchingCode": "string",
- "matchingAmount": 0,
- "matchingCodes": {
- "matchingCode": [
- null
]
}
}
]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- {
- "matchingCode": "string",
- "matchingAmount": 0,
- "matchingCodes": {
- "matchingCode": [ ]
}
}
]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- null
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": null,
- "property2": null
}, - "entityReferenceValue": {
- "classname": null,
- "code": null,
- "empty": null
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": null,
- "code": null,
- "description": null,
- "updatedCode": null,
- "singleValue": null,
- "listValue": [ ],
- "mapValue": { }
}, - "urlReferenceValue": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- null
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- null
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": null,
- "property2": null
}, - "entityReferenceValue": {
- "classname": null,
- "code": null,
- "empty": null
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": null,
- "code": null,
- "description": null,
- "updatedCode": null,
- "singleValue": null,
- "listValue": [ ],
- "mapValue": { }
}, - "urlReferenceValue": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- null
]
}
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- {
- "customerAccountCode": "string",
- "sellerCode": "string",
- "customerCode": "string",
- "customerAccountName": "string",
- "operationDate": "2019-08-24T14:15:22Z",
- "updatedStatusDate": "2019-08-24T14:15:22Z",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "amountCts": 0,
- "syncStatus": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "asyncStatus": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "status": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "externalPaymentId": "string",
- "errorCode": "string",
- "errorMessage": "string",
- "errorType": "possible value are : ERROR, REJECT",
- "paymentGatewayCode": "string",
- "paymentMethodType": "possible value are : CHECK, DIRECTDEBIT, WIRETRANSFER, CARD, PAYPAL, STRIPE, CASH",
- "paymentMethodName": "string",
- "operationCategory": "possible valye are : DEBIT, CREDIT",
- "payment": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [ ]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [ ],
- "inheritedCustomField": [ ],
- "empty": null
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z"
}, - "refund": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [ ]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [ ],
- "inheritedCustomField": [ ],
- "empty": null
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z"
}, - "listAoPaid": {
- "accountOperation": [
- null
]
}
}
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "rejectedType": "possible value are: A, M",
- "rejectedDate": "2019-08-24T14:15:22Z",
- "rejectedDescription": "string",
- "rejectedCode": "string"
}, - "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": null,
- "description": null
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": null
}, - "property2": {
- "value": { },
- "empty": null
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- null
], - "mapValue": {
- "property1": null,
- "property2": null
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": null
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": null,
- "description": null
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": null
}, - "property2": {
- "value": { },
- "empty": null
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- null
], - "mapValue": {
- "property1": null,
- "property2": null
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": null
}
]
}
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- {
- "customerAccountCode": "string",
- "sellerCode": "string",
- "customerCode": "string",
- "customerAccountName": "string",
- "operationDate": "2019-08-24T14:15:22Z",
- "updatedStatusDate": "2019-08-24T14:15:22Z",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "amountCts": 0,
- "syncStatus": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "asyncStatus": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "status": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "externalPaymentId": "string",
- "errorCode": "string",
- "errorMessage": "string",
- "errorType": "possible value are : ERROR, REJECT",
- "paymentGatewayCode": "string",
- "paymentMethodType": "possible value are : CHECK, DIRECTDEBIT, WIRETRANSFER, CARD, PAYPAL, STRIPE, CASH",
- "paymentMethodName": "string",
- "operationCategory": "possible valye are : DEBIT, CREDIT",
- "payment": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- null
]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [ ]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [ ],
- "inheritedCustomField": [ ],
- "empty": null
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- null
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "rejectedType": "possible value are: A, M",
- "rejectedDate": "2019-08-24T14:15:22Z",
- "rejectedDescription": "string",
- "rejectedCode": "string"
}, - "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- null
], - "inheritedCustomField": [
- null
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z"
}, - "refund": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- null
]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [ ]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [ ],
- "inheritedCustomField": [ ],
- "empty": null
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- null
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "rejectedType": "possible value are: A, M",
- "rejectedDate": "2019-08-24T14:15:22Z",
- "rejectedDescription": "string",
- "rejectedCode": "string"
}, - "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- null
], - "inheritedCustomField": [
- null
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z"
}, - "listAoPaid": {
- "accountOperation": [
- {
- "id": null,
- "dueDate": null,
- "type": null,
- "transactionDate": null,
- "transactionCategory": null,
- "reference": null,
- "accountCode": null,
- "accountingCode": null,
- "accountCodeClientSide": null,
- "amount": null,
- "amountWithoutTax": null,
- "taxAmount": null,
- "matchingAmount": null,
- "unMatchingAmount": null,
- "matchingStatus": null,
- "code": null,
- "description": null,
- "customerAccount": null,
- "excludedFromDunning": null,
- "orderNumber": null,
- "matchingAmounts": null,
- "otherCreditAndCharge": null,
- "recordedInvoice": null,
- "rejectedPayment": null,
- "bankLot": null,
- "bankReference": null,
- "bankCollectionDate": null,
- "depositDate": null,
- "paymentMethod": null,
- "customFields": null,
- "paymentInfo": null,
- "paymentInfo1": null,
- "paymentInfo2": null,
- "paymentInfo3": null,
- "paymentInfo4": null,
- "paymentInfo5": null,
- "paymentInfo6": null,
- "billingAccountName": null,
- "collectionDate": null,
- "journalCode": null,
- "status": null,
- "reason": null,
- "accountingExportFile": null,
- "accountingDate": null
}
]
}
}
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "operationDate": "2019-08-24T14:15:22Z"
}, - "recordedInvoice": { },
- "rejectedPayment": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- {
- "matchingCode": "string",
- "matchingAmount": 0,
- "matchingCodes": {
- "matchingCode": [
- null
]
}
}
]
}, - "otherCreditAndCharge": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- {
- "matchingCode": "string",
- "matchingAmount": 0,
- "matchingCodes": {
- "matchingCode": [ ]
}
}
]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- null
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": null,
- "property2": null
}, - "entityReferenceValue": {
- "classname": null,
- "code": null,
- "empty": null
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": null,
- "code": null,
- "description": null,
- "updatedCode": null,
- "singleValue": null,
- "listValue": [ ],
- "mapValue": { }
}, - "urlReferenceValue": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- null
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- null
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": null,
- "property2": null
}, - "entityReferenceValue": {
- "classname": null,
- "code": null,
- "empty": null
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": null,
- "code": null,
- "description": null,
- "updatedCode": null,
- "singleValue": null,
- "listValue": [ ],
- "mapValue": { }
}, - "urlReferenceValue": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- null
]
}
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- {
- "customerAccountCode": "string",
- "sellerCode": "string",
- "customerCode": "string",
- "customerAccountName": "string",
- "operationDate": "2019-08-24T14:15:22Z",
- "updatedStatusDate": "2019-08-24T14:15:22Z",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "amountCts": 0,
- "syncStatus": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "asyncStatus": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "status": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "externalPaymentId": "string",
- "errorCode": "string",
- "errorMessage": "string",
- "errorType": "possible value are : ERROR, REJECT",
- "paymentGatewayCode": "string",
- "paymentMethodType": "possible value are : CHECK, DIRECTDEBIT, WIRETRANSFER, CARD, PAYPAL, STRIPE, CASH",
- "paymentMethodName": "string",
- "operationCategory": "possible valye are : DEBIT, CREDIT",
- "payment": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [ ]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [ ],
- "inheritedCustomField": [ ],
- "empty": null
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z"
}, - "refund": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [ ]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [ ],
- "inheritedCustomField": [ ],
- "empty": null
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z"
}, - "listAoPaid": {
- "accountOperation": [
- null
]
}
}
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "operationDate": "2019-08-24T14:15:22Z"
}, - "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": null,
- "description": null
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": null
}, - "property2": {
- "value": { },
- "empty": null
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- null
], - "mapValue": {
- "property1": null,
- "property2": null
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": null
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": null,
- "description": null
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": null
}, - "property2": {
- "value": { },
- "empty": null
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- null
], - "mapValue": {
- "property1": null,
- "property2": null
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": null
}
]
}
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- {
- "customerAccountCode": "string",
- "sellerCode": "string",
- "customerCode": "string",
- "customerAccountName": "string",
- "operationDate": "2019-08-24T14:15:22Z",
- "updatedStatusDate": "2019-08-24T14:15:22Z",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "amountCts": 0,
- "syncStatus": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "asyncStatus": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "status": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "externalPaymentId": "string",
- "errorCode": "string",
- "errorMessage": "string",
- "errorType": "possible value are : ERROR, REJECT",
- "paymentGatewayCode": "string",
- "paymentMethodType": "possible value are : CHECK, DIRECTDEBIT, WIRETRANSFER, CARD, PAYPAL, STRIPE, CASH",
- "paymentMethodName": "string",
- "operationCategory": "possible valye are : DEBIT, CREDIT",
- "payment": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- null
]
}, - "otherCreditAndCharge": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [ ]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [ ],
- "inheritedCustomField": [ ],
- "empty": null
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- null
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "operationDate": "2019-08-24T14:15:22Z"
}, - "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- null
], - "inheritedCustomField": [
- null
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z"
}, - "refund": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- null
]
}, - "otherCreditAndCharge": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [ ]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [ ],
- "inheritedCustomField": [ ],
- "empty": null
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- null
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "operationDate": "2019-08-24T14:15:22Z"
}, - "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- null
], - "inheritedCustomField": [
- null
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z"
}, - "listAoPaid": {
- "accountOperation": [
- {
- "id": null,
- "dueDate": null,
- "type": null,
- "transactionDate": null,
- "transactionCategory": null,
- "reference": null,
- "accountCode": null,
- "accountingCode": null,
- "accountCodeClientSide": null,
- "amount": null,
- "amountWithoutTax": null,
- "taxAmount": null,
- "matchingAmount": null,
- "unMatchingAmount": null,
- "matchingStatus": null,
- "code": null,
- "description": null,
- "customerAccount": null,
- "excludedFromDunning": null,
- "orderNumber": null,
- "matchingAmounts": null,
- "otherCreditAndCharge": null,
- "recordedInvoice": null,
- "rejectedPayment": null,
- "bankLot": null,
- "bankReference": null,
- "bankCollectionDate": null,
- "depositDate": null,
- "paymentMethod": null,
- "customFields": null,
- "paymentInfo": null,
- "paymentInfo1": null,
- "paymentInfo2": null,
- "paymentInfo3": null,
- "paymentInfo4": null,
- "paymentInfo5": null,
- "paymentInfo6": null,
- "billingAccountName": null,
- "collectionDate": null,
- "journalCode": null,
- "status": null,
- "reason": null,
- "accountingExportFile": null,
- "accountingDate": null
}
]
}
}
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "rejectedType": "possible value are: A, M",
- "rejectedDate": "2019-08-24T14:15:22Z",
- "rejectedDescription": "string",
- "rejectedCode": "string"
}, - "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- {
- "customerAccountCode": "string",
- "sellerCode": "string",
- "customerCode": "string",
- "customerAccountName": "string",
- "operationDate": "2019-08-24T14:15:22Z",
- "updatedStatusDate": "2019-08-24T14:15:22Z",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "amountCts": 0,
- "syncStatus": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "asyncStatus": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "status": "possible value are : ACCEPTED, PENDING, REJECTED, ERROR, NOT_PROCESSED",
- "externalPaymentId": "string",
- "errorCode": "string",
- "errorMessage": "string",
- "errorType": "possible value are : ERROR, REJECT",
- "paymentGatewayCode": "string",
- "paymentMethodType": "possible value are : CHECK, DIRECTDEBIT, WIRETRANSFER, CARD, PAYPAL, STRIPE, CASH",
- "paymentMethodName": "string",
- "operationCategory": "possible valye are : DEBIT, CREDIT",
- "payment": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- {
- "matchingCode": null,
- "matchingAmount": null,
- "matchingCodes": null
}
]
}, - "otherCreditAndCharge": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- null
]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [ ]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [ ],
- "inheritedCustomField": [ ],
- "empty": null
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- null
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "rejectedType": "possible value are: A, M",
- "rejectedDate": "2019-08-24T14:15:22Z",
- "rejectedDescription": "string",
- "rejectedCode": "string"
}, - "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- null
], - "inheritedCustomField": [
- null
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- { }
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "operationDate": "2019-08-24T14:15:22Z"
}, - "recordedInvoice": { },
- "rejectedPayment": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- null
]
}, - "otherCreditAndCharge": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [ ]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [ ],
- "inheritedCustomField": [ ],
- "empty": null
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- null
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "operationDate": "2019-08-24T14:15:22Z"
}, - "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- null
], - "inheritedCustomField": [
- null
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- { }
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "rejectedType": "possible value are: A, M",
- "rejectedDate": "2019-08-24T14:15:22Z",
- "rejectedDescription": "string",
- "rejectedCode": "string"
}, - "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- {
- "code": null,
- "description": null,
- "fieldType": null,
- "languageDescriptions": [ ],
- "valueDate": null,
- "valuePeriodStartDate": null,
- "valuePeriodEndDate": null,
- "valuePeriodPriority": null,
- "stringValue": null,
- "dateValue": null,
- "longValue": null,
- "doubleValue": null,
- "booleanValue": null,
- "mapValue": { },
- "entityReferenceValue": null,
- "valueConverted": { },
- "indexType": null,
- "fileValue": null,
- "formattedValue": null,
- "urlReferenceValue": null,
- "guiPosition": null,
- "customTableCode": null,
- "dataFilter": null,
- "fields": null,
- "empty": null,
- "value": [ ]
}
], - "inheritedCustomField": [
- {
- "code": null,
- "description": null,
- "fieldType": null,
- "languageDescriptions": [ ],
- "valueDate": null,
- "valuePeriodStartDate": null,
- "valuePeriodEndDate": null,
- "valuePeriodPriority": null,
- "stringValue": null,
- "dateValue": null,
- "longValue": null,
- "doubleValue": null,
- "booleanValue": null,
- "mapValue": { },
- "entityReferenceValue": null,
- "valueConverted": { },
- "indexType": null,
- "fileValue": null,
- "formattedValue": null,
- "urlReferenceValue": null,
- "guiPosition": null,
- "customTableCode": null,
- "dataFilter": null,
- "fields": null,
- "empty": null,
- "value": [ ]
}
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z"
}, - "refund": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- {
- "matchingCode": null,
- "matchingAmount": null,
- "matchingCodes": null
}
]
}, - "otherCreditAndCharge": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- null
]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [ ]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [ ],
- "inheritedCustomField": [ ],
- "empty": null
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- null
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "rejectedType": "possible value are: A, M",
- "rejectedDate": "2019-08-24T14:15:22Z",
- "rejectedDescription": "string",
- "rejectedCode": "string"
}, - "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- null
], - "inheritedCustomField": [
- null
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- { }
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "operationDate": "2019-08-24T14:15:22Z"
}, - "recordedInvoice": { },
- "rejectedPayment": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [
- null
]
}, - "otherCreditAndCharge": {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [ ]
}, - "otherCreditAndCharge": { },
- "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [ ],
- "inheritedCustomField": [ ],
- "empty": null
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- null
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "operationDate": "2019-08-24T14:15:22Z"
}, - "recordedInvoice": { },
- "rejectedPayment": { },
- "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- null
], - "inheritedCustomField": [
- null
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "paymentHistories": [
- { }
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "rejectedType": "possible value are: A, M",
- "rejectedDate": "2019-08-24T14:15:22Z",
- "rejectedDescription": "string",
- "rejectedCode": "string"
}, - "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [
- {
- "code": null,
- "description": null,
- "fieldType": null,
- "languageDescriptions": [ ],
- "valueDate": null,
- "valuePeriodStartDate": null,
- "valuePeriodEndDate": null,
- "valuePeriodPriority": null,
- "stringValue": null,
- "dateValue": null,
- "longValue": null,
- "doubleValue": null,
- "booleanValue": null,
- "mapValue": { },
- "entityReferenceValue": null,
- "valueConverted": { },
- "indexType": null,
- "fileValue": null,
- "formattedValue": null,
- "urlReferenceValue": null,
- "guiPosition": null,
- "customTableCode": null,
- "dataFilter": null,
- "fields": null,
- "empty": null,
- "value": [ ]
}
], - "inheritedCustomField": [
- {
- "code": null,
- "description": null,
- "fieldType": null,
- "languageDescriptions": [ ],
- "valueDate": null,
- "valuePeriodStartDate": null,
- "valuePeriodEndDate": null,
- "valuePeriodPriority": null,
- "stringValue": null,
- "dateValue": null,
- "longValue": null,
- "doubleValue": null,
- "booleanValue": null,
- "mapValue": { },
- "entityReferenceValue": null,
- "valueConverted": { },
- "indexType": null,
- "fileValue": null,
- "formattedValue": null,
- "urlReferenceValue": null,
- "guiPosition": null,
- "customTableCode": null,
- "dataFilter": null,
- "fields": null,
- "empty": null,
- "value": [ ]
}
], - "empty": true
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z"
}, - "listAoPaid": {
- "accountOperation": [
- {
- "id": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "transactionDate": "2019-08-24T14:15:22Z",
- "transactionCategory": "possible value are : DEBIT, CREDIT",
- "reference": "string",
- "accountCode": "string",
- "accountingCode": "string",
- "accountCodeClientSide": "string",
- "amount": 0,
- "amountWithoutTax": 0,
- "taxAmount": 0,
- "matchingAmount": 0,
- "unMatchingAmount": 0,
- "matchingStatus": "possible value are: O, L, P, C, I, R",
- "code": "string",
- "description": "string",
- "customerAccount": "string",
- "excludedFromDunning": true,
- "orderNumber": "ORDER_1|ORDER_2|ORDER_3",
- "matchingAmounts": {
- "matchingAmount": [ ]
}, - "otherCreditAndCharge": {
- "id": null,
- "dueDate": null,
- "type": null,
- "transactionDate": null,
- "transactionCategory": null,
- "reference": null,
- "accountCode": null,
- "accountingCode": null,
- "accountCodeClientSide": null,
- "amount": null,
- "amountWithoutTax": null,
- "taxAmount": null,
- "matchingAmount": null,
- "unMatchingAmount": null,
- "matchingStatus": null,
- "code": null,
- "description": null,
- "customerAccount": null,
- "excludedFromDunning": null,
- "orderNumber": null,
- "matchingAmounts": null,
- "otherCreditAndCharge": null,
- "recordedInvoice": null,
- "rejectedPayment": null,
- "bankLot": null,
- "bankReference": null,
- "bankCollectionDate": null,
- "depositDate": null,
- "paymentMethod": null,
- "customFields": null,
- "paymentInfo": null,
- "paymentInfo1": null,
- "paymentInfo2": null,
- "paymentInfo3": null,
- "paymentInfo4": null,
- "paymentInfo5": null,
- "paymentInfo6": null,
- "billingAccountName": null,
- "paymentHistories": [ ],
- "collectionDate": null,
- "journalCode": null,
- "status": null,
- "reason": null,
- "accountingExportFile": null,
- "accountingDate": null,
- "operationDate": null
}, - "recordedInvoice": { },
- "rejectedPayment": {
- "id": null,
- "dueDate": null,
- "type": null,
- "transactionDate": null,
- "transactionCategory": null,
- "reference": null,
- "accountCode": null,
- "accountingCode": null,
- "accountCodeClientSide": null,
- "amount": null,
- "amountWithoutTax": null,
- "taxAmount": null,
- "matchingAmount": null,
- "unMatchingAmount": null,
- "matchingStatus": null,
- "code": null,
- "description": null,
- "customerAccount": null,
- "excludedFromDunning": null,
- "orderNumber": null,
- "matchingAmounts": null,
- "otherCreditAndCharge": null,
- "recordedInvoice": null,
- "rejectedPayment": null,
- "bankLot": null,
- "bankReference": null,
- "bankCollectionDate": null,
- "depositDate": null,
- "paymentMethod": null,
- "customFields": null,
- "paymentInfo": null,
- "paymentInfo1": null,
- "paymentInfo2": null,
- "paymentInfo3": null,
- "paymentInfo4": null,
- "paymentInfo5": null,
- "paymentInfo6": null,
- "billingAccountName": null,
- "paymentHistories": [ ],
- "collectionDate": null,
- "journalCode": null,
- "status": null,
- "reason": null,
- "accountingExportFile": null,
- "accountingDate": null,
- "rejectedType": null,
- "rejectedDate": null,
- "rejectedDescription": null,
- "rejectedCode": null
}, - "bankLot": "string",
- "bankReference": "string",
- "bankCollectionDate": "2019-08-24T14:15:22Z",
- "depositDate": "2019-08-24T14:15:22Z",
- "paymentMethod": "string",
- "customFields": {
- "customField": [ ],
- "inheritedCustomField": [ ],
- "empty": null
}, - "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentInfo6": "string",
- "billingAccountName": "string",
- "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z"
}
]
}
}
], - "collectionDate": "2019-08-24T14:15:22Z",
- "journalCode": "string",
- "status": "possible value are : POSTED, REJECTED, EXPORTED",
- "reason": "possible value are : REJECTED, FORCED, CLOSED_PERIOD",
- "accountingExportFile": "string",
- "accountingDate": "2019-08-24T14:15:22Z",
- "productionDate": "2019-08-24T14:15:22Z",
- "invoiceDate": "2019-08-24T14:15:22Z",
- "netToPay": 0
}, - "netToPay": 0,
- "invoiceMode": "possible value are: AGGREGATED, DETAILLED",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "dueBalance": 0,
- "isDraft": true,
- "checkAlreadySent": true,
- "overrideEmail": "string",
- "sentByEmail": false,
- "paymentScheduleInstancesDto": {
- "actionStatus": {
- "status": "possible value are : SUCCESS, FAIL",
- "errorCode": { },
- "message": "string",
- "entityId": 0,
- "entityCode": "string",
- "nrAffected": 0
}, - "paging": {
- "fullTextFilter": "string",
- "filters": "<ul>\r\n<li>invoice number equals '1578AU': Filter key: invoiceNumber. Filter value: 1578AU</li>\r\n<li>invoice number is not '1578AU': Filter key: ne invoiceNumber. Filter value: 1578AU</li>\r\n<li>invoice number is null: Filter key: invoiceNumber. Filter value: IS_NULL</li>\r\n<li>invoice number is not empty: Filter key: invoiceNumber. Filter value: IS_NOT_NULL</li>\r\n<li>Invoice date is between 2017-05-01 and 2017-06-01: Filter key: fromRange invoiceDate. Filter value: 2017-05-01 Filter key: toRange invoiceDate. Filter value:\r\n2017-06-01</li>\r\n<li>Date is between creation and update dates: Filter key: minmaxRange audit.created audit.updated. Filter value: 2017-05-25</li>\r\n<li>invoice number is any of 158AU, 159KU or 189LL: Filter key: inList invoiceNumber. Filter value: 158AU,159KU,189LL</li>\r\n<li>any of param1, param2 or param3 fields contains 'energy': Filter key: wildcardOr param1 param2 param3. Filter value: energy</li>\r\n<li>any of param1, param2 or param3 fields start with 'energy': Filter key: likeCriterias param1 param2 param3. Filter value: *energy</li>\r\n<li>any of param1, param2 or param3 fields is 'energy': Filter key: likeCriterias param1 param2 param3. Filter value: energy</li>\r\n</ul>",
- "fields": "string",
- "offset": 0,
- "limit": 0,
- "sortBy": "string",
- "sortOrder": "ASCENDING",
- "multiSortOrder": "string",
- "totalNumberOfRecords": 0,
- "loadReferenceDepth": 0
}, - "instances": [
- {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "startDate": "2019-08-24T14:15:22Z",
- "amount": 0,
- "calendarCode": "string",
- "status": "possible value are: IN_PROGRESS, OBSOLETE, DONE, CANCELLED, TERMINATED",
- "statusDate": "2019-08-24T14:15:22Z",
- "paymentScheduleTemplateCode": "string",
- "paymentDayInMonth": 0,
- "serviceInstanceTemplateCode": "string",
- "serviceInstanceId": 0,
- "subscriptionCode": "string",
- "paymentScheduleInstanceBalanceDto": {
- "nbSchedulePaid": 0,
- "nbScheduleIncoming": 0,
- "sumAmountPaid": 0,
- "sumAmountIncoming": 0
}, - "items": "item: []",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- null
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": null,
- "property2": null
}, - "entityReferenceValue": {
- "classname": null,
- "code": null,
- "empty": null
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": null,
- "code": null,
- "description": null,
- "updatedCode": null,
- "singleValue": null,
- "listValue": [ ],
- "mapValue": { }
}, - "urlReferenceValue": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- null
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- null
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": null,
- "property2": null
}, - "entityReferenceValue": {
- "classname": null,
- "code": null,
- "empty": null
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": null,
- "code": null,
- "description": null,
- "updatedCode": null,
- "singleValue": null,
- "listValue": [ ],
- "mapValue": { }
}, - "urlReferenceValue": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- null
]
}
], - "empty": true
}
}
]
}, - "dunningEntryDate": "2019-08-24T14:15:22Z",
- "dunningLastModification": "2019-08-24T14:15:22Z",
- "dunningStatus": "string",
- "realTimeStatus": "possible value are: NONE, PENDING, PAID, PPAID, UNPAID, ABANDONED, REFUNDED, DISPUTED",
- "ratedTransactionsToLink": [
- 0
], - "paymentIncidents": [
- "string"
], - "sendPaymentDate": "2019-08-24T14:15:22Z",
- "initialCollectionDate": "2019-08-24T14:15:22Z",
- "writeOffAmount": 0,
- "paymentDate": "2019-08-24T14:15:22Z",
- "statusDate": "2019-08-24T14:15:22Z",
- "xmlDate": "2019-08-24T14:15:22Z",
- "pdfDate": "2019-08-24T14:15:22Z",
- "emailSentDate": "2019-08-24T14:15:22Z",
- "paymentStatus": "possible value are: NONE, PENDING, PAID, PPAID, UNPAID, ABANDONED, REFUNDED, DISPUTED",
- "paymentStatusDate": "2019-08-24T14:15:22Z",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "rawAmount": 0,
- "discountRate": 0,
- "discountAmount": 0,
- "discountPlanCode": "string",
- "lastAppliedRate": 0,
- "lastAppliedRateDate": "2019-08-24T14:15:22Z",
- "ratedTransactionsTolink": [
- 0
], - "alreadyAppliedMinimum": true,
- "alreadyAddedDiscount": true,
- "draft": true
}
]
}Duplicate invoice lines
| id required | integer <int64> id of the Invoice |
invoice lines to remove
| skipValidation | boolean |
| invoiceLineIds | Array of integers <int64> [ items <int64 > ] |
{- "skipValidation": true,
- "invoiceLineIds": [
- 0
]
}Launch all the invoicing process for a given billingAccount, that's mean.
object (FilterDto) Filters on RT | |
| isDraft | boolean Indicate if the invoice is DRAFT |
| billingAccountCode | string Billing account code |
object (CustomFieldsDto) custom field associated the contact category | |
| targetType | string Billing Cycle Type |
| orderNumber | string Order number |
| lastTransactionDate | string <date-time> Last transaction date |
| invoicingDate | string <date-time> Invoicing date |
| firstTransactionDate | string <date-time> First transaction date |
| applyMinimum | string Apply mode for invoice minimum rules |
| openOrderCode | string OpenOrder code |
| targetCode | string Target entity code |
| code | string |
Array of objects | |
| id | integer <int64> |
| applyBillingRules | boolean Apply Billing Rules |
| includeRatedTransactions | boolean Includes rated transactions in the return value |
| skipValidation | boolean Indicate if validation is skipped |
| generateXML | boolean Generate XML |
| generatePDF | boolean Generate PDF |
| generateAO | boolean Generate AO |
{- "filters": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "disabled": true,
- "shared": true,
- "inputXml": "string",
- "pollingQuery": "string",
- "entityClass": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}
}, - "isDraft": true,
- "billingAccountCode": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "targetType": "possible value are: BILLINGACCOUNT, SUBSCRIPTION, ORDER",
- "orderNumber": "string",
- "lastTransactionDate": "2019-08-24T14:15:22Z",
- "invoicingDate": "2019-08-24T14:15:22Z",
- "firstTransactionDate": "2019-08-24T14:15:22Z",
- "applyMinimum": "string",
- "openOrderCode": "string",
- "targetCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "applyBillingRules": true,
- "includeRatedTransactions": true,
- "skipValidation": true,
- "generateXML": true,
- "generatePDF": true,
- "generateAO": true
}{- "comment": "string",
- "description": "string",
- "order": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "statusDate": "2019-08-24T14:15:22Z",
- "status": "possible value are : <ul><li> NEW : invoice entity has been created but incomplete </li><li>SUSPECT : invoice has been marked as suspect by automatic controls (this status doesn’t block automatic generation)</li><li>REJECTED : invoice has been rejected by automatic controls (this status block automatic generation)</li><li>DRAFT : invoice is complete but not validated. It can be edited.</li><li>CANCELED : invoice has been canceled (all related rated transactions are released. This is a final status)</li><li>VALIDATED : invoice is validated and cannot be edited anymore (this a final status)</li></ul>",
- "quote": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "discountPlan": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "sellerCode": "string",
- "billingAccountCode": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "alias": "string",
- "subscription": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "discountRate": 0,
- "paymentStatus": "possible value are : <ul><li>NONE : invoice has no payment status, no AO created.</li><li>PENDING : AO created, due date is still in the future</li><li>PAID : invoice has no payment status, no AO created.</li><li>PPAID : invoice has no payment status, no AO created</li><li>UNPAID : invoice has no payment status, no AO created.</li><li>ABANDONED : invoice has no payment status, no AO created.</li><li>REFUNDED : invoice has no payment status, no AO created.</li><li>DISPUTED : invoice has no payment status, no AO created.</li>",
- "amount": 0,
- "paymentMethod": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "dueDate": "2019-08-24T14:15:22Z",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "recordedInvoice": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "tradingCountry": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "amountWithTax": 0,
- "amountTax": 0,
- "billingRun": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "netToPay": 0,
- "invoiceNumber": "string",
- "initialCollectionDate": "2019-08-24T14:15:22Z",
- "invoiceDate": "2019-08-24T14:15:22Z",
- "paymentMethodType": "possible value are: CHECK, DIRECTDEBIT, WIRETRANSFER, CARD, PAYPAL, STRIPE, CASH",
- "discountAmountWithoutTax": 0,
- "cfValues": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "iban": "string",
- "amountWithoutTax": 0,
- "xmlFilename": "string",
- "temporaryInvoiceNumber": "string",
- "pdfFilename": "string",
- "invoiceLines": [
- {
- "description": "string",
- "status": "possible value are: OPEN, BILLED, REJECTED, RERATED, CANCELED",
- "label": "string",
- "serviceInstanceCode": "string",
- "serviceTemplateCode": "string",
- "productVersionId": 0,
- "offerServiceTemplateId": 0,
- "billingRunId": 0,
- "taxAccountingCode": "string",
- "billingAccountCode": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "discountRate": 0,
- "taxMode": "string",
- "taxCode": "string",
- "quantity": 0,
- "valueDate": "2019-08-24T14:15:22Z",
- "unitPrice": 0,
- "orderRef": "string",
- "commercialOrderId": 0,
- "orderLotCode": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "orderNumber": "string",
- "productCode": "string",
- "accountingArticleCode": "string",
- "accessPoint": "string",
- "rawAmount": 0,
- "prestation": "string",
- "offerTemplateCode": "string",
- "subscriptionCode": "string",
- "taxRecalculated": true,
- "taxRate": 0,
- "invoiceId": 0,
- "discountAmount": 0,
- "discountPlanCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "rejectReason": "string",
- "xmlDate": "2019-08-24T14:15:22Z",
- "pdfDate": "2019-08-24T14:15:22Z",
- "paymentStatusDate": "2019-08-24T14:15:22Z",
- "rawAmount": 0,
- "amountWithoutTaxBeforeDiscount": 0,
- "productDate": "2019-08-24T14:15:22Z",
- "adjustedInvoice": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "invoiceAdjustmentCurrentSellerNb": 0,
- "invoiceAdjustmentCurrentProviderNb": 0,
- "previousInvoiceNumber": "string",
- "dueBalance": 0,
- "tradingCurrency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "tradingLanguage": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "cfAccumulatedValues": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "externalRef": "string",
- "categoryInvoiceAgregates": [
- {
- "description": "string",
- "userAccountCode": "string",
- "itemNumber": 0,
- "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "discountAggregates": [
- {
- "discountPlanItemCode": "string",
- "discountPercent": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "categoryInvoiceCode": "string",
- "listSubCategoryInvoiceAgregate": [
- {
- "description": "string",
- "userAccountCode": "string",
- "quantity": 0,
- "accountingCode": "string",
- "amountsByTax": [
- {
- "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "tax": {
- "percent": 0,
- "accountingCode": "string",
- "composite": true,
- "code": "string",
- "links": [
- {
- "params": { },
- "uri": null,
- "title": null,
- "uriBuilder": { },
- "rel": null,
- "rels": [ ],
- "type": null
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": null,
- "property2": null
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- null
], - "type": "string"
}
], - "id": 0
}
], - "itemNumber": 0,
- "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "invoiceLines": [
- {
- "description": "string",
- "status": "possible value are: OPEN, BILLED, REJECTED, RERATED, CANCELED",
- "label": "string",
- "serviceInstanceCode": "string",
- "serviceTemplateCode": "string",
- "productVersionId": 0,
- "offerServiceTemplateId": 0,
- "billingRunId": 0,
- "taxAccountingCode": "string",
- "billingAccountCode": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "discountRate": 0,
- "taxMode": "string",
- "taxCode": "string",
- "quantity": 0,
- "valueDate": "2019-08-24T14:15:22Z",
- "unitPrice": 0,
- "orderRef": "string",
- "commercialOrderId": 0,
- "orderLotCode": "string",
- "customFields": {
- "customField": [
- {
- "code": null,
- "description": null,
- "fieldType": null,
- "languageDescriptions": [ ],
- "valueDate": null,
- "valuePeriodStartDate": null,
- "valuePeriodEndDate": null,
- "valuePeriodPriority": null,
- "stringValue": null,
- "dateValue": null,
- "longValue": null,
- "doubleValue": null,
- "booleanValue": null,
- "mapValue": { },
- "entityReferenceValue": null,
- "valueConverted": { },
- "indexType": null,
- "fileValue": null,
- "formattedValue": null,
- "urlReferenceValue": null,
- "guiPosition": null,
- "customTableCode": null,
- "dataFilter": null,
- "fields": null,
- "empty": null,
- "value": [ ]
}
], - "inheritedCustomField": [
- {
- "code": null,
- "description": null,
- "fieldType": null,
- "languageDescriptions": [ ],
- "valueDate": null,
- "valuePeriodStartDate": null,
- "valuePeriodEndDate": null,
- "valuePeriodPriority": null,
- "stringValue": null,
- "dateValue": null,
- "longValue": null,
- "doubleValue": null,
- "booleanValue": null,
- "mapValue": { },
- "entityReferenceValue": null,
- "valueConverted": { },
- "indexType": null,
- "fileValue": null,
- "formattedValue": null,
- "urlReferenceValue": null,
- "guiPosition": null,
- "customTableCode": null,
- "dataFilter": null,
- "fields": null,
- "empty": null,
- "value": [ ]
}
], - "empty": true
}, - "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "orderNumber": "string",
- "productCode": "string",
- "accountingArticleCode": "string",
- "accessPoint": "string",
- "rawAmount": 0,
- "prestation": "string",
- "offerTemplateCode": "string",
- "subscriptionCode": "string",
- "taxRecalculated": true,
- "taxRate": 0,
- "invoiceId": 0,
- "discountAmount": 0,
- "discountPlanCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": null,
- "property2": null
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- null
], - "type": "string"
}
], - "id": 0
}
], - "invoiceSubCategoryCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "emailSentDate": "2019-08-24T14:15:22Z",
- "listLinkedInvoices": [
- 0
], - "invoiceTypeCode": "string",
- "commercialOrder": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "cpqQuote": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "invoiceLinesTolink": [
- 0
], - "discount": 0,
- "discountAmount": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "alreadySent": true,
- "dontSend": true,
- "draft": true,
- "detailedInvoice": true,
- "alreadyAppliedMinimum": true,
- "alreadyAddedDiscount": true,
- "prepaid": true
}Quarantine invoice
| id required | integer <int64> id of the Invoice |
Quarantine billing run
| quarantineBillingRunId | integer <int64> |
Array of objects (LanguageDescriptionDto) |
{- "quarantineBillingRunId": 0,
- "descriptionsTranslated": [
- {
- "languageCode": "string",
- "description": "string"
}
]
}Update invoice line
| id required | integer <int64> id of the Invoice |
| lineId required | integer <int64> id of the InvoiceLine |
invoice lines to update
object (InvoiceLine) The list of invoice lines | |
| skipValidation | boolean Indicate if the invoice line will skip validation |
{- "invoiceLine": {
- "description": "string",
- "status": "possible value are: OPEN, BILLED, REJECTED, RERATED, CANCELED",
- "label": "string",
- "serviceInstanceCode": "string",
- "serviceTemplateCode": "string",
- "productVersionId": 0,
- "offerServiceTemplateId": 0,
- "billingRunId": 0,
- "taxAccountingCode": "string",
- "billingAccountCode": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "discountRate": 0,
- "taxMode": "string",
- "taxCode": "string",
- "quantity": 0,
- "valueDate": "2019-08-24T14:15:22Z",
- "unitPrice": 0,
- "orderRef": "string",
- "commercialOrderId": 0,
- "orderLotCode": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "orderNumber": "string",
- "productCode": "string",
- "accountingArticleCode": "string",
- "accessPoint": "string",
- "rawAmount": 0,
- "prestation": "string",
- "offerTemplateCode": "string",
- "subscriptionCode": "string",
- "taxRecalculated": true,
- "taxRate": 0,
- "invoiceId": 0,
- "discountAmount": 0,
- "discountPlanCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "skipValidation": true
}Remove invoice line
| id required | integer <int64> id of the Invoice |
| lineId required | integer <int64> id of the InvoiceLine |
invoice lines to remove
| ids | Array of integers <int64> [ items <int64 > ] |
| skipValidation | boolean |
{- "ids": [
- 0
], - "skipValidation": true
}Send a file to be imported. ImportExportResponseDto.executionId contains
| parts | Array of strings Form data parts (simplified) |
| preamble | string Form preamble |
{- "actionStatus": {
- "status": "possible value are : SUCCESS, FAIL",
- "errorCode": { },
- "message": "string",
- "entityId": 0,
- "entityCode": "string",
- "nrAffected": 0
}, - "executionId": "string",
- "summary": {
- "property1": 0,
- "property2": 0
}, - "importResultDto": [
- {
- "name": "string",
- "code": "string",
- "status": "string"
}
], - "fieldsNotImported": {
- "property1": {
- "fieldsNotImported": [
- "string"
]
}, - "property2": {
- "fieldsNotImported": [
- "string"
]
}
}, - "exceptionMessage": "string",
- "done": true,
- "failureMessageKey": "string",
- "failureMessage": "string",
- "failed": true
}Create Open Order Quote
| description | string |
| code required | string |
| billingAccountCode required | string |
| tags | Array of strings unique |
| externalReference | string |
| openOrderType required | string Enum: "ARTICLES" "PRODUCTS" |
Array of objects (ThresholdInput) unique | |
| articles | Array of strings unique |
| endOfValidityDate | string <date-time> |
| openOrderTemplate required | string |
| maxAmount required | number |
| products | Array of strings unique |
| activationDate required | string <date-time> |
{- "description": "string",
- "code": "string",
- "billingAccountCode": "string",
- "tags": [
- "string"
], - "externalReference": "string",
- "openOrderType": "ARTICLES",
- "thresholds": [
- {
- "sequence": 0,
- "percentage": 0,
- "recipients": [
- "SALES_AGENT"
], - "externalRecipient": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "articles": [
- "string"
], - "endOfValidityDate": "2019-08-24T14:15:22Z",
- "openOrderTemplate": "string",
- "maxAmount": 0,
- "products": [
- "string"
], - "activationDate": "2019-08-24T14:15:22Z"
}Update Open Order Quote
| id required | integer <int64> Open Order Quote id |
| description | string |
| code required | string |
| billingAccountCode required | string |
| tags | Array of strings unique |
| externalReference | string |
| openOrderType required | string Enum: "ARTICLES" "PRODUCTS" |
Array of objects (ThresholdInput) unique | |
| articles | Array of strings unique |
| endOfValidityDate | string <date-time> |
| openOrderTemplate required | string |
| maxAmount required | number |
| products | Array of strings unique |
| activationDate required | string <date-time> |
{- "description": "string",
- "code": "string",
- "billingAccountCode": "string",
- "tags": [
- "string"
], - "externalReference": "string",
- "openOrderType": "ARTICLES",
- "thresholds": [
- {
- "sequence": 0,
- "percentage": 0,
- "recipients": [
- "SALES_AGENT"
], - "externalRecipient": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "articles": [
- "string"
], - "endOfValidityDate": "2019-08-24T14:15:22Z",
- "openOrderTemplate": "string",
- "maxAmount": 0,
- "products": [
- "string"
], - "activationDate": "2019-08-24T14:15:22Z"
}Mark WalletOperations to rerate
WO advanced filter for rerate
object | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "filters": {
- "property1": { },
- "property2": { }
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "status": "possible value are : SUCCESS, FAIL",
- "errorCode": { },
- "message": "string",
- "entityId": 0,
- "entityCode": "string",
- "nrAffected": 0
}The Customer Account will be moved immediately under the provided Customer. All open wallet operation will be rerated.
No consistency check is performed, no other data is modified. Especially:
counters (accumulators) set on the origin or target Customer will not be updated to reflect the move
custom fields referencing entities in the origin hierarchy will not be updated
Unless specifically developed to use field history, reports will use the customer at the time of execution
| customerAccountCode required | string |
Parent id or code
| parentCode | string Parent code |
| parentId | integer <int64> Parent id |
{- "parentCode": "string",
- "parentId": 0
}API to transfer the subscription from a consumer to an other consumer (UA)
| subscriptionCode required | string The subscription code |
| openTransactionsAction | string Default: "NONE" Enum: "NONE" "FAIL" "MOVE" "MOVE_AND_RERATE" Open transactions action |
Consumer id or code
| consumerCode | string Consumer code |
| consumerId | integer <int64> Consumer id |
{- "consumerCode": "string",
- "consumerId": 0
}Use this method to get the list of entities. You need to specify the entity name, and as body, the configuration of the research." + " also you can define the offset and the limit, you can order by a field and define the sort type" + " see PagingAndFiltering doc for more details.
| entityName required | string The entity name |
| extractList | boolean extractList flag to return or not nested List |
requestDto carries the wanted fields ex: {genericFields = [code, description]}
object | |
| genericFields | Array of strings unique |
| nestedEntities | Array of strings unique |
| excluding | Array of strings unique |
| nestedDepth | integer <int64> |
Array of objects (GenericFieldDetails) | |
| fullTextFilter | string |
| groupBy | Array of strings unique |
| having | Array of strings unique |
| joinType | string Enum: "INNER" "LEFT" "RIGHT" |
| limit | integer <int64> |
| total | integer <int64> |
object | |
| sortBy | string |
| sortOrder | string |
| offset | integer <int64> |
{- "filters": {
- "property1": { },
- "property2": { }
}, - "genericFields": [
- "string"
], - "nestedEntities": [
- "string"
], - "excluding": [
- "string"
], - "nestedDepth": 0,
- "genericFieldDetails": [
- {
- "header": "string",
- "mappings": {
- "property1": "string",
- "property2": "string"
}, - "transformation": "string",
- "formula": "string",
- "formulaInputs": "string",
- "name": "string"
}
], - "fullTextFilter": "string",
- "groupBy": [
- "string"
], - "having": [
- "string"
], - "joinType": "INNER",
- "limit": 0,
- "total": 0,
- "translations": {
- "property1": "string",
- "property2": "string"
}, - "sortBy": "string",
- "sortOrder": "string",
- "offset": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify the entity name, the record id, and as body, the list of the fields to create
| entityName required | string the entity name |
dto the json representation of the object
"string"Use this method to get an entity. You need to specify the entity name, the record id, and as body, the list of the wanted fields
| entityName required | string the entity name |
| id required | integer <int64> The id here is the database primary key of the wanted record |
| extractList | boolean extractList flag to return or not nested List |
requestDto carries the wanted fields ex: {fields = [code, description]}
object | |
| genericFields | Array of strings unique |
| nestedEntities | Array of strings unique |
| excluding | Array of strings unique |
| nestedDepth | integer <int64> |
Array of objects (GenericFieldDetails) | |
| fullTextFilter | string |
| groupBy | Array of strings unique |
| having | Array of strings unique |
| joinType | string Enum: "INNER" "LEFT" "RIGHT" |
| limit | integer <int64> |
| total | integer <int64> |
object | |
| sortBy | string |
| sortOrder | string |
| offset | integer <int64> |
{- "filters": {
- "property1": { },
- "property2": { }
}, - "genericFields": [
- "string"
], - "nestedEntities": [
- "string"
], - "excluding": [
- "string"
], - "nestedDepth": 0,
- "genericFieldDetails": [
- {
- "header": "string",
- "mappings": {
- "property1": "string",
- "property2": "string"
}, - "transformation": "string",
- "formula": "string",
- "formulaInputs": "string",
- "name": "string"
}
], - "fullTextFilter": "string",
- "groupBy": [
- "string"
], - "having": [
- "string"
], - "joinType": "INNER",
- "limit": 0,
- "total": 0,
- "translations": {
- "property1": "string",
- "property2": "string"
}, - "sortBy": "string",
- "sortOrder": "string",
- "offset": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify the entity name, the record id, and as body, the list of the fields to update
| entityName required | string the entity name |
| id required | integer <int64> The id here is the database primary key of the record to update |
dto the json representation of the object
"string"{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify the entity name, the record id, and as body, the list of the wanted fields
| entityName required | string the entity name |
| id required | integer <int64> The id here is the database primary key of the wanted record |
| extractList | boolean extractList flag to return or not nested List |
requestDto carries the wanted fields ex: {fields = [code, description]}
object | |
| genericFields | Array of strings unique |
| nestedEntities | Array of strings unique |
| excluding | Array of strings unique |
| nestedDepth | integer <int64> |
Array of objects (GenericFieldDetails) | |
| fullTextFilter | string |
| groupBy | Array of strings unique |
| having | Array of strings unique |
| joinType | string Enum: "INNER" "LEFT" "RIGHT" |
| limit | integer <int64> |
| total | integer <int64> |
object | |
| sortBy | string |
| sortOrder | string |
| offset | integer <int64> |
{- "filters": {
- "property1": { },
- "property2": { }
}, - "genericFields": [
- "string"
], - "nestedEntities": [
- "string"
], - "excluding": [
- "string"
], - "nestedDepth": 0,
- "genericFieldDetails": [
- {
- "header": "string",
- "mappings": {
- "property1": "string",
- "property2": "string"
}, - "transformation": "string",
- "formula": "string",
- "formulaInputs": "string",
- "name": "string"
}
], - "fullTextFilter": "string",
- "groupBy": [
- "string"
], - "having": [
- "string"
], - "joinType": "INNER",
- "limit": 0,
- "total": 0,
- "translations": {
- "property1": "string",
- "property2": "string"
}, - "sortBy": "string",
- "sortOrder": "string",
- "offset": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify the entity name, the record id, and as body, the list of the fields to delete
| entityName required | string the entity name |
| id required | integer <int64> The id here is the database primary key of the record to delete |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify the entity name, and as body, the configuration of the research. also you can define the offset and the limit, you can order by a field and define the sort type see PagingAndFiltering doc for more details.
| entityName required | string the entity name |
| fileFormat required | string file format |
| locale | string Locale |
requestDto carries the wanted fields ex: {genericFields = [code, description]}
object | |
| genericFields | Array of strings unique |
| nestedEntities | Array of strings unique |
| excluding | Array of strings unique |
| nestedDepth | integer <int64> |
Array of objects (GenericFieldDetails) | |
| fullTextFilter | string |
| groupBy | Array of strings unique |
| having | Array of strings unique |
| joinType | string Enum: "INNER" "LEFT" "RIGHT" |
| limit | integer <int64> |
| total | integer <int64> |
object | |
| sortBy | string |
| sortOrder | string |
| offset | integer <int64> |
{- "filters": {
- "property1": { },
- "property2": { }
}, - "genericFields": [
- "string"
], - "nestedEntities": [
- "string"
], - "excluding": [
- "string"
], - "nestedDepth": 0,
- "genericFieldDetails": [
- {
- "header": "string",
- "mappings": {
- "property1": "string",
- "property2": "string"
}, - "transformation": "string",
- "formula": "string",
- "formulaInputs": "string",
- "name": "string"
}
], - "fullTextFilter": "string",
- "groupBy": [
- "string"
], - "having": [
- "string"
], - "joinType": "INNER",
- "limit": 0,
- "total": 0,
- "translations": {
- "property1": "string",
- "property2": "string"
}, - "sortBy": "string",
- "sortOrder": "string",
- "offset": 0
}specify the entity name, and as body, the configuration of the research. also you can define the offset and the limit, you can order by a field and define the sort type see PagingAndFiltering doc for more details.
| entityName required | string the entity name |
| extractList | boolean extractList flag to return or not nested List |
requestDto carries the wanted fields ex: {genericFields = [code, description]}
object | |
| genericFields | Array of strings unique |
| nestedEntities | Array of strings unique |
| excluding | Array of strings unique |
| nestedDepth | integer <int64> |
Array of objects (GenericFieldDetails) | |
| fullTextFilter | string |
| groupBy | Array of strings unique |
| having | Array of strings unique |
| joinType | string Enum: "INNER" "LEFT" "RIGHT" |
| limit | integer <int64> |
| total | integer <int64> |
object | |
| sortBy | string |
| sortOrder | string |
| offset | integer <int64> |
{- "filters": {
- "property1": { },
- "property2": { }
}, - "genericFields": [
- "string"
], - "nestedEntities": [
- "string"
], - "excluding": [
- "string"
], - "nestedDepth": 0,
- "genericFieldDetails": [
- {
- "header": "string",
- "mappings": {
- "property1": "string",
- "property2": "string"
}, - "transformation": "string",
- "formula": "string",
- "formulaInputs": "string",
- "name": "string"
}
], - "fullTextFilter": "string",
- "groupBy": [
- "string"
], - "having": [
- "string"
], - "joinType": "INNER",
- "limit": 0,
- "total": 0,
- "translations": {
- "property1": "string",
- "property2": "string"
}, - "sortBy": "string",
- "sortOrder": "string",
- "offset": 0
}This endpoint retrieves all possible queryable entities in the database.
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}You need to specify an entity name.
Given the entity name, this endpoint returns the list of its fields and corresponding types. The entity name should not be written in the plural form. For example, customer.
| entityName required | string The entity name |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}The Customer Account will be moved immediately under the provided Customer. All open wallet operation will be rerated.
No consistency check is performed, no other data is modified. Especially:
counters (accumulators) set on the origin or target Customer will not be updated to reflect the move
custom fields referencing entities in the origin hierarchy will not be updated
Unless specifically developed to use field history, reports will use the customer at the time of execution
| customerAccountCode required | string |
Parent id or code
| parentCode | string Parent code |
| parentId | integer <int64> Parent id |
{- "parentCode": "string",
- "parentId": 0
}The Customer Account will be moved immediately under the provided Customer. All open wallet operation will be rerated.
No consistency check is performed, no other data is modified. Especially:
counters (accumulators) set on the origin or target Customer will not be updated to reflect the move
custom fields referencing entities in the origin hierarchy will not be updated
Unless specifically developed to use field history, reports will use the customer at the time of execution
| customerAccountCode required | string |
Parent id or code
| parentCode | string Parent code |
| parentId | integer <int64> Parent id |
{- "parentCode": "string",
- "parentId": 0
}API to transfer the subscription from a consumer to an other consumer (UA)
| subscriptionCode required | string The subscription code |
| openTransactionsAction | string Default: "NONE" Enum: "NONE" "FAIL" "MOVE" "MOVE_AND_RERATE" Open transactions action |
Consumer id or code
| consumerCode | string Consumer code |
| consumerId | integer <int64> Consumer id |
{- "consumerCode": "string",
- "consumerId": 0
}API to transfer the subscription from a consumer to an other consumer (UA)
| subscriptionCode required | string The subscription code |
| openTransactionsAction | string Default: "NONE" Enum: "NONE" "FAIL" "MOVE" "MOVE_AND_RERATE" Open transactions action |
Consumer id or code
| consumerCode | string Consumer code |
| consumerId | integer <int64> Consumer id |
{- "consumerCode": "string",
- "consumerId": 0
}fine allowed parents for a giving user account
| userAccountCode required | string user Account code |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}find list of an existing accounting article
| offset | integer <int64> Default: 0 The offset of the list |
| limit | integer <int64> Default: 50 The limit element per page |
| sort | string The sort by field |
| orderBy | string The ordering by field |
Map of filters
| property name* additional property | object |
{- "property1": { },
- "property2": { }
}create new accounting article
the accounting article object
| description required | string description of accounting article |
| code required | string code of accounting article |
| analyticCode1 | string first analytic code |
| analyticCode2 | string second analytic code |
| analyticCode3 | string third analytic code |
| unitPrice | number Unit Price |
object (Resource) | |
object (CustomFieldsDto) custom field associated the contact category | |
| invoiceTypeEl | string invoice type el associated to accounting article |
object (Resource) | |
object (Resource) | |
required | object (Resource) |
| accountingCodeEl | string Accounting code El |
required | object (Resource) |
Array of objects (LanguageDescriptionDto) list of language description | |
| columCriteriaEL | string Column criteria EL |
| ignoreAggregation | boolean Ignore aggregation |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "code": "string",
- "analyticCode1": "string",
- "analyticCode2": "string",
- "analyticCode3": "string",
- "unitPrice": 0,
- "accountingCode": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "invoiceTypeEl": "string",
- "articleFamily": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "invoiceType": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "invoiceSubCategory": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "accountingCodeEl": "string",
- "taxClass": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "columCriteriaEL": "string",
- "ignoreAggregation": true,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}find an existing accounting article
| productCode required | string product code |
Map of attributes
| property name* additional property | object |
{- "property1": { },
- "property2": { }
}update an existing accounting article
| id required | integer <int64> id of Accounting article |
the accounting article object
| description required | string description of accounting article |
| code required | string code of accounting article |
| analyticCode1 | string first analytic code |
| analyticCode2 | string second analytic code |
| analyticCode3 | string third analytic code |
| unitPrice | number Unit Price |
object (Resource) | |
object (CustomFieldsDto) custom field associated the contact category | |
| invoiceTypeEl | string invoice type el associated to accounting article |
object (Resource) | |
object (Resource) | |
required | object (Resource) |
| accountingCodeEl | string Accounting code El |
required | object (Resource) |
Array of objects (LanguageDescriptionDto) list of language description | |
| columCriteriaEL | string Column criteria EL |
| ignoreAggregation | boolean Ignore aggregation |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "code": "string",
- "analyticCode1": "string",
- "analyticCode2": "string",
- "analyticCode3": "string",
- "unitPrice": 0,
- "accountingCode": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "invoiceTypeEl": "string",
- "articleFamily": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "invoiceType": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "invoiceSubCategory": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "accountingCodeEl": "string",
- "taxClass": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "columCriteriaEL": "string",
- "ignoreAggregation": true,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}create new article mapping resource
the article mapping object
| description | string description of article mapping |
| code | string code of article mapping |
object (Resource) | |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "code": "string",
- "mappingScript": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create accounting code mapping
Array of objects (AccountingCodeMapping) Accounting code mapping list | |
| accountingArticleCode | string Accounting article code |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "accountingCodeMappings": [
- {
- "sellerCountryCode": "string",
- "sellerCode": "string",
- "accountingCode": "string",
- "accountingArticleCode": "string",
- "criteriaElValue": "string",
- "billingCurrencyCode": "string",
- "billingCountryCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "accountingArticleCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update accounting code mapping
| accountingArticleCode required | string accounting article code |
Array of objects (AccountingCodeMapping) Accounting code mapping list | |
| accountingArticleCode | string Accounting article code |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "accountingCodeMappings": [
- {
- "sellerCountryCode": "string",
- "sellerCode": "string",
- "accountingCode": "string",
- "accountingArticleCode": "string",
- "criteriaElValue": "string",
- "billingCurrencyCode": "string",
- "billingCountryCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "accountingArticleCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}create new article mapping line resource
the article mapping line object
| description | string article mapping line description |
required | object (Resource) |
object (Resource) | |
| parameter1 | string first parameter of article mapping line |
| parameter2 | string second parameter of article mapping line |
| parameter3 | string third parameter of article mapping line |
object (Resource) | |
Array of objects (AttributeMapping) list of attribute mapping | |
| attributeOperator | string Enum: "AND" "OR" Applied operator for AttributMapping |
| mappingKeyEL | string mapping expression language of article mapping line |
object (Resource) | |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "accountingArticle": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "offer": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "parameter1": "string",
- "parameter2": "string",
- "parameter3": "string",
- "articleMapping": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "attributesMapping": [
- {
- "attribute": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "attributeValue": "string",
- "operator": "GREATER_THAN",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "attributeOperator": "AND",
- "mappingKeyEL": "string",
- "product": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "charge": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}update an existing article mapping line resource
| id required | integer <int64> id of the article mapping line |
the article mapping line object
| description | string article mapping line description |
required | object (Resource) |
object (Resource) | |
| parameter1 | string first parameter of article mapping line |
| parameter2 | string second parameter of article mapping line |
| parameter3 | string third parameter of article mapping line |
object (Resource) | |
Array of objects (AttributeMapping) list of attribute mapping | |
| attributeOperator | string Enum: "AND" "OR" Applied operator for AttributMapping |
| mappingKeyEL | string mapping expression language of article mapping line |
object (Resource) | |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "accountingArticle": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "offer": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "parameter1": "string",
- "parameter2": "string",
- "parameter3": "string",
- "articleMapping": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "attributesMapping": [
- {
- "attribute": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "attributeValue": "string",
- "operator": "GREATER_THAN",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "attributeOperator": "AND",
- "mappingKeyEL": "string",
- "product": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "charge": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Returns the discount plan instance data
| billingAccountId required | integer <int64> id of the billing Account |
requestDto carries the wanted fields ex: {genericFields = [code, description]}
object | |
| genericFields | Array of strings unique |
| nestedEntities | Array of strings unique |
| excluding | Array of strings unique |
| nestedDepth | integer <int64> |
Array of objects (GenericFieldDetails) | |
| fullTextFilter | string |
| groupBy | Array of strings unique |
| having | Array of strings unique |
| joinType | string Enum: "INNER" "LEFT" "RIGHT" |
| limit | integer <int64> |
| total | integer <int64> |
object | |
| sortBy | string |
| sortOrder | string |
| offset | integer <int64> |
{- "filters": {
- "property1": { },
- "property2": { }
}, - "genericFields": [
- "string"
], - "nestedEntities": [
- "string"
], - "excluding": [
- "string"
], - "nestedDepth": 0,
- "genericFieldDetails": [
- {
- "header": "string",
- "mappings": {
- "property1": "string",
- "property2": "string"
}, - "transformation": "string",
- "formula": "string",
- "formulaInputs": "string",
- "name": "string"
}
], - "fullTextFilter": "string",
- "groupBy": [
- "string"
], - "having": [
- "string"
], - "joinType": "INNER",
- "limit": 0,
- "total": 0,
- "translations": {
- "property1": "string",
- "property2": "string"
}, - "sortBy": "string",
- "sortOrder": "string",
- "offset": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Instantiate new discount plan Instance
| billingAccountId required | integer <int64> id of the billing Account |
dto the json representation of the object
"string"Returns the discount plan instances data by subscription
| subscriptionId required | integer <int64> id of the subscription |
requestDto carries the wanted fields ex: {genericFields = [code, description]}
object | |
| genericFields | Array of strings unique |
| nestedEntities | Array of strings unique |
| excluding | Array of strings unique |
| nestedDepth | integer <int64> |
Array of objects (GenericFieldDetails) | |
| fullTextFilter | string |
| groupBy | Array of strings unique |
| having | Array of strings unique |
| joinType | string Enum: "INNER" "LEFT" "RIGHT" |
| limit | integer <int64> |
| total | integer <int64> |
object | |
| sortBy | string |
| sortOrder | string |
| offset | integer <int64> |
{- "filters": {
- "property1": { },
- "property2": { }
}, - "genericFields": [
- "string"
], - "nestedEntities": [
- "string"
], - "excluding": [
- "string"
], - "nestedDepth": 0,
- "genericFieldDetails": [
- {
- "header": "string",
- "mappings": {
- "property1": "string",
- "property2": "string"
}, - "transformation": "string",
- "formula": "string",
- "formulaInputs": "string",
- "name": "string"
}
], - "fullTextFilter": "string",
- "groupBy": [
- "string"
], - "having": [
- "string"
], - "joinType": "INNER",
- "limit": 0,
- "total": 0,
- "translations": {
- "property1": "string",
- "property2": "string"
}, - "sortBy": "string",
- "sortOrder": "string",
- "offset": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Instantiate new discount plan Instance for a subscription
| subscriptionId required | integer <int64> id of the subscription |
dto the json representation of the object
"string"Instantiate new discount plan Instance with dates for a subscription
| subscriptionId required | integer <int64> id of the subscription |
dto the json representation of the object
"string"Returns the discount plan instance data
| billingAccountId required | integer <int64> id of the billing Account |
| id required | integer <int64> id of the discount plan instance |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify record id, and as body, the list of the fields to update
| billingAccountId required | integer <int64> The billing account id |
| id required | integer <int64> The id here is the database primary key of the record to update |
dto the json representation of the object
"string"{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify the entity name, the record id, and as body, the list of the fields to delete
| billingAccountId required | integer <int64> The billing account id |
| id required | integer <int64> The id here is the database primary key of the record to delete |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns the discount plan instance data by subscription
| subscriptionId required | integer <int64> id of the subscription |
| id required | integer <int64> id of the discount plan instance |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify record id, and as body, the list of the fields to update
| subscriptionId required | integer <int64> The subscription id |
| id required | integer <int64> The id here is the database primary key of the record to update |
dto the json representation of the object
"string"{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify the entity name, the record id, and as body, the list of the fields to delete
| subscriptionId required | integer <int64> The subscription id |
| id required | integer <int64> The id here is the database primary key of the record to delete |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify record id, and as body, the list of the fields to update
| billingAccountId required | integer <int64> The billing account id |
| id required | integer <int64> The id here is the database primary key of the record to update |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify record id, and as body, the list of the fields to update
| subscriptionId required | integer <int64> The subscription id |
| id required | integer <int64> The id here is the database primary key of the record to update |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Create a new sub totals
the add SubTotals
object (InvoiceTypeDto) The Invoice Type | |
required | Array of objects (SubTotalsDto) The sub Totals |
{- "invoiceType": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "occTemplateCode": "string",
- "occTemplateNegativeCode": "string",
- "occTemplateCodeEl": "string",
- "occTemplateNegativeCodeEl": "string",
- "customInvoiceXmlScriptInstanceCode": "string",
- "sequenceDto": {
- "prefixEL": "string",
- "invoiceSequenceCode": "string",
- "sequenceSize": 0,
- "currentInvoiceNb": 0,
- "sequencePattern": "string",
- "sequenceType": "RUM"
}, - "invoiceValidationScriptCode": "string",
- "sellerSequences": {
- "property1": {
- "prefixEL": "string",
- "invoiceSequenceCode": "string",
- "sequenceSize": 0,
- "currentInvoiceNb": 0,
- "sequencePattern": "string",
- "sequenceType": "RUM"
}, - "property2": {
- "prefixEL": "string",
- "invoiceSequenceCode": "string",
- "sequenceSize": 0,
- "currentInvoiceNb": 0,
- "sequencePattern": "string",
- "sequenceType": "RUM"
}
}, - "appliesTo": [
- "string"
], - "matchingAuto": true,
- "invoiceAccountable": true,
- "billingTemplateName": "string",
- "pdfFilenameEL": "string",
- "xmlFilenameEL": "string",
- "billingTemplateNameEL": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "useSelfSequence": true,
- "mailingType": "string",
- "emailTemplateCode": "string",
- "excludeFromAgedTrialBalance": true
}, - "subTotals": [
- {
- "id": 0,
- "code": "string",
- "el": "string",
- "label": "string",
- "languageLabels": [
- {
- "languageCode": "string",
- "description": "string"
}
]
}
]
}Returns a list of invoices with pagination feature or non integers will simulate API error conditions
| offset | integer <int64> Default: 0 The offset of the list |
| limit | integer <int64> Default: 50 The limit per page |
| sort | string The sort by field |
| orderBy | string The order by |
| filter | string The filter |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Create a new invoice
the Invoice input object
| isDraft | boolean Indicate if the invoice is DRAFT |
object (Invoice) | |
| skipValidation | boolean Indicate if validation is skept |
| isVirtual | boolean Indicate if the invoice is virtual |
| isIncludeBalance | boolean Indicate if we want include balance to the invoice |
| isAutoValidation | boolean Indicate if the invoice set auto validation |
{- "isDraft": true,
- "invoice": {
- "comment": "string",
- "description": "string",
- "order": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "statusDate": "2019-08-24T14:15:22Z",
- "status": "possible value are : <ul><li> NEW : invoice entity has been created but incomplete </li><li>SUSPECT : invoice has been marked as suspect by automatic controls (this status doesn’t block automatic generation)</li><li>REJECTED : invoice has been rejected by automatic controls (this status block automatic generation)</li><li>DRAFT : invoice is complete but not validated. It can be edited.</li><li>CANCELED : invoice has been canceled (all related rated transactions are released. This is a final status)</li><li>VALIDATED : invoice is validated and cannot be edited anymore (this a final status)</li></ul>",
- "quote": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "discountPlan": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "sellerCode": "string",
- "billingAccountCode": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "alias": "string",
- "subscription": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "discountRate": 0,
- "paymentStatus": "possible value are : <ul><li>NONE : invoice has no payment status, no AO created.</li><li>PENDING : AO created, due date is still in the future</li><li>PAID : invoice has no payment status, no AO created.</li><li>PPAID : invoice has no payment status, no AO created</li><li>UNPAID : invoice has no payment status, no AO created.</li><li>ABANDONED : invoice has no payment status, no AO created.</li><li>REFUNDED : invoice has no payment status, no AO created.</li><li>DISPUTED : invoice has no payment status, no AO created.</li>",
- "amount": 0,
- "paymentMethod": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "dueDate": "2019-08-24T14:15:22Z",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "recordedInvoice": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "tradingCountry": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "amountWithTax": 0,
- "amountTax": 0,
- "billingRun": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "netToPay": 0,
- "invoiceNumber": "string",
- "initialCollectionDate": "2019-08-24T14:15:22Z",
- "invoiceDate": "2019-08-24T14:15:22Z",
- "paymentMethodType": "possible value are: CHECK, DIRECTDEBIT, WIRETRANSFER, CARD, PAYPAL, STRIPE, CASH",
- "discountAmountWithoutTax": 0,
- "cfValues": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "iban": "string",
- "amountWithoutTax": 0,
- "xmlFilename": "string",
- "temporaryInvoiceNumber": "string",
- "pdfFilename": "string",
- "invoiceLines": [
- {
- "description": "string",
- "status": "possible value are: OPEN, BILLED, REJECTED, RERATED, CANCELED",
- "label": "string",
- "serviceInstanceCode": "string",
- "serviceTemplateCode": "string",
- "productVersionId": 0,
- "offerServiceTemplateId": 0,
- "billingRunId": 0,
- "taxAccountingCode": "string",
- "billingAccountCode": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "discountRate": 0,
- "taxMode": "string",
- "taxCode": "string",
- "quantity": 0,
- "valueDate": "2019-08-24T14:15:22Z",
- "unitPrice": 0,
- "orderRef": "string",
- "commercialOrderId": 0,
- "orderLotCode": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "orderNumber": "string",
- "productCode": "string",
- "accountingArticleCode": "string",
- "accessPoint": "string",
- "rawAmount": 0,
- "prestation": "string",
- "offerTemplateCode": "string",
- "subscriptionCode": "string",
- "taxRecalculated": true,
- "taxRate": 0,
- "invoiceId": 0,
- "discountAmount": 0,
- "discountPlanCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "rejectReason": "string",
- "xmlDate": "2019-08-24T14:15:22Z",
- "pdfDate": "2019-08-24T14:15:22Z",
- "paymentStatusDate": "2019-08-24T14:15:22Z",
- "rawAmount": 0,
- "amountWithoutTaxBeforeDiscount": 0,
- "productDate": "2019-08-24T14:15:22Z",
- "adjustedInvoice": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "invoiceAdjustmentCurrentSellerNb": 0,
- "invoiceAdjustmentCurrentProviderNb": 0,
- "previousInvoiceNumber": "string",
- "dueBalance": 0,
- "tradingCurrency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "tradingLanguage": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "cfAccumulatedValues": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "externalRef": "string",
- "categoryInvoiceAgregates": [
- {
- "description": "string",
- "userAccountCode": "string",
- "itemNumber": 0,
- "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "discountAggregates": [
- {
- "discountPlanItemCode": "string",
- "discountPercent": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "categoryInvoiceCode": "string",
- "listSubCategoryInvoiceAgregate": [
- {
- "description": "string",
- "userAccountCode": "string",
- "quantity": 0,
- "accountingCode": "string",
- "amountsByTax": [
- {
- "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "tax": {
- "percent": 0,
- "accountingCode": "string",
- "composite": true,
- "code": "string",
- "links": [
- { }
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": { },
- "uri": null,
- "title": null,
- "uriBuilder": { },
- "rel": null,
- "rels": [ ],
- "type": null
}
], - "id": 0
}
], - "itemNumber": 0,
- "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "invoiceLines": [
- {
- "description": "string",
- "status": "possible value are: OPEN, BILLED, REJECTED, RERATED, CANCELED",
- "label": "string",
- "serviceInstanceCode": "string",
- "serviceTemplateCode": "string",
- "productVersionId": 0,
- "offerServiceTemplateId": 0,
- "billingRunId": 0,
- "taxAccountingCode": "string",
- "billingAccountCode": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "discountRate": 0,
- "taxMode": "string",
- "taxCode": "string",
- "quantity": 0,
- "valueDate": "2019-08-24T14:15:22Z",
- "unitPrice": 0,
- "orderRef": "string",
- "commercialOrderId": 0,
- "orderLotCode": "string",
- "customFields": {
- "customField": [
- null
], - "inheritedCustomField": [
- null
], - "empty": true
}, - "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "orderNumber": "string",
- "productCode": "string",
- "accountingArticleCode": "string",
- "accessPoint": "string",
- "rawAmount": 0,
- "prestation": "string",
- "offerTemplateCode": "string",
- "subscriptionCode": "string",
- "taxRecalculated": true,
- "taxRate": 0,
- "invoiceId": 0,
- "discountAmount": 0,
- "discountPlanCode": "string",
- "code": "string",
- "links": [
- {
- "params": { },
- "uri": null,
- "title": null,
- "uriBuilder": { },
- "rel": null,
- "rels": [ ],
- "type": null
}
], - "id": 0
}
], - "invoiceSubCategoryCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "emailSentDate": "2019-08-24T14:15:22Z",
- "listLinkedInvoices": [
- 0
], - "invoiceTypeCode": "string",
- "commercialOrder": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "cpqQuote": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "invoiceLinesTolink": [
- 0
], - "discount": 0,
- "discountAmount": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "alreadySent": true,
- "dontSend": true,
- "draft": true,
- "detailedInvoice": true,
- "alreadyAppliedMinimum": true,
- "alreadyAddedDiscount": true,
- "prepaid": true
}, - "skipValidation": true,
- "isVirtual": true,
- "isIncludeBalance": true,
- "isAutoValidation": true
}Create a new advanced payment invoice
the advanced Payment Invoice object
| comment | string The comment for the invoice |
| label | string The label |
| articleCode | string The article code for invoice |
| billingAccountCode | string The billing account code |
| dueDate | string <date-time> The due date |
| amountWithTax | number The maount with tax |
| invoiceDate | string <date-time> The Date of the invoice |
| invoiceTypeCode | string The invoice type code |
| orderCode | string The order code for invoice |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "comment": "string",
- "label": "string",
- "articleCode": "string",
- "billingAccountCode": "string",
- "dueDate": "2019-08-24T14:15:22Z",
- "amountWithTax": 0,
- "invoiceDate": "2019-08-24T14:15:22Z",
- "invoiceTypeCode": "string",
- "orderCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}delete a sub totals
the add SubTotals
object (InvoiceTypeDto) The Invoice Type | |
required | Array of objects (SubTotalsDto) The sub Totals |
{- "invoiceType": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "occTemplateCode": "string",
- "occTemplateNegativeCode": "string",
- "occTemplateCodeEl": "string",
- "occTemplateNegativeCodeEl": "string",
- "customInvoiceXmlScriptInstanceCode": "string",
- "sequenceDto": {
- "prefixEL": "string",
- "invoiceSequenceCode": "string",
- "sequenceSize": 0,
- "currentInvoiceNb": 0,
- "sequencePattern": "string",
- "sequenceType": "RUM"
}, - "invoiceValidationScriptCode": "string",
- "sellerSequences": {
- "property1": {
- "prefixEL": "string",
- "invoiceSequenceCode": "string",
- "sequenceSize": 0,
- "currentInvoiceNb": 0,
- "sequencePattern": "string",
- "sequenceType": "RUM"
}, - "property2": {
- "prefixEL": "string",
- "invoiceSequenceCode": "string",
- "sequenceSize": 0,
- "currentInvoiceNb": 0,
- "sequencePattern": "string",
- "sequenceType": "RUM"
}
}, - "appliesTo": [
- "string"
], - "matchingAuto": true,
- "invoiceAccountable": true,
- "billingTemplateName": "string",
- "pdfFilenameEL": "string",
- "xmlFilenameEL": "string",
- "billingTemplateNameEL": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "useSelfSequence": true,
- "mailingType": "string",
- "emailTemplateCode": "string",
- "excludeFromAgedTrialBalance": true
}, - "subTotals": [
- {
- "id": 0,
- "code": "string",
- "el": "string",
- "label": "string",
- "languageLabels": [
- {
- "languageCode": "string",
- "description": "string"
}
]
}
]
}Returns the invoice pdf if exists. feberation may be forced using 'generateIfMissing' parameter
| id required | integer <int64> id of the Invoice |
| generateIfMissing | boolean |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns the invoice data
| invoiceNumber required | string invoice Number of the Invoice |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns the invoice data
| id required | integer <int64> id of the Invoice |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Update an invoice
| id required | integer <int64> id of the Invoice |
the Invoice object
| comment | string The comment for the invoice |
| description | string The description of the invoice |
object (Resource) | |
| statusDate | string <date-time> The date of the status |
| status | string Enum: "NEW" "SUSPECT" "REJECTED" "DRAFT" "CANCELED" "VALIDATED" The status of the invoice. |
object (Resource) | |
object (Resource) | |
| sellerCode | string The seller code |
| billingAccountCode | string The billing account code |
| startDate | string <date-time> The start date |
| endDate | string <date-time> The end date |
| alias | string The alias |
object (Resource) | |
| discountRate | number The discount rate |
| paymentStatus | string Enum: "NONE" "PENDING" "PENDING_PLAN" "PAID" "PPAID" "UNPAID" "ABANDONED" "REFUNDED" "DISPUTED" The payement status |
| amount | number The amount of the invoice |
object (Resource) | |
| dueDate | string <date-time> The Due date |
object (CustomFieldsDto) custom field associated the contact category | |
object (Resource) | |
object (Resource) | |
| amountWithTax | number The amount with tax |
| amountTax | number The amount tax |
object (Resource) | |
| netToPay | number The net to pay |
| invoiceNumber | string The invoice number |
| initialCollectionDate | string <date-time> The initial collection date |
| invoiceDate | string <date-time> The invoice date |
| paymentMethodType | string Enum: "CHECK" "DIRECTDEBIT" "WIRETRANSFER" "CARD" "PAYPAL" "STRIPE" "CASH" The payment method type |
| discountAmountWithoutTax | number discount amount without tax |
object (Resource) | |
| iban | string The iban |
| amountWithoutTax | number The amount without tax |
| xmlFilename | string The xml file name for generated invoice xml |
| temporaryInvoiceNumber | string The temporary invoice number |
| pdfFilename | string The pdf file name for generated invoice PDF |
Array of objects (InvoiceLine) The list of the invoice lines | |
| rejectReason | string The rejected reason |
| xmlDate | string <date-time> The xml date |
| pdfDate | string <date-time> The pdf date |
| paymentStatusDate | string <date-time> The date of the payment status |
| rawAmount | number The raw amount |
| amountWithoutTaxBeforeDiscount | number Amount without tax before discount |
| productDate | string <date-time> The product date |
object (Resource) | |
| invoiceAdjustmentCurrentSellerNb | integer <int64> The invoice adjustment current seller |
| invoiceAdjustmentCurrentProviderNb | integer <int64> The invoice adjustment current provider |
| previousInvoiceNumber | string The previous invoice number |
| dueBalance | number The due balance |
object (Resource) | |
object (Resource) | |
object (Resource) | |
| externalRef | string The external ref |
Array of objects (CategoryInvoiceAgregate) The list of the caregory invoice agregates | |
| emailSentDate | string <date-time> The date of email sent |
| listLinkedInvoices | Array of integers <int64> [ items <int64 > ] The list of linked invoices |
| invoiceTypeCode | string The invoice type code |
object (Resource) | |
object (Resource) | |
| invoiceLinesTolink | Array of integers <int64> [ items <int64 > ] The list of the invoice lines to link |
| discount | number The discount if any |
| discountAmount | number The discount amount |
| code | string |
Array of objects | |
| id | integer <int64> |
| alreadySent | boolean Indicate if the invoice is already sent |
| dontSend | boolean Indicate if the invoice doesnt send |
| draft | boolean Indicate if the invoice is draft |
| detailedInvoice | boolean Indicate if the invoice is detailed |
| alreadyAppliedMinimum | boolean Indicate if the invoice is already applied minumun |
| alreadyAddedDiscount | boolean Indicate if the invoice is discount already added |
| prepaid | boolean Indicate if the invoice is a prepaid |
{- "comment": "string",
- "description": "string",
- "order": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "statusDate": "2019-08-24T14:15:22Z",
- "status": "possible value are : <ul><li> NEW : invoice entity has been created but incomplete </li><li>SUSPECT : invoice has been marked as suspect by automatic controls (this status doesn’t block automatic generation)</li><li>REJECTED : invoice has been rejected by automatic controls (this status block automatic generation)</li><li>DRAFT : invoice is complete but not validated. It can be edited.</li><li>CANCELED : invoice has been canceled (all related rated transactions are released. This is a final status)</li><li>VALIDATED : invoice is validated and cannot be edited anymore (this a final status)</li></ul>",
- "quote": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "discountPlan": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "sellerCode": "string",
- "billingAccountCode": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "alias": "string",
- "subscription": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "discountRate": 0,
- "paymentStatus": "possible value are : <ul><li>NONE : invoice has no payment status, no AO created.</li><li>PENDING : AO created, due date is still in the future</li><li>PAID : invoice has no payment status, no AO created.</li><li>PPAID : invoice has no payment status, no AO created</li><li>UNPAID : invoice has no payment status, no AO created.</li><li>ABANDONED : invoice has no payment status, no AO created.</li><li>REFUNDED : invoice has no payment status, no AO created.</li><li>DISPUTED : invoice has no payment status, no AO created.</li>",
- "amount": 0,
- "paymentMethod": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "dueDate": "2019-08-24T14:15:22Z",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "recordedInvoice": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "tradingCountry": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "amountWithTax": 0,
- "amountTax": 0,
- "billingRun": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "netToPay": 0,
- "invoiceNumber": "string",
- "initialCollectionDate": "2019-08-24T14:15:22Z",
- "invoiceDate": "2019-08-24T14:15:22Z",
- "paymentMethodType": "possible value are: CHECK, DIRECTDEBIT, WIRETRANSFER, CARD, PAYPAL, STRIPE, CASH",
- "discountAmountWithoutTax": 0,
- "cfValues": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "iban": "string",
- "amountWithoutTax": 0,
- "xmlFilename": "string",
- "temporaryInvoiceNumber": "string",
- "pdfFilename": "string",
- "invoiceLines": [
- {
- "description": "string",
- "status": "possible value are: OPEN, BILLED, REJECTED, RERATED, CANCELED",
- "label": "string",
- "serviceInstanceCode": "string",
- "serviceTemplateCode": "string",
- "productVersionId": 0,
- "offerServiceTemplateId": 0,
- "billingRunId": 0,
- "taxAccountingCode": "string",
- "billingAccountCode": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "discountRate": 0,
- "taxMode": "string",
- "taxCode": "string",
- "quantity": 0,
- "valueDate": "2019-08-24T14:15:22Z",
- "unitPrice": 0,
- "orderRef": "string",
- "commercialOrderId": 0,
- "orderLotCode": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "orderNumber": "string",
- "productCode": "string",
- "accountingArticleCode": "string",
- "accessPoint": "string",
- "rawAmount": 0,
- "prestation": "string",
- "offerTemplateCode": "string",
- "subscriptionCode": "string",
- "taxRecalculated": true,
- "taxRate": 0,
- "invoiceId": 0,
- "discountAmount": 0,
- "discountPlanCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "rejectReason": "string",
- "xmlDate": "2019-08-24T14:15:22Z",
- "pdfDate": "2019-08-24T14:15:22Z",
- "paymentStatusDate": "2019-08-24T14:15:22Z",
- "rawAmount": 0,
- "amountWithoutTaxBeforeDiscount": 0,
- "productDate": "2019-08-24T14:15:22Z",
- "adjustedInvoice": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "invoiceAdjustmentCurrentSellerNb": 0,
- "invoiceAdjustmentCurrentProviderNb": 0,
- "previousInvoiceNumber": "string",
- "dueBalance": 0,
- "tradingCurrency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "tradingLanguage": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "cfAccumulatedValues": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "externalRef": "string",
- "categoryInvoiceAgregates": [
- {
- "description": "string",
- "userAccountCode": "string",
- "itemNumber": 0,
- "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "discountAggregates": [
- {
- "discountPlanItemCode": "string",
- "discountPercent": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "categoryInvoiceCode": "string",
- "listSubCategoryInvoiceAgregate": [
- {
- "description": "string",
- "userAccountCode": "string",
- "quantity": 0,
- "accountingCode": "string",
- "amountsByTax": [
- {
- "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "tax": {
- "percent": 0,
- "accountingCode": "string",
- "composite": true,
- "code": "string",
- "links": [
- {
- "params": { },
- "uri": null,
- "title": null,
- "uriBuilder": { },
- "rel": null,
- "rels": [ ],
- "type": null
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": null,
- "property2": null
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- null
], - "type": "string"
}
], - "id": 0
}
], - "itemNumber": 0,
- "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "invoiceLines": [
- {
- "description": "string",
- "status": "possible value are: OPEN, BILLED, REJECTED, RERATED, CANCELED",
- "label": "string",
- "serviceInstanceCode": "string",
- "serviceTemplateCode": "string",
- "productVersionId": 0,
- "offerServiceTemplateId": 0,
- "billingRunId": 0,
- "taxAccountingCode": "string",
- "billingAccountCode": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "discountRate": 0,
- "taxMode": "string",
- "taxCode": "string",
- "quantity": 0,
- "valueDate": "2019-08-24T14:15:22Z",
- "unitPrice": 0,
- "orderRef": "string",
- "commercialOrderId": 0,
- "orderLotCode": "string",
- "customFields": {
- "customField": [
- {
- "code": null,
- "description": null,
- "fieldType": null,
- "languageDescriptions": [ ],
- "valueDate": null,
- "valuePeriodStartDate": null,
- "valuePeriodEndDate": null,
- "valuePeriodPriority": null,
- "stringValue": null,
- "dateValue": null,
- "longValue": null,
- "doubleValue": null,
- "booleanValue": null,
- "mapValue": { },
- "entityReferenceValue": null,
- "valueConverted": { },
- "indexType": null,
- "fileValue": null,
- "formattedValue": null,
- "urlReferenceValue": null,
- "guiPosition": null,
- "customTableCode": null,
- "dataFilter": null,
- "fields": null,
- "empty": null,
- "value": [ ]
}
], - "inheritedCustomField": [
- {
- "code": null,
- "description": null,
- "fieldType": null,
- "languageDescriptions": [ ],
- "valueDate": null,
- "valuePeriodStartDate": null,
- "valuePeriodEndDate": null,
- "valuePeriodPriority": null,
- "stringValue": null,
- "dateValue": null,
- "longValue": null,
- "doubleValue": null,
- "booleanValue": null,
- "mapValue": { },
- "entityReferenceValue": null,
- "valueConverted": { },
- "indexType": null,
- "fileValue": null,
- "formattedValue": null,
- "urlReferenceValue": null,
- "guiPosition": null,
- "customTableCode": null,
- "dataFilter": null,
- "fields": null,
- "empty": null,
- "value": [ ]
}
], - "empty": true
}, - "amountWithTax": 0,
- "amountTax": 0,
- "amountWithoutTax": 0,
- "orderNumber": "string",
- "productCode": "string",
- "accountingArticleCode": "string",
- "accessPoint": "string",
- "rawAmount": 0,
- "prestation": "string",
- "offerTemplateCode": "string",
- "subscriptionCode": "string",
- "taxRecalculated": true,
- "taxRate": 0,
- "invoiceId": 0,
- "discountAmount": 0,
- "discountPlanCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": null,
- "property2": null
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- null
], - "type": "string"
}
], - "id": 0
}
], - "invoiceSubCategoryCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "emailSentDate": "2019-08-24T14:15:22Z",
- "listLinkedInvoices": [
- 0
], - "invoiceTypeCode": "string",
- "commercialOrder": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "cpqQuote": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "invoiceLinesTolink": [
- 0
], - "discount": 0,
- "discountAmount": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "alreadySent": true,
- "dontSend": true,
- "draft": true,
- "detailedInvoice": true,
- "alreadyAppliedMinimum": true,
- "alreadyAddedDiscount": true,
- "prepaid": true
}Returns the invoice data
| invoiceType required | integer <int64> type of the Invoice |
| invoiceNumber required | string invoice number |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Get all operations matched to the given invoice
| invoiceType required | integer <int64> type of the Invoice |
| invoiceNumber required | string invoice number |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Update a validated invoice with a set of changes to apply and return the updated invoice
| id required | integer <int64> id of the Invoice |
the Invoice object
| comment | string The comment for the invoice |
object (CustomFieldsDto) custom field associated the contact category | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "comment": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create exceptional billing run
Billing run to create
object Filters on RT | |
| billingRunTypeEnum | string Enum: "AUTOMATIC" "MANUAL" "FULL_AUTOMATIC" Billing run process type |
object (CustomFieldsDto) custom field associated the contact category | |
| invoiceType | string |
| invoiceDate | string <date-time> Invoice date |
| collectionDate | string <date-time> Billing run collection date |
| rejectAutoAction | string Enum: "CANCEL" "MOVE" reject auto action |
| suspectAutoAction | string Enum: "CANCEL" "MOVE" Suspect auto action |
| code | string |
Array of objects | |
| id | integer <int64> |
| skipValidationScript | boolean Skip validation script |
| computeDatesAtValidation | boolean Decide whether or not dates should be recomputed at invoice validation |
{- "filters": {
- "property1": "string",
- "property2": "string"
}, - "billingRunTypeEnum": "AUTOMATIC",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "invoiceType": "string",
- "invoiceDate": "2019-08-24T14:15:22Z",
- "collectionDate": "2019-08-24T14:15:22Z",
- "rejectAutoAction": "CANCEL",
- "suspectAutoAction": "CANCEL",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "skipValidationScript": true,
- "computeDatesAtValidation": true
}the ChargeCdrListInput object
| virtual | boolean Rating must happen in a transaction no change performed during rating is persisted if isVirtual=true |
| rateTriggeredEdr | boolean Rate all TriggeredEDR created by the rating of the charge |
| maxDepth | integer <int32> The max deep used in triggered EDR |
| returnWalletOperations | boolean If true, the API will return the list of IDs of all wallet operations produced. Applies to non-virtual mode only. |
| returnWalletOperationDetails | boolean If true, the API will return the list of details of all wallet operations produced, even if they are virtual |
| returnCounters | boolean If true, the API will return the list of counter updates produced, even if they are virtual |
| generateRTs | boolean If true, the API will automatically generate RTs |
| mode | string Enum: "STOP_ON_FIRST_FAIL" "PROCESS_ALL" "ROLLBACK_ON_ERROR" How the CDR list is processed : STOP_ON_FIRST_FAIL, PROCESS_ALL, ROLLBACK_ON_ERROR |
| cdrs | Array of strings List of CDRs to process |
| returnEDRs | boolean If true, the API will return the list of IDs of all EDRs produced. Applies to non-virtual mode only. |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "virtual": true,
- "rateTriggeredEdr": true,
- "maxDepth": 0,
- "returnWalletOperations": true,
- "returnWalletOperationDetails": true,
- "returnCounters": true,
- "generateRTs": true,
- "mode": "STOP_ON_FIRST_FAIL",
- "cdrs": [
- "string"
], - "returnEDRs": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}the CdrListInput object
| mode | string Enum: "STOP_ON_FIRST_FAIL" "PROCESS_ALL" "ROLLBACK_ON_ERROR" How the CDR list is processed : STOP_ON_FIRST_FAIL, PROCESS_ALL, ROLLBACK_ON_ERROR |
| cdrs | Array of strings List of CDRs to process |
| returnEDRs | boolean If true, the API will return the list of IDs of all EDRs produced. Applies to non-virtual mode only. |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "mode": "STOP_ON_FIRST_FAIL",
- "cdrs": [
- "string"
], - "returnEDRs": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}the CdrListInput object
| mode | string Enum: "STOP_ON_FIRST_FAIL" "PROCESS_ALL" "ROLLBACK_ON_ERROR" How the CDR list is processed : STOP_ON_FIRST_FAIL, PROCESS_ALL, ROLLBACK_ON_ERROR |
| cdrs | Array of strings List of CDRs to process |
| returnEDRs | boolean If true, the API will return the list of IDs of all EDRs produced. Applies to non-virtual mode only. |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "mode": "STOP_ON_FIRST_FAIL",
- "cdrs": [
- "string"
], - "returnEDRs": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}the ChargeCdrListInput object
| virtual | boolean Rating must happen in a transaction no change performed during rating is persisted if isVirtual=true |
| rateTriggeredEdr | boolean Rate all TriggeredEDR created by the rating of the charge |
| maxDepth | integer <int32> The max deep used in triggered EDR |
| returnWalletOperations | boolean If true, the API will return the list of IDs of all wallet operations produced. Applies to non-virtual mode only. |
| returnWalletOperationDetails | boolean If true, the API will return the list of details of all wallet operations produced, even if they are virtual |
| returnCounters | boolean If true, the API will return the list of counter updates produced, even if they are virtual |
| generateRTs | boolean If true, the API will automatically generate RTs |
| mode | string Enum: "STOP_ON_FIRST_FAIL" "PROCESS_ALL" "ROLLBACK_ON_ERROR" How the CDR list is processed : STOP_ON_FIRST_FAIL, PROCESS_ALL, ROLLBACK_ON_ERROR |
| cdrs | Array of strings List of CDRs to process |
| returnEDRs | boolean If true, the API will return the list of IDs of all EDRs produced. Applies to non-virtual mode only. |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "virtual": true,
- "rateTriggeredEdr": true,
- "maxDepth": 0,
- "returnWalletOperations": true,
- "returnWalletOperationDetails": true,
- "returnCounters": true,
- "generateRTs": true,
- "mode": "STOP_ON_FIRST_FAIL",
- "cdrs": [
- "string"
], - "returnEDRs": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}the CdrListInput object
| mode | string Enum: "STOP_ON_FIRST_FAIL" "PROCESS_ALL" "ROLLBACK_ON_ERROR" How the CDR list is processed : STOP_ON_FIRST_FAIL, PROCESS_ALL, ROLLBACK_ON_ERROR |
| cdrs | Array of strings List of CDRs to process |
| returnEDRs | boolean If true, the API will return the list of IDs of all EDRs produced. Applies to non-virtual mode only. |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "mode": "STOP_ON_FIRST_FAIL",
- "cdrs": [
- "string"
], - "returnEDRs": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}the CdrListInput object
| mode | string Enum: "STOP_ON_FIRST_FAIL" "PROCESS_ALL" "ROLLBACK_ON_ERROR" How the CDR list is processed : STOP_ON_FIRST_FAIL, PROCESS_ALL, ROLLBACK_ON_ERROR |
| cdrs | Array of strings List of CDRs to process |
| returnEDRs | boolean If true, the API will return the list of IDs of all EDRs produced. Applies to non-virtual mode only. |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "mode": "STOP_ON_FIRST_FAIL",
- "cdrs": [
- "string"
], - "returnEDRs": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}the ChargeCdrListInput object
| virtual | boolean Rating must happen in a transaction no change performed during rating is persisted if isVirtual=true |
| rateTriggeredEdr | boolean Rate all TriggeredEDR created by the rating of the charge |
| maxDepth | integer <int32> The max deep used in triggered EDR |
| returnWalletOperations | boolean If true, the API will return the list of IDs of all wallet operations produced. Applies to non-virtual mode only. |
| returnWalletOperationDetails | boolean If true, the API will return the list of details of all wallet operations produced, even if they are virtual |
| returnCounters | boolean If true, the API will return the list of counter updates produced, even if they are virtual |
| generateRTs | boolean If true, the API will automatically generate RTs |
| mode | string Enum: "STOP_ON_FIRST_FAIL" "PROCESS_ALL" "ROLLBACK_ON_ERROR" How the CDR list is processed : STOP_ON_FIRST_FAIL, PROCESS_ALL, ROLLBACK_ON_ERROR |
| cdrs | Array of strings List of CDRs to process |
| returnEDRs | boolean If true, the API will return the list of IDs of all EDRs produced. Applies to non-virtual mode only. |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "virtual": true,
- "rateTriggeredEdr": true,
- "maxDepth": 0,
- "returnWalletOperations": true,
- "returnWalletOperationDetails": true,
- "returnCounters": true,
- "generateRTs": true,
- "mode": "STOP_ON_FIRST_FAIL",
- "cdrs": [
- "string"
], - "returnEDRs": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}the CdrListInput object
| mode | string Enum: "STOP_ON_FIRST_FAIL" "PROCESS_ALL" "ROLLBACK_ON_ERROR" How the CDR list is processed : STOP_ON_FIRST_FAIL, PROCESS_ALL, ROLLBACK_ON_ERROR |
| cdrs | Array of strings List of CDRs to process |
| returnEDRs | boolean If true, the API will return the list of IDs of all EDRs produced. Applies to non-virtual mode only. |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "mode": "STOP_ON_FIRST_FAIL",
- "cdrs": [
- "string"
], - "returnEDRs": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}the CdrListInput object
| mode | string Enum: "STOP_ON_FIRST_FAIL" "PROCESS_ALL" "ROLLBACK_ON_ERROR" How the CDR list is processed : STOP_ON_FIRST_FAIL, PROCESS_ALL, ROLLBACK_ON_ERROR |
| cdrs | Array of strings List of CDRs to process |
| returnEDRs | boolean If true, the API will return the list of IDs of all EDRs produced. Applies to non-virtual mode only. |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "mode": "STOP_ON_FIRST_FAIL",
- "cdrs": [
- "string"
], - "returnEDRs": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}create new ratedTransaction
the ratedTransaction object
| serviceInstanceCode | string |
| billingAccountCode | string |
| userAccountCode | string |
| parameterExtra | string |
| unitAmountWithoutTax | number |
| quantity | number |
| parameter1 | string |
| parameter2 | string |
| parameter3 | string |
| subscriptionCode | string |
| usageDate | string <date-time> |
| chargeInstanceCode | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "serviceInstanceCode": "string",
- "billingAccountCode": "string",
- "userAccountCode": "string",
- "parameterExtra": "string",
- "unitAmountWithoutTax": 0,
- "quantity": 0,
- "parameter1": "string",
- "parameter2": "string",
- "parameter3": "string",
- "subscriptionCode": "string",
- "usageDate": "2019-08-24T14:15:22Z",
- "chargeInstanceCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Returns rated transaction data
| code required | string code of the Rated transaction |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}update an existing ratedTransaction
| id required | integer <int64> id of ratedTransaction |
the ratedTransaction object
| serviceInstanceCode | string |
| billingAccountCode | string |
| userAccountCode | string |
| parameterExtra | string |
| unitAmountWithoutTax | number |
| quantity | number |
| parameter1 | string |
| parameter2 | string |
| parameter3 | string |
| subscriptionCode | string |
| usageDate | string <date-time> |
| chargeInstanceCode | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "serviceInstanceCode": "string",
- "billingAccountCode": "string",
- "userAccountCode": "string",
- "parameterExtra": "string",
- "unitAmountWithoutTax": 0,
- "quantity": 0,
- "parameter1": "string",
- "parameter2": "string",
- "parameter3": "string",
- "subscriptionCode": "string",
- "usageDate": "2019-08-24T14:15:22Z",
- "chargeInstanceCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Returns the discount plan items data
| id required | integer <int64> id of the discount plan |
requestDto carries the wanted fields ex: {genericFields = [code, description]}
object | |
| genericFields | Array of strings unique |
| nestedEntities | Array of strings unique |
| excluding | Array of strings unique |
| nestedDepth | integer <int64> |
Array of objects (GenericFieldDetails) | |
| fullTextFilter | string |
| groupBy | Array of strings unique |
| having | Array of strings unique |
| joinType | string Enum: "INNER" "LEFT" "RIGHT" |
| limit | integer <int64> |
| total | integer <int64> |
object | |
| sortBy | string |
| sortOrder | string |
| offset | integer <int64> |
{- "filters": {
- "property1": { },
- "property2": { }
}, - "genericFields": [
- "string"
], - "nestedEntities": [
- "string"
], - "excluding": [
- "string"
], - "nestedDepth": 0,
- "genericFieldDetails": [
- {
- "header": "string",
- "mappings": {
- "property1": "string",
- "property2": "string"
}, - "transformation": "string",
- "formula": "string",
- "formulaInputs": "string",
- "name": "string"
}
], - "fullTextFilter": "string",
- "groupBy": [
- "string"
], - "having": [
- "string"
], - "joinType": "INNER",
- "limit": 0,
- "total": 0,
- "translations": {
- "property1": "string",
- "property2": "string"
}, - "sortBy": "string",
- "sortOrder": "string",
- "offset": 0
}create new discount plan
| id required | integer <int64> id of the discount plan |
dto the json representation of the object
"string"Returns the discount plan data
| id required | integer <int64> id of the discount plan |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify record id, and as body, the list of the fields to update
| id required | integer <int64> The id here is the database primary key of the record to update |
dto the json representation of the object
"string"{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify the entity name, the record id, and as body, the list of the fields to delete
| id required | integer <int64> The id here is the database primary key of the record to delete |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns the discount plan data
| id required | integer <int64> id of the discount plan |
| idItem required | integer <int64> id of the discount plan item |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify record id, and as body, the list of the fields to update
| idItem required | integer <int64> The id here is the database primary key of the record to update |
dto the json representation of the object
"string"{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify the entity name, the record id, and as body, the list of the fields to delete
| idItem required | integer <int64> The id here is the database primary key of the record to delete |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}specify record id, and as body, the list of the fields to update
| id required | integer <int64> The id here is the database primary key of the record to update |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Import grid data in price versions
input data
| data | Array of strings <byte> [ items <byte > ] data |
| pricePlanMatrixVersion | integer <int32> price plan matrix version |
| pricePlanMatrixCode | string price plan matrix code |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "data": [
- "string"
], - "pricePlanMatrixVersion": 0,
- "pricePlanMatrixCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}This API will import the zip file containing the list of price plan versions
input data
Array of objects (ImportPricePlanVersionsItem) | |
| fileToImport | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "pricePlanVersions": [
- {
- "status": "DRAFT",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "chargeCode": "string",
- "fileName": "string"
}
], - "fileToImport": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Import grid data in price versions
input data
| data | Array of strings <byte> [ items <byte > ] data |
| pricePlanMatrixVersion | integer <int32> price plan matrix version |
| pricePlanMatrixCode | string price plan matrix code |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "data": [
- "string"
], - "pricePlanMatrixVersion": 0,
- "pricePlanMatrixCode": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}This API will import the zip file containing the list of price plan versions
input data
Array of objects (ImportPricePlanVersionsItem) | |
| fileToImport | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "pricePlanVersions": [
- {
- "status": "DRAFT",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "chargeCode": "string",
- "fileName": "string"
}
], - "fileToImport": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Check if the current price plan version is used in a draft quote, not completed/validated order, or in a subscription
| pricePlanMatrixCode required | string code of the price plan |
| pricePlanMatrixVersion required | integer <int32> version of the pricePlanVersion |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}| contractCode required | string |
| invoicedBACodeEL | string Expression to provide the code of a billing account that will be invoiced this rated transaction. |
| criteriaEL | string Expression to tell OC if this rule should apply to the tested rated transaction |
| priority | integer <int32> |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "invoicedBACodeEL": "string",
- "criteriaEL": "string",
- "priority": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}| contractCode required | string |
| id required | integer <int64> |
| invoicedBACodeEL | string Expression to provide the code of a billing account that will be invoiced this rated transaction. |
| criteriaEL | string Expression to tell OC if this rule should apply to the tested rated transaction |
| priority | integer <int32> |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "invoicedBACodeEL": "string",
- "criteriaEL": "string",
- "priority": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}| description | string description of the contact category |
| code | string code of the contact category |
object (CustomFieldsDto) custom field associated the contact category | |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "code": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}| contactCategoryCode required | string |
| description | string description of the contact category |
| code | string code of the contact category |
object (CustomFieldsDto) custom field associated the contact category | |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "code": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}| description | string description of the contact category |
| code | string code of the contact category |
object (CustomFieldsDto) custom field associated the contact category | |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "code": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}| contactCategoryCode required | string |
| description | string description of the contact category |
| code | string code of the contact category |
object (CustomFieldsDto) custom field associated the contact category | |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "code": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}| description | string description of the contact category |
| code | string code of the contact category |
object (CustomFieldsDto) custom field associated the contact category | |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "code": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}| contactCategoryCode required | string |
| description | string description of the contact category |
| code | string code of the contact category |
object (CustomFieldsDto) custom field associated the contact category | |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "code": "string",
- "customFields": {
- "customField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "inheritedCustomField": [
- {
- "code": "string",
- "description": "string",
- "fieldType": "STRING",
- "languageDescriptions": [
- {
- "languageCode": "string",
- "description": "string"
}
], - "valueDate": "2019-08-24T14:15:22Z",
- "valuePeriodStartDate": "2019-08-24T14:15:22Z",
- "valuePeriodEndDate": "2019-08-24T14:15:22Z",
- "valuePeriodPriority": 0,
- "stringValue": "string",
- "dateValue": "2019-08-24T14:15:22Z",
- "longValue": 0,
- "doubleValue": 0.1,
- "booleanValue": true,
- "mapValue": {
- "property1": {
- "value": { },
- "empty": true
}, - "property2": {
- "value": { },
- "empty": true
}
}, - "entityReferenceValue": {
- "classname": "string",
- "code": "string",
- "empty": true
}, - "valueConverted": { },
- "indexType": "STORE_ONLY",
- "fileValue": "string",
- "formattedValue": {
- "id": 0,
- "code": "string",
- "description": "string",
- "updatedCode": "string",
- "singleValue": "string",
- "listValue": [
- "string"
], - "mapValue": {
- "property1": "string",
- "property2": "string"
}
}, - "urlReferenceValue": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "guiPosition": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "empty": true,
- "value": [
- {
- "value": { },
- "empty": true
}
]
}
], - "empty": true
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}delete an existing document file from disk
| id required | integer <int64> The id here is the database primary key of the document's file to delete |
| includingDocument required | boolean Default: false a flag to include the document instance in the delete operation |
Create a new Dunning Action
dunning Action
object | |
| description | string |
| code | string |
| actionType | string |
Array of objects unique | |
object | |
| actionMode | string |
| actionChannel | string |
object | |
| attachOverdueInvoices | boolean |
| attachDueInvoices | boolean |
{- "script": {
- "property1": 0,
- "property2": 0
}, - "description": "string",
- "code": "string",
- "actionType": "string",
- "relatedLevels": [
- {
- "property1": 0,
- "property2": 0
}
], - "actionNotificationTemplate": {
- "property1": 0,
- "property2": 0
}, - "actionMode": "string",
- "actionChannel": "string",
- "assignedTo": {
- "property1": 0,
- "property2": 0
}, - "attachOverdueInvoices": true,
- "attachDueInvoices": true
}Update a Dunning Action
| dunningActionId required | integer <int64> dunning Action id |
dunning Action
object | |
| description | string |
| code | string |
| actionType | string |
Array of objects unique | |
object | |
| actionMode | string |
| actionChannel | string |
object | |
| attachOverdueInvoices | boolean |
| attachDueInvoices | boolean |
{- "script": {
- "property1": 0,
- "property2": 0
}, - "description": "string",
- "code": "string",
- "actionType": "string",
- "relatedLevels": [
- {
- "property1": 0,
- "property2": 0
}
], - "actionNotificationTemplate": {
- "property1": 0,
- "property2": 0
}, - "actionMode": "string",
- "actionChannel": "string",
- "assignedTo": {
- "property1": 0,
- "property2": 0
}, - "attachOverdueInvoices": true,
- "attachDueInvoices": true
}Create new collection plan status
| description | string indicate description for the collection |
| status | string Enum: "ACTIVE" "SUCCESS" "FAILED" "PAUSED" "STOPPED" indicate the status used in the collection |
| colorCode | string indicate color code for the status |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "status": "ACTIVE",
- "colorCode": "string",
- "dunningSettings": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update new collection plan status without its dunning settings
| id required | integer <int64> |
| description | string indicate description for the collection |
| status | string Enum: "ACTIVE" "SUCCESS" "FAILED" "PAUSED" "STOPPED" indicate the status used in the collection |
| colorCode | string indicate color code for the status |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "status": "ACTIVE",
- "colorCode": "string",
- "dunningSettings": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create new Dunning Agent
object (Resource) | |
| collectionAgency | string indicate email collection agency |
| agentFirstNameItem | string |
| agentLastNameItem | string |
| agentEmailItem | string |
| external | boolean include collection agency |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "dunningSettings": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "collectionAgency": "string",
- "agentFirstNameItem": "string",
- "agentLastNameItem": "string",
- "agentEmailItem": "string",
- "external": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update an existing Dunning Agent
| dunningSettingsCode required | string |
| agentEmailItem required | string |
object (Resource) | |
| collectionAgency | string indicate email collection agency |
| agentFirstNameItem | string |
| agentLastNameItem | string |
| agentEmailItem | string |
| external | boolean include collection agency |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "dunningSettings": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "collectionAgency": "string",
- "agentFirstNameItem": "string",
- "agentLastNameItem": "string",
- "agentEmailItem": "string",
- "external": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Add DunningActionInstance
| mode | string Enum: "MANUAL" "AUTOMATIC" |
| description | string |
object (Resource) | |
| actionRestult | string |
object (Resource) | |
| actionType | string Enum: "SEND_NOTIFICATION" "RETRY_PAYMENT" "WRITE_OFF_INVOICE" "ISSUE_A_CREDIT_NOTE" "SCRIPT" |
| actionStatus | string Enum: "TO_BE_DONE" "DONE" |
object (Resource) | |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "mode": "MANUAL",
- "description": "string",
- "actionOwner": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "actionRestult": "string",
- "dunningLevelInstance": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "actionType": "SEND_NOTIFICATION",
- "actionStatus": "TO_BE_DONE",
- "collectionPlan": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "dunningAction": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Add DunningLevelInstance
| sequence | integer <int32> |
| daysOverdue | integer <int32> |
object (Resource) | |
object (Resource) | |
object (Resource) | |
| levelStatus | string Enum: "TO_BE_DONE" "IN_PROGRESS" "DONE" |
object (Resource) | |
Array of objects (DunningActionInstanceInput) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "sequence": 0,
- "daysOverdue": 0,
- "dunningLevel": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "collectionPlanStatus": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "collectionPlan": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "levelStatus": "TO_BE_DONE",
- "policyLevel": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "actions": [
- {
- "mode": "MANUAL",
- "description": "string",
- "actionOwner": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "actionRestult": "string",
- "dunningLevelInstance": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "actionType": "SEND_NOTIFICATION",
- "actionStatus": "TO_BE_DONE",
- "collectionPlan": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "dunningAction": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Mass Pause list of collection plan
MassPauseDunningCollectionPlan input
Array of objects (Resource) Collection plan list to check | |
object (Resource) | |
| forcePause | boolean Force pause |
| pauseUntil | string <date-time> Pause until date |
{- "collectionPlans": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "dunningPauseReason": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "forcePause": true,
- "pauseUntil": "2019-08-24T14:15:22Z"
}Mass Stop collection plan
MassStopDunningCollectionPlan input
Array of objects (Resource) Indicate dunning list of collection plan | |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "collectionPlans": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "dunningStopReason": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Pause collection plan
| id required | integer <int64> |
object (Resource) | |
| forcePause | boolean Force pause |
| pauseUntil | string <date-time> Pause until date |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "dunningPauseReason": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "forcePause": true,
- "pauseUntil": "2019-08-24T14:15:22Z",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Remove DunningActionInstance
Array of objects (Resource) | |||||||
Array
| |||||||
{- "actions": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
]
}Remove DunningLevelInstance
Array of objects (Resource) | |||||||
Array
| |||||||
{- "levels": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
]
}Stop collection plan
| id required | integer <int64> |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "dunningStopReason": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update DunningActionInstance
| actionInstanceId required | integer <int64> |
| mode | string Enum: "MANUAL" "AUTOMATIC" |
| description | string |
object (Resource) | |
| actionRestult | string |
object (Resource) | |
| actionType | string Enum: "SEND_NOTIFICATION" "RETRY_PAYMENT" "WRITE_OFF_INVOICE" "ISSUE_A_CREDIT_NOTE" "SCRIPT" |
| actionStatus | string Enum: "TO_BE_DONE" "DONE" |
object (Resource) | |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "mode": "MANUAL",
- "description": "string",
- "actionOwner": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "actionRestult": "string",
- "dunningLevelInstance": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "actionType": "SEND_NOTIFICATION",
- "actionStatus": "TO_BE_DONE",
- "collectionPlan": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "dunningAction": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update DunningLevelInstance
| levelInstanceId required | integer <int64> |
| daysOverdue | integer <int32> |
| levelStatus | string Enum: "TO_BE_DONE" "IN_PROGRESS" "DONE" |
Array of objects (DunningActionInstanceInput) |
{- "daysOverdue": 0,
- "levelStatus": "TO_BE_DONE",
- "actions": [
- {
- "mode": "MANUAL",
- "description": "string",
- "actionOwner": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "actionRestult": "string",
- "dunningLevelInstance": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "actionType": "SEND_NOTIFICATION",
- "actionStatus": "TO_BE_DONE",
- "collectionPlan": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "dunningAction": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
]
}List of available dunning policies
available dunning policies input
object (Resource) | |
object (Resource) |
{- "billingAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "collectionPlan": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
}Check eligible collection for switch
Collection plans to check
object (Resource) | |
Array of objects (Resource) Collection plan list to check |
{- "policy": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "collectionPlans": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
]
}Mass switch collection plan
MassSwitchDunningCollectionPlan input
object (Resource) | |
object (Resource) | |
Array of objects (Resource) Indicate dunning collection plan | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "dunningPolicy": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "policyLevel": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "collectionPlanList": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Switch collection plan
| collectionPlanId required | integer <int64> Collection plan id |
SwitchDunningCollectionPlan input
object (Resource) | |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "dunningPolicy": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "policyLevel": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create new dunning level
| code | string |
Array of objects | |
| id | integer <int64> |
| description | string dunning level description |
| dunningActions | Array of strings Dunning level actions |
| isEndOfDunningLevel | boolean End of dunning level |
| dunningLevelChargeCurrency | string Dunning level charge currency |
| dunningLevelMinBalanceCurrency | string Dunning level currency |
| dunningLevelDaysOverdue | integer <int32> Days overdue |
| dunningLevelMinBalance | number Dunning level min balance |
| dunningLevelChargeType | string Dunning level charge type |
| dunningLevelChargeValue | number Dunning level charge value |
| isReminderLevel | boolean Is a reminder level |
| isActiveLevel | boolean Is an active level |
| isSoftDeclineLevel | boolean Soft decline |
{- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "description": "string",
- "dunningActions": [
- "string"
], - "isEndOfDunningLevel": true,
- "dunningLevelChargeCurrency": "string",
- "dunningLevelMinBalanceCurrency": "string",
- "dunningLevelDaysOverdue": 0,
- "dunningLevelMinBalance": 0,
- "dunningLevelChargeType": "string",
- "dunningLevelChargeValue": 0,
- "isReminderLevel": true,
- "isActiveLevel": true,
- "isSoftDeclineLevel": true
}Update a dunning level
| dunningLevelId required | integer <int64> |
| code | string |
Array of objects | |
| id | integer <int64> |
| description | string dunning level description |
| dunningActions | Array of strings Dunning level actions |
| isEndOfDunningLevel | boolean End of dunning level |
| dunningLevelChargeCurrency | string Dunning level charge currency |
| dunningLevelMinBalanceCurrency | string Dunning level currency |
| dunningLevelDaysOverdue | integer <int32> Days overdue |
| dunningLevelMinBalance | number Dunning level min balance |
| dunningLevelChargeType | string Dunning level charge type |
| dunningLevelChargeValue | number Dunning level charge value |
| isReminderLevel | boolean Is a reminder level |
| isActiveLevel | boolean Is an active level |
| isSoftDeclineLevel | boolean Soft decline |
{- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "description": "string",
- "dunningActions": [
- "string"
], - "isEndOfDunningLevel": true,
- "dunningLevelChargeCurrency": "string",
- "dunningLevelMinBalanceCurrency": "string",
- "dunningLevelDaysOverdue": 0,
- "dunningLevelMinBalance": 0,
- "dunningLevelChargeType": "string",
- "dunningLevelChargeValue": 0,
- "isReminderLevel": true,
- "isActiveLevel": true,
- "isSoftDeclineLevel": true
}Create new Dunning Pause Reason
| description | string The pause reason's description |
object (Resource) | |
| pauseReason | string The pause reason |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "dunningSettings": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "pauseReason": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update an existing Dunning Pause Reasons
| id required | integer <int64> Entity's id to update |
| description | string The pause reason's description |
object (Resource) | |
| pauseReason | string The pause reason |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "dunningSettings": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "pauseReason": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create new Dunning Payment Retry
object (Resource) | |
| paymentMethod | string Enum: "CHECK" "DIRECTDEBIT" "WIRETRANSFER" "CARD" "PAYPAL" "STRIPE" "CASH" The payment method |
| numPayRetries | integer <int32> The number of payment retries |
| payRetryFrequencyUnit | string Enum: "DAY" "MONTH" The unit's frequency of retry |
| payRetryFrequency | integer <int32> The retry's frequency |
| psp | string The payment service provider |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "dunningSettings": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "paymentMethod": "CHECK",
- "numPayRetries": 0,
- "payRetryFrequencyUnit": "DAY",
- "payRetryFrequency": 0,
- "psp": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update an existing Dunning Payment Retry
| id required | integer <int64> Entity's id to update |
object (Resource) | |
| paymentMethod | string Enum: "CHECK" "DIRECTDEBIT" "WIRETRANSFER" "CARD" "PAYPAL" "STRIPE" "CASH" The payment method |
| numPayRetries | integer <int32> The number of payment retries |
| payRetryFrequencyUnit | string Enum: "DAY" "MONTH" The unit's frequency of retry |
| payRetryFrequency | integer <int32> The retry's frequency |
| psp | string The payment service provider |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "dunningSettings": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "paymentMethod": "CHECK",
- "numPayRetries": 0,
- "payRetryFrequencyUnit": "DAY",
- "payRetryFrequency": 0,
- "psp": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create new Dunning policy
Dunning policy to create
| policyDescription | string dunning policy description |
| interestForDelaySequence | integer <int32> Interest for delay sequence |
| policyPriority | integer <int32> Policy priority |
Array of objects (Resource) Dunning policy rules | |
object (Resource) | |
| minBalanceTrigger | number <double> min balance trigger |
| policyName | string dunning policy name |
| determineLevelBy | string Enum: "DAYS_OVERDUE" "DAYS_OVERDUE_OR_BALANCE_THRESHOLD" Determine level by |
Array of objects (DunningPolicyLevel) Dunning policy levels | |
| code | string |
Array of objects | |
| id | integer <int64> |
| isDefaultPolicy | boolean is default policy |
| isActivePolicy | boolean is policy is activated |
| includeDueInvoicesInThreshold | boolean include due invoices in threshold |
| includePayReminder | boolean include pay reminder |
| attachInvoicesToEmails | boolean Attach invoices to emails |
{- "policyDescription": "string",
- "interestForDelaySequence": 0,
- "policyPriority": 0,
- "dunningPolicyRules": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "minBalanceTriggerCurrency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "minBalanceTrigger": 0.1,
- "policyName": "string",
- "determineLevelBy": "DAYS_OVERDUE",
- "dunningPolicyLevels": [
- {
- "dunningLevelId": 0,
- "collectionPlanStatusId": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "isDefaultPolicy": true,
- "isActivePolicy": true,
- "includeDueInvoicesInThreshold": true,
- "includePayReminder": true,
- "attachInvoicesToEmails": true
}deactivate dunning policy
Dunning policy ids list
| property name* additional property | Array of integers <int64> unique [ items <int64 > ] |
{- "property1": [
- 0
], - "property2": [
- 0
]
}update Dunning policy
| dunningPolicyId required | integer <int64> Dunning policy id |
dunning policy to update
| policyDescription | string dunning policy description |
| interestForDelaySequence | integer <int32> Interest for delay sequence |
| policyPriority | integer <int32> Policy priority |
Array of objects (Resource) Dunning policy rules | |
object (Resource) | |
| minBalanceTrigger | number <double> min balance trigger |
| policyName | string dunning policy name |
| determineLevelBy | string Enum: "DAYS_OVERDUE" "DAYS_OVERDUE_OR_BALANCE_THRESHOLD" Determine level by |
Array of objects (DunningPolicyLevel) Dunning policy levels | |
| code | string |
Array of objects | |
| id | integer <int64> |
| isDefaultPolicy | boolean is default policy |
| isActivePolicy | boolean is policy is activated |
| includeDueInvoicesInThreshold | boolean include due invoices in threshold |
| includePayReminder | boolean include pay reminder |
| attachInvoicesToEmails | boolean Attach invoices to emails |
{- "policyDescription": "string",
- "interestForDelaySequence": 0,
- "policyPriority": 0,
- "dunningPolicyRules": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "minBalanceTriggerCurrency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "minBalanceTrigger": 0.1,
- "policyName": "string",
- "determineLevelBy": "DAYS_OVERDUE",
- "dunningPolicyLevels": [
- {
- "dunningLevelId": 0,
- "collectionPlanStatusId": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "isDefaultPolicy": true,
- "isActivePolicy": true,
- "includeDueInvoicesInThreshold": true,
- "includePayReminder": true,
- "attachInvoicesToEmails": true
}Create exceptional billing run
object (Resource) | |
| dunningMode | string Enum: "CUSTOMER_LEVEL" "INVOICE_LEVEL" dunning mode |
| maxDunningLevels | integer <int32> Default: 15 Max dunning level |
| maxDaysOutstanding | integer <int32> Max days outstanding |
| interestForDelayRate | number interest for delay rate |
| code | string |
Array of objects | |
| id | integer <int64> |
| allowInterestForDelay | boolean Default: true allow interest for delay |
| allowDunningCharges | boolean Default: true allow dunninf charge |
| applyDunningChargeFxExchangeRate | boolean Default: true apply dunning charge exchange rate |
{- "accountingArticle": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "dunningMode": "CUSTOMER_LEVEL",
- "maxDunningLevels": 15,
- "maxDaysOutstanding": 0,
- "interestForDelayRate": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "allowInterestForDelay": true,
- "allowDunningCharges": true,
- "applyDunningChargeFxExchangeRate": true
}Update an existing Dunning settings
| dunningId required | integer <int64> |
object (Resource) | |
| dunningMode | string Enum: "CUSTOMER_LEVEL" "INVOICE_LEVEL" dunning mode |
| maxDunningLevels | integer <int32> Default: 15 Max dunning level |
| maxDaysOutstanding | integer <int32> Max days outstanding |
| interestForDelayRate | number interest for delay rate |
| code | string |
Array of objects | |
| id | integer <int64> |
| allowInterestForDelay | boolean Default: true allow interest for delay |
| allowDunningCharges | boolean Default: true allow dunninf charge |
| applyDunningChargeFxExchangeRate | boolean Default: true apply dunning charge exchange rate |
{- "accountingArticle": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "dunningMode": "CUSTOMER_LEVEL",
- "maxDunningLevels": 15,
- "maxDaysOutstanding": 0,
- "interestForDelayRate": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "allowInterestForDelay": true,
- "allowDunningCharges": true,
- "applyDunningChargeFxExchangeRate": true
}Create new Dunning Stop Reason
| description | string The stop reason's description |
object (Resource) | |
| stopReason | string The stop reason |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "dunningSettings": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "stopReason": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update an existing Dunning Stop Reasons
| id required | integer <int64> Entity's id to update |
| description | string The stop reason's description |
object (Resource) | |
| stopReason | string The stop reason |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "dunningSettings": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "stopReason": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Add policy rule
| dunningPolicyId required | integer <int64> Dunning policy id |
Policy rules
Array of objects (PolicyRule) List of policy rules | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "policyRules": [
- {
- "ruleJoint": "AND",
- "ruleLines": [
- {
- "policyConditionTarget": "creditCategory",
- "policyConditionOperator": "EQUALS",
- "policyConditionTargetValue": "string",
- "ruleLineJoint": "AND",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create a new Dunning Template
dunning Template
| code | string |
| subject | string |
| htmlContent | string |
| actionChannel | string |
| type | string |
object |
{- "code": "string",
- "subject": "string",
- "htmlContent": "string",
- "actionChannel": "string",
- "type": "string",
- "language": {
- "property1": 0,
- "property2": 0
}
}update a Dunning Template
| dunningTemplateId required | integer <int64> dunning Template id |
dunning Template
| code | string |
| subject | string |
| htmlContent | string |
| actionChannel | string |
| type | string |
object |
{- "code": "string",
- "subject": "string",
- "htmlContent": "string",
- "actionChannel": "string",
- "type": "string",
- "language": {
- "property1": 0,
- "property2": 0
}
}Get trial balance report
| period | string Default: "CURRENT_QUARTER" Enum: "CURRENT_MONTH" "LAST_MONTH" "CURRENT_QUARTER" "LAST_QUARTER" "CURRENT_YEAR" The trial balance report period |
| codeOrLabel | string code or label |
| startDate | string <date-time> The trial balance report start date |
| endDate | string <date-time> The trial balance report end date |
| sortBy | string The sorting by field |
| sortOrder | string Enum: "DESCENDING" "ASCENDING" The sort order |
| offset | integer <int64> Default: 0 The list offset |
| limit | integer <int64> Default: 100 The record list size |
create new mediation setting to enabling or disabling edr versioning
Array of objects (EdrVersioningRule) unique list of rules for edr versioning | |
| enableEdrVersioning | boolean enable edr versioning |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "rules": [
- {
- "criteriaEL": "string",
- "mediationSetting": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "keyEL": "string",
- "isNewVersionEL": "string",
- "priority": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "enableEdrVersioning": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}create new Edr Version rule
| criteriaEL | string Defines if this rule is valid to for this EDR. |
object (Resource) | |
| keyEL | string This expression will return string that will be stored as the EDR eventKey |
| isNewVersionEL | string This expression will tell us if EDR is a new version of the EDR. |
| priority | integer <int32> Defines versioning rules evaluation order |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "criteriaEL": "string",
- "mediationSetting": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "keyEL": "string",
- "isNewVersionEL": "string",
- "priority": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}upate an existing Edr Version rule
| edrVersionRuleId required | integer <int64> |
| criteriaEL | string Defines if this rule is valid to for this EDR. |
object (Resource) | |
| keyEL | string This expression will return string that will be stored as the EDR eventKey |
| isNewVersionEL | string This expression will tell us if EDR is a new version of the EDR. |
| priority | integer <int32> Defines versioning rules evaluation order |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "criteriaEL": "string",
- "mediationSetting": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "keyEL": "string",
- "isNewVersionEL": "string",
- "priority": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}remove an existing Edr Version rule
| edrVersionRuleId required | integer <int64> |
{- "cause": {
- "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "message": "string",
- "suppressed": [
- {
- "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "message": "string",
- "localizedMessage": "string"
}
], - "localizedMessage": "string"
}, - "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "response": {
- "date": "2019-08-24T14:15:22Z",
- "lastModified": "2019-08-24T14:15:22Z",
- "headers": {
- "empty": true,
- "property1": [
- { }
], - "property2": [
- { }
]
}, - "status": 0,
- "metadata": {
- "empty": true,
- "property1": [
- { }
], - "property2": [
- { }
]
}, - "cookies": {
- "property1": {
- "name": "string",
- "value": "string",
- "version": 0,
- "path": "string",
- "domain": "string",
- "comment": "string",
- "maxAge": 0,
- "expiry": "2019-08-24T14:15:22Z",
- "secure": true,
- "httpOnly": true
}, - "property2": {
- "name": "string",
- "value": "string",
- "version": 0,
- "path": "string",
- "domain": "string",
- "comment": "string",
- "maxAge": 0,
- "expiry": "2019-08-24T14:15:22Z",
- "secure": true,
- "httpOnly": true
}
}, - "allowedMethods": [
- "string"
], - "entity": { },
- "mediaType": {
- "type": "string",
- "subtype": "string",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "wildcardType": true,
- "wildcardSubtype": true
}, - "entityTag": {
- "value": "string",
- "weak": true
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "stringHeaders": {
- "empty": true,
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "statusInfo": {
- "statusCode": 0,
- "family": "INFORMATIONAL",
- "reasonPhrase": "string"
}, - "length": 0,
- "language": {
- "script": "string",
- "country": "string",
- "variant": "string",
- "extensionKeys": [
- "string"
], - "unicodeLocaleAttributes": [
- "string"
], - "unicodeLocaleKeys": [
- "string"
], - "iso3Language": "string",
- "iso3Country": "string",
- "displayLanguage": "string",
- "displayScript": "string",
- "displayCountry": "string",
- "displayVariant": "string",
- "displayName": "string",
- "language": "string"
}
}, - "message": "string",
- "suppressed": [
- {
- "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "message": "string",
- "localizedMessage": "string"
}
], - "localizedMessage": "string"
}upate an existing Edr Version rule
required | object (Resource) |
required | object (Resource) |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "rule1": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "rule2": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}update an existing mediation setting to enabling or disabling edr versioning
| mediationRuleId required | integer <int64> |
Array of objects (EdrVersioningRule) unique list of rules for edr versioning | |
| enableEdrVersioning | boolean enable edr versioning |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "rules": [
- {
- "criteriaEL": "string",
- "mediationSetting": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "keyEL": "string",
- "isNewVersionEL": "string",
- "priority": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "enableEdrVersioning": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}change status the specified open order template
| code required | string code of the open order template |
| status required | string status of the open order template |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}create open order template
open order template object to be created
| description | string |
| status | string Enum: "DRAFT" "ARCHIVED" "ACTIVE" |
| tags | Array of strings |
| openOrderType | string Enum: "ARTICLES" "PRODUCTS" |
Array of objects (ThresholdInput) | |
| articles | Array of strings |
| templateName | string The Template Name |
| products | Array of strings |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "status": "DRAFT",
- "tags": [
- "string"
], - "openOrderType": "ARTICLES",
- "thresholds": [
- {
- "sequence": 0,
- "percentage": 0,
- "recipients": [
- "SALES_AGENT"
], - "externalRecipient": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "articles": [
- "string"
], - "templateName": "string",
- "products": [
- "string"
], - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}disable the specified open order template
| code required | string code of the open order template |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns the updated open order template
| code required | string code of the open order template |
open order template object to be updated
| description | string |
| status | string Enum: "DRAFT" "ARCHIVED" "ACTIVE" |
| tags | Array of strings |
| openOrderType | string Enum: "ARTICLES" "PRODUCTS" |
Array of objects (ThresholdInput) | |
| articles | Array of strings |
| templateName | string The Template Name |
| products | Array of strings |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "status": "DRAFT",
- "tags": [
- "string"
], - "openOrderType": "ARTICLES",
- "thresholds": [
- {
- "sequence": 0,
- "percentage": 0,
- "recipients": [
- "SALES_AGENT"
], - "externalRecipient": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "articles": [
- "string"
], - "templateName": "string",
- "products": [
- "string"
], - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}cancel the specified open order
| code required | string code of the open order |
open order object to be canceled
| description | string |
| tags | Array of strings |
| externalReference | string |
Array of objects (ThresholdInput) | |
| endOfValidityDate | string <date-time> |
| cancelReason | string |
| templateName | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "tags": [
- "string"
], - "externalReference": "string",
- "thresholds": [
- {
- "sequence": 0,
- "percentage": 0,
- "recipients": [
- "SALES_AGENT"
], - "externalRecipient": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "endOfValidityDate": "2019-08-24T14:15:22Z",
- "cancelReason": "string",
- "templateName": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns the updated open order
| code required | string code of the open order |
open order object to be updated
| description | string |
| tags | Array of strings |
| externalReference | string |
Array of objects (ThresholdInput) | |
| endOfValidityDate | string <date-time> |
| cancelReason | string |
| templateName | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "tags": [
- "string"
], - "externalReference": "string",
- "thresholds": [
- {
- "sequence": 0,
- "percentage": 0,
- "recipients": [
- "SALES_AGENT"
], - "externalRecipient": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "endOfValidityDate": "2019-08-24T14:15:22Z",
- "cancelReason": "string",
- "templateName": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns a list of orders with pagination feature or non integers will simulate API error conditions
| offset | integer <int64> Default: 0 |
| limit | integer <int64> Default: 50 |
| sort | string |
| orderBy | string |
| filter | string |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns the created order
order object to be created
| description | string |
| code | string |
| status | string Enum: "IN_CREATION" "ACKNOWLEDGED" "IN_PROGRESS" "CANCELLED" "COMPLETED" "REJECTED" "PENDING" "HELD" "FAILED" "WAITING" "DEFERRED" "PARTIAL" Order status lifecycle |
| category | string |
Array of objects (OrderItem) | |
object (PaymentMethod) | |
| statusMessage | string |
| deliveryInstructions | string |
| expectedCompletionDate | string |
| requestedCompletionDate | string |
object (Resource) | |
| orderDate | string |
| requestedProcessingStartDate | string |
| priority | integer <int64> |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "code": "string",
- "status": "IN_CREATION",
- "category": "string",
- "orderItems": [
- {
- "order": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "IN_CREATION",
- "productInstance": [
- {
- "code": "string",
- "quantity": 0,
- "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "product": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "productPrice": 0.1,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "action": "ADD",
- "subscription": {
- "code": "string",
- "subscriptionDate": "string",
- "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "endAgreementDate": "string",
- "serviceInstances": [
- {
- "serviceTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": null,
- "property2": null
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- null
], - "type": "string"
}
], - "id": 0
}, - "quantity": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "offerTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "itemId": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "paymentMethod": {
- "type": "CHECK",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "statusMessage": "string",
- "deliveryInstructions": "string",
- "expectedCompletionDate": "string",
- "requestedCompletionDate": "string",
- "billingCycle": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "orderDate": "string",
- "requestedProcessingStartDate": "string",
- "priority": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "description": "string",
- "code": "string",
- "status": "IN_CREATION",
- "category": "string",
- "orderItems": [
- {
- "order": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "IN_CREATION",
- "productInstance": [
- {
- "code": "string",
- "quantity": 0,
- "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "product": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "productPrice": 0.1,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "action": "ADD",
- "subscription": {
- "code": "string",
- "subscriptionDate": "string",
- "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "endAgreementDate": "string",
- "serviceInstances": [
- {
- "serviceTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": null,
- "property2": null
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- null
], - "type": "string"
}
], - "id": 0
}, - "quantity": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "offerTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "itemId": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "paymentMethod": {
- "type": "CHECK",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "statusMessage": "string",
- "deliveryInstructions": "string",
- "expectedCompletionDate": "string",
- "requestedCompletionDate": "string",
- "billingCycle": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "orderDate": "string",
- "requestedProcessingStartDate": "string",
- "priority": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Returns a single order
| id required | integer <int64> id of the order |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}update an existing order, and returns the updated order
| id required | integer <int64> id of the order to update |
order object to be update
| description | string |
| code | string |
| status | string Enum: "IN_CREATION" "ACKNOWLEDGED" "IN_PROGRESS" "CANCELLED" "COMPLETED" "REJECTED" "PENDING" "HELD" "FAILED" "WAITING" "DEFERRED" "PARTIAL" Order status lifecycle |
| category | string |
Array of objects (OrderItem) | |
object (PaymentMethod) | |
| statusMessage | string |
| deliveryInstructions | string |
| expectedCompletionDate | string |
| requestedCompletionDate | string |
object (Resource) | |
| orderDate | string |
| requestedProcessingStartDate | string |
| priority | integer <int64> |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "code": "string",
- "status": "IN_CREATION",
- "category": "string",
- "orderItems": [
- {
- "order": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "IN_CREATION",
- "productInstance": [
- {
- "code": "string",
- "quantity": 0,
- "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "product": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "productPrice": 0.1,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "action": "ADD",
- "subscription": {
- "code": "string",
- "subscriptionDate": "string",
- "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "endAgreementDate": "string",
- "serviceInstances": [
- {
- "serviceTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": null,
- "property2": null
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- null
], - "type": "string"
}
], - "id": 0
}, - "quantity": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "offerTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "itemId": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "paymentMethod": {
- "type": "CHECK",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "statusMessage": "string",
- "deliveryInstructions": "string",
- "expectedCompletionDate": "string",
- "requestedCompletionDate": "string",
- "billingCycle": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "orderDate": "string",
- "requestedProcessingStartDate": "string",
- "priority": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}delete an existing order, and returns the deleted order
| id required | integer <int64> id of the order to delete |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}update an existing order with a set of changes to apply to the order, and returns the updated order
| id required | integer <int64> id of the order to update |
order object to be update
| description | string |
| code | string |
| status | string Enum: "IN_CREATION" "ACKNOWLEDGED" "IN_PROGRESS" "CANCELLED" "COMPLETED" "REJECTED" "PENDING" "HELD" "FAILED" "WAITING" "DEFERRED" "PARTIAL" Order status lifecycle |
| category | string |
Array of objects (OrderItem) | |
object (PaymentMethod) | |
| statusMessage | string |
| deliveryInstructions | string |
| expectedCompletionDate | string |
| requestedCompletionDate | string |
object (Resource) | |
| orderDate | string |
| requestedProcessingStartDate | string |
| priority | integer <int64> |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "code": "string",
- "status": "IN_CREATION",
- "category": "string",
- "orderItems": [
- {
- "order": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "IN_CREATION",
- "productInstance": [
- {
- "code": "string",
- "quantity": 0,
- "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "product": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "productPrice": 0.1,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "action": "ADD",
- "subscription": {
- "code": "string",
- "subscriptionDate": "string",
- "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "endAgreementDate": "string",
- "serviceInstances": [
- {
- "serviceTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": null,
- "property2": null
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- null
], - "type": "string"
}
], - "id": 0
}, - "quantity": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "offerTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "itemId": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "paymentMethod": {
- "type": "CHECK",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "statusMessage": "string",
- "deliveryInstructions": "string",
- "expectedCompletionDate": "string",
- "requestedCompletionDate": "string",
- "billingCycle": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "orderDate": "string",
- "requestedProcessingStartDate": "string",
- "priority": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns a single order
| code required | string code of the order |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns a list of order-items with pagination feature or non integers will simulate API error conditions
| offset | integer <int64> Default: 0 |
| limit | integer <int64> Default: 50 |
| sort | string |
| orderBy | string |
| filter | string |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns the created order-item
order-item object to be created
object (Resource) | |
| status | string Enum: "IN_CREATION" "ACKNOWLEDGED" "IN_PROGRESS" "CANCELLED" "COMPLETED" "REJECTED" "PENDING" "HELD" "FAILED" "WAITING" "DEFERRED" "PARTIAL" Order status lifecycle |
Array of objects (ProductInstance) | |
| action | string Enum: "ADD" "MODIFY" "DELETE" Action requested on a product or product offer |
object (Subscription) | |
object (Resource) | |
| itemId | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "order": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "IN_CREATION",
- "productInstance": [
- {
- "code": "string",
- "quantity": 0,
- "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "product": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "productPrice": 0.1,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "action": "ADD",
- "subscription": {
- "code": "string",
- "subscriptionDate": "string",
- "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "endAgreementDate": "string",
- "serviceInstances": [
- {
- "serviceTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "quantity": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "offerTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "itemId": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "order": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "IN_CREATION",
- "productInstance": [
- {
- "code": "string",
- "quantity": 0,
- "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "product": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "productPrice": 0.1,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "action": "ADD",
- "subscription": {
- "code": "string",
- "subscriptionDate": "string",
- "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "endAgreementDate": "string",
- "serviceInstances": [
- {
- "serviceTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "quantity": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "offerTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "itemId": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Returns a single order-Item
| id required | integer <int64> id of the order-Item |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}update an existing order-item, and returns the updated order-item
| id required | integer <int64> id of the order-item to update |
order-item object to be update
object (Resource) | |
| status | string Enum: "IN_CREATION" "ACKNOWLEDGED" "IN_PROGRESS" "CANCELLED" "COMPLETED" "REJECTED" "PENDING" "HELD" "FAILED" "WAITING" "DEFERRED" "PARTIAL" Order status lifecycle |
Array of objects (ProductInstance) | |
| action | string Enum: "ADD" "MODIFY" "DELETE" Action requested on a product or product offer |
object (Subscription) | |
object (Resource) | |
| itemId | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "order": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "IN_CREATION",
- "productInstance": [
- {
- "code": "string",
- "quantity": 0,
- "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "product": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "productPrice": 0.1,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "action": "ADD",
- "subscription": {
- "code": "string",
- "subscriptionDate": "string",
- "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "endAgreementDate": "string",
- "serviceInstances": [
- {
- "serviceTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "quantity": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "offerTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "itemId": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}delete an existing order-item, and returns the deleted order-item
| id required | integer <int64> id of the order-item to delete |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}update an existing order-item with a set of changes to apply to the order-item, and returns the updated order-item
| id required | integer <int64> id of the order-item to update |
order-item object to be update
object (Resource) | |
| status | string Enum: "IN_CREATION" "ACKNOWLEDGED" "IN_PROGRESS" "CANCELLED" "COMPLETED" "REJECTED" "PENDING" "HELD" "FAILED" "WAITING" "DEFERRED" "PARTIAL" Order status lifecycle |
Array of objects (ProductInstance) | |
| action | string Enum: "ADD" "MODIFY" "DELETE" Action requested on a product or product offer |
object (Subscription) | |
object (Resource) | |
| itemId | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "order": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "IN_CREATION",
- "productInstance": [
- {
- "code": "string",
- "quantity": 0,
- "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "product": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "productPrice": 0.1,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "action": "ADD",
- "subscription": {
- "code": "string",
- "subscriptionDate": "string",
- "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "seller": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "endAgreementDate": "string",
- "serviceInstances": [
- {
- "serviceTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "quantity": 0,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "offerTemplate": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "userAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "itemId": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns a single order-Item
| code required | string code of the order-Item |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns a list of products with pagination feature or non integers will simulate API error conditions
| offset | integer <int64> Default: 0 |
| limit | integer <int64> Default: 50 |
| sort | string |
| orderBy | string |
| filter | string |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns the created product
product object to be created
| description | string |
| code | string |
| lifeCycleStatus | string |
Array of objects (Resource) | |
Array of objects (Resource) | |
| longDescription | string |
Array of objects (Resource) | |
| price | number |
Array of objects (Resource) | |
object (Resource) | |
Array of objects (Resource) | |
| validFrom | string |
| validTo | string |
object (Resource) | |
| image64 | string |
| imageUrl | string |
| name | string |
Array of objects | |
| id | integer <int64> |
| disabled | boolean |
{- "description": "string",
- "code": "string",
- "lifeCycleStatus": "string",
- "offerTemplateCategories": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "channels": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "longDescription": "string",
- "sellers": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "price": 0,
- "productChargeTemplates": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "invoicingCalendar": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "walletTemplates": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "validFrom": "string",
- "validTo": "string",
- "businessProductModel": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "image64": "string",
- "imageUrl": "string",
- "name": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "disabled": true
}{- "description": "string",
- "code": "string",
- "lifeCycleStatus": "string",
- "offerTemplateCategories": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "channels": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "longDescription": "string",
- "sellers": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "price": 0,
- "productChargeTemplates": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "invoicingCalendar": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "walletTemplates": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "validFrom": "string",
- "validTo": "string",
- "businessProductModel": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "image64": "string",
- "imageUrl": "string",
- "name": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "disabled": true
}Returns a single product
| id required | integer <int64> id of the product |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}update an existing product, and returns the updated product
| id required | integer <int64> id of the product to update |
product object to be update
| description | string |
| code | string |
| lifeCycleStatus | string |
Array of objects (Resource) | |
Array of objects (Resource) | |
| longDescription | string |
Array of objects (Resource) | |
| price | number |
Array of objects (Resource) | |
object (Resource) | |
Array of objects (Resource) | |
| validFrom | string |
| validTo | string |
object (Resource) | |
| image64 | string |
| imageUrl | string |
| name | string |
Array of objects | |
| id | integer <int64> |
| disabled | boolean |
{- "description": "string",
- "code": "string",
- "lifeCycleStatus": "string",
- "offerTemplateCategories": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "channels": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "longDescription": "string",
- "sellers": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "price": 0,
- "productChargeTemplates": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "invoicingCalendar": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "walletTemplates": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "validFrom": "string",
- "validTo": "string",
- "businessProductModel": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "image64": "string",
- "imageUrl": "string",
- "name": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "disabled": true
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}delete an existing product, and returns the deleted product
| id required | integer <int64> id of the product to delete |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}update an existing product with a set of changes to apply to the product, and returns the updated product
| id required | integer <int64> id of the product to update |
product object to be update
| description | string |
| code | string |
| lifeCycleStatus | string |
Array of objects (Resource) | |
Array of objects (Resource) | |
| longDescription | string |
Array of objects (Resource) | |
| price | number |
Array of objects (Resource) | |
object (Resource) | |
Array of objects (Resource) | |
| validFrom | string |
| validTo | string |
object (Resource) | |
| image64 | string |
| imageUrl | string |
| name | string |
Array of objects | |
| id | integer <int64> |
| disabled | boolean |
{- "description": "string",
- "code": "string",
- "lifeCycleStatus": "string",
- "offerTemplateCategories": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "channels": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "longDescription": "string",
- "sellers": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "price": 0,
- "productChargeTemplates": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "invoicingCalendar": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "walletTemplates": [
- {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}
], - "validFrom": "string",
- "validTo": "string",
- "businessProductModel": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "image64": "string",
- "imageUrl": "string",
- "name": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0,
- "disabled": true
}{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Returns a single product
| code required | string code of the product |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Activate Payment plan by Id
| id required | integer <int64> Payment plan id |
{- "status": "possible value are : SUCCESS, FAIL",
- "errorCode": { },
- "message": "string",
- "entityId": 0,
- "entityCode": "string",
- "nrAffected": 0,
- "paymentId": 0
}Create Payment plan
| description | string |
| code required | string |
| status | string Enum: "DRAFT" "ACTIVE" "COMPLETED" |
| recurringUnit required | string Enum: "MONTH" "DAY" |
| numberOfInstallments required | integer <int32> |
| amountPerInstallment required | number |
| amountToRecover required | number |
required | Array of objects (InstallmentAccountOperation) unique List of Installment AccountOperation |
| startDate required | string <date-time> |
| endDate | string <date-time> |
| customerAccount required | integer <int64> |
| actionOnRemainingAmount required | string Enum: "FIRST" "LAST" "ADDITIONAL" |
{- "description": "string",
- "code": "string",
- "status": "DRAFT",
- "recurringUnit": "MONTH",
- "numberOfInstallments": 0,
- "amountPerInstallment": 0,
- "amountToRecover": 0,
- "targetedAos": [
- {
- "id": 0
}
], - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "customerAccount": 0,
- "actionOnRemainingAmount": "FIRST"
}Update Payment plan
| id required | integer <int64> Payment plan id |
| description | string |
| code required | string |
| status | string Enum: "DRAFT" "ACTIVE" "COMPLETED" |
| recurringUnit required | string Enum: "MONTH" "DAY" |
| numberOfInstallments required | integer <int32> |
| amountPerInstallment required | number |
| amountToRecover required | number |
required | Array of objects (InstallmentAccountOperation) unique List of Installment AccountOperation |
| startDate required | string <date-time> |
| endDate | string <date-time> |
| customerAccount required | integer <int64> |
| actionOnRemainingAmount required | string Enum: "FIRST" "LAST" "ADDITIONAL" |
{- "description": "string",
- "code": "string",
- "status": "DRAFT",
- "recurringUnit": "MONTH",
- "numberOfInstallments": 0,
- "amountPerInstallment": 0,
- "amountToRecover": 0,
- "targetedAos": [
- {
- "id": 0
}
], - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "customerAccount": 0,
- "actionOnRemainingAmount": "FIRST"
}create and validate a refund by Card order
| comment | string |
| ctsAmount | integer <int64> |
| cardNumber | string |
| expiryDate | string |
| ownerName | string |
| cardType | string |
| aoToPay | Array of integers <int64> [ items <int64 > ] |
| cvv | string |
| customerAccountCode | string |
| dueDate | string <date-time> |
{- "comment": "string",
- "ctsAmount": 0,
- "cardNumber": "string",
- "expiryDate": "string",
- "ownerName": "string",
- "cardType": "string",
- "aoToPay": [
- 0
], - "cvv": "string",
- "customerAccountCode": "string",
- "dueDate": "2019-08-24T14:15:22Z"
}create and validate a refund by SCT order
| comment | string |
| ctsAmount | number <double> |
| customerAccountCode | string |
| iban | string |
| aoToRefund | Array of integers <int64> [ items <int64 > ] |
{- "comment": "string",
- "ctsAmount": 0.1,
- "customerAccountCode": "string",
- "iban": "string",
- "aoToRefund": [
- 0
]
}Create a new query scheduler
| reportQueryId required | integer <int64> report query id |
Query scheduler object
| year | string Query scheduler year |
| dayOfMonth | string Query scheduler day of month |
| hour | string Query scheduler hour |
| minute | string Query scheduler minute |
| second | string Query scheduler second |
| dayOfWeek | string Query scheduler day of week |
| month | string Query scheduler month |
| fileFormat | string Query scheduler file format |
Array of objects (User) Users to notify | |
| emailsToNotify | Array of strings Emails to notify |
| isQueryScheduler | boolean Query scheduler is activated |
| everyDayOfMonth | boolean Query scheduler every day of month |
| everyDayOfWeek | boolean Query scheduler every day of week |
| everyHour | boolean Query scheduler every hour |
| everyMinute | boolean Query scheduler every minute |
| everyMonth | boolean Query scheduler every month |
| everySecond | boolean Query scheduler every second |
{- "year": "string",
- "dayOfMonth": "string",
- "hour": "string",
- "minute": "string",
- "second": "string",
- "dayOfWeek": "string",
- "month": "string",
- "fileFormat": "string",
- "usersToNotify": [
- {
- "id": 0,
- "version": 0,
- "auditable": {
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "creator": "string",
- "updater": "string",
- "lastModified": "2019-08-24T14:15:22Z",
- "lastUser": "string"
}, - "historized": true,
- "notified": true,
- "auditableFields": [
- {
- "fieldName": "string",
- "previousState": { },
- "currentState": { },
- "auditType": "STATUS",
- "historable": true,
- "notfiable": true,
- "historized": true,
- "notified": true
}
], - "name": {
- "title": {
- "id": 0,
- "version": 0,
- "auditable": {
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "creator": "string",
- "updater": "string",
- "lastModified": "2019-08-24T14:15:22Z",
- "lastUser": "string"
}, - "historized": true,
- "notified": true,
- "auditableFields": [
- {
- "fieldName": "string",
- "previousState": { },
- "currentState": { },
- "auditType": "STATUS",
- "historable": true,
- "notfiable": true,
- "historized": true,
- "notified": true
}
], - "code": "string",
- "description": "string",
- "appendGeneratedCode": true,
- "isCompany": true,
- "descriptionI18n": {
- "property1": "string",
- "property2": "string"
}, - "descriptionNotNull": "string",
- "descriptionI18nNullSafe": {
- "property1": "string",
- "property2": "string"
}, - "descriptionOrCode": "string",
- "descriptionAndCode": "string",
- "parentEntity": {
- "id": 0,
- "version": 0,
- "auditable": {
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "creator": "string",
- "updater": "string",
- "lastModified": "2019-08-24T14:15:22Z",
- "lastUser": "string"
}, - "historized": true,
- "notified": true,
- "auditableFields": [
- {
- "fieldName": "string",
- "previousState": { },
- "currentState": { },
- "auditType": "STATUS",
- "historable": true,
- "notfiable": true,
- "historized": true,
- "notified": true
}
], - "code": "string",
- "description": "string",
- "appendGeneratedCode": true,
- "descriptionOrCode": "string",
- "descriptionAndCode": "string",
- "parentEntity": { },
- "codeChanged": true,
- "referenceCode": "string",
- "referenceDescription": "string",
- "transient": true
}, - "codeChanged": true,
- "referenceCode": "string",
- "referenceDescription": "string",
- "transient": true
}, - "firstName": "string",
- "lastName": "string",
- "fullName": "string"
}, - "userName": "string",
- "email": "string",
- "password": "string",
- "roles": [
- "string"
], - "userLevel": "string",
- "uuid": "string",
- "cfValues": {
- "valuesByCode": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "url": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "listString": [
- "string"
], - "listDate": [
- "2019-08-24T14:15:22Z"
], - "listLong": [
- 0
], - "listDouble": [
- 0.1
], - "listBoolean": [
- true
], - "listEntity": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "mapString": {
- "property1": "string",
- "property2": "string"
}, - "mapDate": {
- "property1": "2019-08-24T14:15:22Z",
- "property2": "2019-08-24T14:15:22Z"
}, - "mapLong": {
- "property1": 0,
- "property2": 0
}, - "mapDouble": {
- "property1": 0.1,
- "property2": 0.1
}, - "mapBoolean": {
- "property1": true,
- "property2": true
}, - "mapEntity": {
- "property1": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "property2": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": "string",
- "property2": "string"
}
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "url": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "listString": [
- "string"
], - "listDate": [
- "2019-08-24T14:15:22Z"
], - "listLong": [
- 0
], - "listDouble": [
- 0.1
], - "listBoolean": [
- true
], - "listEntity": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "mapString": {
- "property1": "string",
- "property2": "string"
}, - "mapDate": {
- "property1": "2019-08-24T14:15:22Z",
- "property2": "2019-08-24T14:15:22Z"
}, - "mapLong": {
- "property1": 0,
- "property2": 0
}, - "mapDouble": {
- "property1": 0.1,
- "property2": 0.1
}, - "mapBoolean": {
- "property1": true,
- "property2": true
}, - "mapEntity": {
- "property1": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "property2": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": "string",
- "property2": "string"
}
}
]
}, - "encrypted": true,
- "values": {
- "property1": { },
- "property2": { }
}, - "newVersionedCFValuePeriods": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
]
}
}, - "cfAccumulatedValues": {
- "valuesByCode": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "url": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "listString": [
- "string"
], - "listDate": [
- "2019-08-24T14:15:22Z"
], - "listLong": [
- 0
], - "listDouble": [
- 0.1
], - "listBoolean": [
- true
], - "listEntity": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "mapString": {
- "property1": "string",
- "property2": "string"
}, - "mapDate": {
- "property1": "2019-08-24T14:15:22Z",
- "property2": "2019-08-24T14:15:22Z"
}, - "mapLong": {
- "property1": 0,
- "property2": 0
}, - "mapDouble": {
- "property1": 0.1,
- "property2": 0.1
}, - "mapBoolean": {
- "property1": true,
- "property2": true
}, - "mapEntity": {
- "property1": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "property2": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": "string",
- "property2": "string"
}
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "url": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "listString": [
- "string"
], - "listDate": [
- "2019-08-24T14:15:22Z"
], - "listLong": [
- 0
], - "listDouble": [
- 0.1
], - "listBoolean": [
- true
], - "listEntity": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "mapString": {
- "property1": "string",
- "property2": "string"
}, - "mapDate": {
- "property1": "2019-08-24T14:15:22Z",
- "property2": "2019-08-24T14:15:22Z"
}, - "mapLong": {
- "property1": 0,
- "property2": 0
}, - "mapDouble": {
- "property1": 0.1,
- "property2": 0.1
}, - "mapBoolean": {
- "property1": true,
- "property2": true
}, - "mapEntity": {
- "property1": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "property2": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": "string",
- "property2": "string"
}
}
]
}, - "encrypted": true,
- "values": {
- "property1": { },
- "property2": { }
}, - "newVersionedCFValuePeriods": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
]
}
}, - "code": "string",
- "description": "string",
- "referenceCode": "string",
- "referenceDescription": "string",
- "nameOrUsername": "string",
- "parentCFEntities": [
- {
- "uuid": "string",
- "cfValues": {
- "valuesByCode": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- null
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": null,
- "classnameCode": null,
- "code": null,
- "id": null,
- "referenceCode": null,
- "referenceDescription": null,
- "empty": null
}, - "url": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "listString": [
- null
], - "listDate": [
- null
], - "listLong": [
- null
], - "listDouble": [
- null
], - "listBoolean": [
- null
], - "listEntity": [
- null
], - "mapString": {
- "property1": null,
- "property2": null
}, - "mapDate": {
- "property1": null,
- "property2": null
}, - "mapLong": {
- "property1": null,
- "property2": null
}, - "mapDouble": {
- "property1": null,
- "property2": null
}, - "mapBoolean": {
- "property1": null,
- "property2": null
}, - "mapEntity": {
- "property1": null,
- "property2": null
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": null,
- "property2": null
}
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- null
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": null,
- "classnameCode": null,
- "code": null,
- "id": null,
- "referenceCode": null,
- "referenceDescription": null,
- "empty": null
}, - "url": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "listString": [
- null
], - "listDate": [
- null
], - "listLong": [
- null
], - "listDouble": [
- null
], - "listBoolean": [
- null
], - "listEntity": [
- null
], - "mapString": {
- "property1": null,
- "property2": null
}, - "mapDate": {
- "property1": null,
- "property2": null
}, - "mapLong": {
- "property1": null,
- "property2": null
}, - "mapDouble": {
- "property1": null,
- "property2": null
}, - "mapBoolean": {
- "property1": null,
- "property2": null
}, - "mapEntity": {
- "property1": null,
- "property2": null
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": null,
- "property2": null
}
}
]
}, - "encrypted": true,
- "values": {
- "property1": { },
- "property2": { }
}, - "newVersionedCFValuePeriods": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
]
}
}, - "cfAccumulatedValues": {
- "valuesByCode": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- null
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": null,
- "classnameCode": null,
- "code": null,
- "id": null,
- "referenceCode": null,
- "referenceDescription": null,
- "empty": null
}, - "url": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "listString": [
- null
], - "listDate": [
- null
], - "listLong": [
- null
], - "listDouble": [
- null
], - "listBoolean": [
- null
], - "listEntity": [
- null
], - "mapString": {
- "property1": null,
- "property2": null
}, - "mapDate": {
- "property1": null,
- "property2": null
}, - "mapLong": {
- "property1": null,
- "property2": null
}, - "mapDouble": {
- "property1": null,
- "property2": null
}, - "mapBoolean": {
- "property1": null,
- "property2": null
}, - "mapEntity": {
- "property1": null,
- "property2": null
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": null,
- "property2": null
}
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- null
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": null,
- "classnameCode": null,
- "code": null,
- "id": null,
- "referenceCode": null,
- "referenceDescription": null,
- "empty": null
}, - "url": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "listString": [
- null
], - "listDate": [
- null
], - "listLong": [
- null
], - "listDouble": [
- null
], - "listBoolean": [
- null
], - "listEntity": [
- null
], - "mapString": {
- "property1": null,
- "property2": null
}, - "mapDate": {
- "property1": null,
- "property2": null
}, - "mapLong": {
- "property1": null,
- "property2": null
}, - "mapDouble": {
- "property1": null,
- "property2": null
}, - "mapBoolean": {
- "property1": null,
- "property2": null
}, - "mapEntity": {
- "property1": null,
- "property2": null
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": null,
- "property2": null
}
}
]
}, - "encrypted": true,
- "values": {
- "property1": { },
- "property2": { }
}, - "newVersionedCFValuePeriods": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
]
}
}, - "dirtyCF": true,
- "cfvaluesCopy": {
- "valuesByCode": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- null
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": null,
- "classnameCode": null,
- "code": null,
- "id": null,
- "referenceCode": null,
- "referenceDescription": null,
- "empty": null
}, - "url": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "listString": [
- null
], - "listDate": [
- null
], - "listLong": [
- null
], - "listDouble": [
- null
], - "listBoolean": [
- null
], - "listEntity": [
- null
], - "mapString": {
- "property1": null,
- "property2": null
}, - "mapDate": {
- "property1": null,
- "property2": null
}, - "mapLong": {
- "property1": null,
- "property2": null
}, - "mapDouble": {
- "property1": null,
- "property2": null
}, - "mapBoolean": {
- "property1": null,
- "property2": null
}, - "mapEntity": {
- "property1": null,
- "property2": null
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": null,
- "property2": null
}
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- null
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": null,
- "classnameCode": null,
- "code": null,
- "id": null,
- "referenceCode": null,
- "referenceDescription": null,
- "empty": null
}, - "url": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "listString": [
- null
], - "listDate": [
- null
], - "listLong": [
- null
], - "listDouble": [
- null
], - "listBoolean": [
- null
], - "listEntity": [
- null
], - "mapString": {
- "property1": null,
- "property2": null
}, - "mapDate": {
- "property1": null,
- "property2": null
}, - "mapLong": {
- "property1": null,
- "property2": null
}, - "mapDouble": {
- "property1": null,
- "property2": null
}, - "mapBoolean": {
- "property1": null,
- "property2": null
}, - "mapEntity": {
- "property1": null,
- "property2": null
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": null,
- "property2": null
}
}
]
}, - "encrypted": true,
- "values": {
- "property1": { },
- "property2": { }
}, - "newVersionedCFValuePeriods": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
]
}
}, - "cfAccumulatedValuesNullSafe": {
- "valuesByCode": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- null
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": null,
- "classnameCode": null,
- "code": null,
- "id": null,
- "referenceCode": null,
- "referenceDescription": null,
- "empty": null
}, - "url": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "listString": [
- null
], - "listDate": [
- null
], - "listLong": [
- null
], - "listDouble": [
- null
], - "listBoolean": [
- null
], - "listEntity": [
- null
], - "mapString": {
- "property1": null,
- "property2": null
}, - "mapDate": {
- "property1": null,
- "property2": null
}, - "mapLong": {
- "property1": null,
- "property2": null
}, - "mapDouble": {
- "property1": null,
- "property2": null
}, - "mapBoolean": {
- "property1": null,
- "property2": null
}, - "mapEntity": {
- "property1": null,
- "property2": null
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": null,
- "property2": null
}
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- null
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": null,
- "classnameCode": null,
- "code": null,
- "id": null,
- "referenceCode": null,
- "referenceDescription": null,
- "empty": null
}, - "url": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "listString": [
- null
], - "listDate": [
- null
], - "listLong": [
- null
], - "listDouble": [
- null
], - "listBoolean": [
- null
], - "listEntity": [
- null
], - "mapString": {
- "property1": null,
- "property2": null
}, - "mapDate": {
- "property1": null,
- "property2": null
}, - "mapLong": {
- "property1": null,
- "property2": null
}, - "mapDouble": {
- "property1": null,
- "property2": null
}, - "mapBoolean": {
- "property1": null,
- "property2": null
}, - "mapEntity": {
- "property1": null,
- "property2": null
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": null,
- "property2": null
}
}
]
}, - "encrypted": true,
- "values": {
- "property1": { },
- "property2": { }
}, - "newVersionedCFValuePeriods": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
]
}
}, - "cfValuesAsValues": {
- "property1": { },
- "property2": { }
}, - "cfValuesNullSafe": {
- "valuesByCode": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- null
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": null,
- "classnameCode": null,
- "code": null,
- "id": null,
- "referenceCode": null,
- "referenceDescription": null,
- "empty": null
}, - "url": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "listString": [
- null
], - "listDate": [
- null
], - "listLong": [
- null
], - "listDouble": [
- null
], - "listBoolean": [
- null
], - "listEntity": [
- null
], - "mapString": {
- "property1": null,
- "property2": null
}, - "mapDate": {
- "property1": null,
- "property2": null
}, - "mapLong": {
- "property1": null,
- "property2": null
}, - "mapDouble": {
- "property1": null,
- "property2": null
}, - "mapBoolean": {
- "property1": null,
- "property2": null
}, - "mapEntity": {
- "property1": null,
- "property2": null
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": null,
- "property2": null
}
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- null
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": null,
- "classnameCode": null,
- "code": null,
- "id": null,
- "referenceCode": null,
- "referenceDescription": null,
- "empty": null
}, - "url": {
- "url": null,
- "regexp": null,
- "label": null,
- "length": null,
- "empty": null
}, - "listString": [
- null
], - "listDate": [
- null
], - "listLong": [
- null
], - "listDouble": [
- null
], - "listBoolean": [
- null
], - "listEntity": [
- null
], - "mapString": {
- "property1": null,
- "property2": null
}, - "mapDate": {
- "property1": null,
- "property2": null
}, - "mapLong": {
- "property1": null,
- "property2": null
}, - "mapDouble": {
- "property1": null,
- "property2": null
}, - "mapBoolean": {
- "property1": null,
- "property2": null
}, - "mapEntity": {
- "property1": null,
- "property2": null
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": null,
- "property2": null
}
}
]
}, - "encrypted": true,
- "values": {
- "property1": { },
- "property2": { }
}, - "newVersionedCFValuePeriods": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
]
}
}
}
], - "dirtyCF": true,
- "cfvaluesCopy": {
- "valuesByCode": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "url": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "listString": [
- "string"
], - "listDate": [
- "2019-08-24T14:15:22Z"
], - "listLong": [
- 0
], - "listDouble": [
- 0.1
], - "listBoolean": [
- true
], - "listEntity": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "mapString": {
- "property1": "string",
- "property2": "string"
}, - "mapDate": {
- "property1": "2019-08-24T14:15:22Z",
- "property2": "2019-08-24T14:15:22Z"
}, - "mapLong": {
- "property1": 0,
- "property2": 0
}, - "mapDouble": {
- "property1": 0.1,
- "property2": 0.1
}, - "mapBoolean": {
- "property1": true,
- "property2": true
}, - "mapEntity": {
- "property1": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "property2": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": "string",
- "property2": "string"
}
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "url": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "listString": [
- "string"
], - "listDate": [
- "2019-08-24T14:15:22Z"
], - "listLong": [
- 0
], - "listDouble": [
- 0.1
], - "listBoolean": [
- true
], - "listEntity": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "mapString": {
- "property1": "string",
- "property2": "string"
}, - "mapDate": {
- "property1": "2019-08-24T14:15:22Z",
- "property2": "2019-08-24T14:15:22Z"
}, - "mapLong": {
- "property1": 0,
- "property2": 0
}, - "mapDouble": {
- "property1": 0.1,
- "property2": 0.1
}, - "mapBoolean": {
- "property1": true,
- "property2": true
}, - "mapEntity": {
- "property1": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "property2": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": "string",
- "property2": "string"
}
}
]
}, - "encrypted": true,
- "values": {
- "property1": { },
- "property2": { }
}, - "newVersionedCFValuePeriods": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
]
}
}, - "cfAccumulatedValuesNullSafe": {
- "valuesByCode": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "url": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "listString": [
- "string"
], - "listDate": [
- "2019-08-24T14:15:22Z"
], - "listLong": [
- 0
], - "listDouble": [
- 0.1
], - "listBoolean": [
- true
], - "listEntity": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "mapString": {
- "property1": "string",
- "property2": "string"
}, - "mapDate": {
- "property1": "2019-08-24T14:15:22Z",
- "property2": "2019-08-24T14:15:22Z"
}, - "mapLong": {
- "property1": 0,
- "property2": 0
}, - "mapDouble": {
- "property1": 0.1,
- "property2": 0.1
}, - "mapBoolean": {
- "property1": true,
- "property2": true
}, - "mapEntity": {
- "property1": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "property2": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": "string",
- "property2": "string"
}
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "url": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "listString": [
- "string"
], - "listDate": [
- "2019-08-24T14:15:22Z"
], - "listLong": [
- 0
], - "listDouble": [
- 0.1
], - "listBoolean": [
- true
], - "listEntity": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "mapString": {
- "property1": "string",
- "property2": "string"
}, - "mapDate": {
- "property1": "2019-08-24T14:15:22Z",
- "property2": "2019-08-24T14:15:22Z"
}, - "mapLong": {
- "property1": 0,
- "property2": 0
}, - "mapDouble": {
- "property1": 0.1,
- "property2": 0.1
}, - "mapBoolean": {
- "property1": true,
- "property2": true
}, - "mapEntity": {
- "property1": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "property2": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": "string",
- "property2": "string"
}
}
]
}, - "encrypted": true,
- "values": {
- "property1": { },
- "property2": { }
}, - "newVersionedCFValuePeriods": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
]
}
}, - "cfValuesAsValues": {
- "property1": { },
- "property2": { }
}, - "cfValuesNullSafe": {
- "valuesByCode": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "url": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "listString": [
- "string"
], - "listDate": [
- "2019-08-24T14:15:22Z"
], - "listLong": [
- 0
], - "listDouble": [
- 0.1
], - "listBoolean": [
- true
], - "listEntity": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "mapString": {
- "property1": "string",
- "property2": "string"
}, - "mapDate": {
- "property1": "2019-08-24T14:15:22Z",
- "property2": "2019-08-24T14:15:22Z"
}, - "mapLong": {
- "property1": 0,
- "property2": 0
}, - "mapDouble": {
- "property1": 0.1,
- "property2": 0.1
}, - "mapBoolean": {
- "property1": true,
- "property2": true
}, - "mapEntity": {
- "property1": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "property2": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": "string",
- "property2": "string"
}
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true,
- "priority": 0,
- "excessiveInSize": true,
- "listValue": [
- { }
], - "mapValue": {
- "property1": { },
- "property2": { }
}, - "newPeriod": true,
- "getkeyValueMap": {
- "property1": { },
- "property2": { }
}, - "valueEmptyForGui": true,
- "allEntities": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "valueEmpty": true,
- "value": { },
- "string": "string",
- "date": "2019-08-24T14:15:22Z",
- "long": 0,
- "double": 0.1,
- "boolean": true,
- "entity": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "url": {
- "url": "string",
- "regexp": "string",
- "label": "string",
- "length": 0,
- "empty": true
}, - "listString": [
- "string"
], - "listDate": [
- "2019-08-24T14:15:22Z"
], - "listLong": [
- 0
], - "listDouble": [
- 0.1
], - "listBoolean": [
- true
], - "listEntity": [
- {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
], - "mapString": {
- "property1": "string",
- "property2": "string"
}, - "mapDate": {
- "property1": "2019-08-24T14:15:22Z",
- "property2": "2019-08-24T14:15:22Z"
}, - "mapLong": {
- "property1": 0,
- "property2": 0
}, - "mapDouble": {
- "property1": 0.1,
- "property2": 0.1
}, - "mapBoolean": {
- "property1": true,
- "property2": true
}, - "mapEntity": {
- "property1": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}, - "property2": {
- "classname": "string",
- "classnameCode": "string",
- "code": "string",
- "id": 0,
- "referenceCode": "string",
- "referenceDescription": "string",
- "empty": true
}
}, - "source": "string",
- "customTableCode": "string",
- "dataFilter": "string",
- "fields": "string",
- "mapCfValues": {
- "property1": "string",
- "property2": "string"
}
}
]
}, - "encrypted": true,
- "values": {
- "property1": { },
- "property2": { }
}, - "newVersionedCFValuePeriods": {
- "property1": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
], - "property2": [
- {
- "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "strictMatch": true,
- "fromMatch": "2019-08-24T14:15:22Z",
- "toMatch": "2019-08-24T14:15:22Z",
- "valid": true,
- "empty": true
}
]
}
}, - "transient": true
}
], - "emailsToNotify": [
- "string"
], - "isQueryScheduler": true,
- "everyDayOfMonth": true,
- "everyDayOfWeek": true,
- "everyHour": true,
- "everyMinute": true,
- "everyMonth": true,
- "everySecond": true
}Returns a list of report queries
| offset | integer <int64> Default: 0 |
| limit | integer <int64> Default: 50 |
| sortOrder | string |
| sortBy | string |
| filter | string |
| query | string |
| fields | string |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}Create a new report query
Report query object
object Report query description | |
| targetEntity | string Report query description |
| emails | Array of strings Report query emails |
| visibility | string Enum: "PUBLIC" "PRIVATE" "PROTECTED" Report query description |
| sortBy | string Sort by |
| sortOrder | string Enum: "DESCENDING" "ASCENDING" Sort order |
| queryName | string Report query code |
| queryDescription | string Report query description |
| fields | Array of strings Report query description |
{- "filters": {
- "property1": "string",
- "property2": "string"
}, - "targetEntity": "string",
- "emails": [
- "string"
], - "visibility": "PUBLIC",
- "sortBy": "string",
- "sortOrder": "Possible value are : DESCENDING, ASCENDING",
- "queryName": "string",
- "queryDescription": "string",
- "fields": [
- "string"
]
}Execute report query
| queryId required | integer <int64> Query id |
| async | boolean Execution type Synchronously or asynchronously |
| sendNotification | boolean Default: true |
Report query object
object Report query description | |
| targetEntity | string Report query description |
| emails | Array of strings Report query emails |
| visibility | string Enum: "PUBLIC" "PRIVATE" "PROTECTED" Report query description |
| sortBy | string Sort by |
| sortOrder | string Enum: "DESCENDING" "ASCENDING" Sort order |
| queryName | string Report query code |
| queryDescription | string Report query description |
| fields | Array of strings Report query description |
{- "filters": {
- "property1": "string",
- "property2": "string"
}, - "targetEntity": "string",
- "emails": [
- "string"
], - "visibility": "PUBLIC",
- "sortBy": "string",
- "sortOrder": "Possible value are : DESCENDING, ASCENDING",
- "queryName": "string",
- "queryDescription": "string",
- "fields": [
- "string"
]
}update an existing report query
| id required | integer <int64> Report query id |
Report query object
object Report query description | |
| targetEntity | string Report query description |
| emails | Array of strings Report query emails |
| visibility | string Enum: "PUBLIC" "PRIVATE" "PROTECTED" Report query description |
| sortBy | string Sort by |
| sortOrder | string Enum: "DESCENDING" "ASCENDING" Sort order |
| queryName | string Report query code |
| queryDescription | string Report query description |
| fields | Array of strings Report query description |
{- "filters": {
- "property1": "string",
- "property2": "string"
}, - "targetEntity": "string",
- "emails": [
- "string"
], - "visibility": "PUBLIC",
- "sortBy": "string",
- "sortOrder": "Possible value are : DESCENDING, ASCENDING",
- "queryName": "string",
- "queryDescription": "string",
- "fields": [
- "string"
]
}Verify the existing of the report query according to its visibility and creator
Verify report query request
| visibility | string Enum: "PUBLIC" "PRIVATE" "PROTECTED" Report query description |
| queryName | string Report query code |
{- "visibility": "PUBLIC",
- "queryName": "string"
}Create a Security Deposit
Security Deposit input
| description | string |
object (Resource) | |
| status | string Enum: "DRAFT" "LOCKED" "UNLOCKED" "AUTO_REFUND" "REFUNDED" "CANCELED" "HOLD" "VALIDATED" |
| validityPeriod | integer <int32> |
| validityPeriodUnit | string Enum: "DAYS" "MONTHS" "WEEKS" "YEARS" |
| refundReason | string |
required | object (Resource) |
object (Resource) | |
| externalReference | string |
object (Resource) | |
required | object (Resource) |
| amount | number |
| cancelReason | string |
| currentBalance | number |
object (Resource) | |
| validityDate | string <date-time> |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "currency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "DRAFT",
- "validityPeriod": 0,
- "validityPeriodUnit": "DAYS",
- "refundReason": "string",
- "template": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "subscription": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "externalReference": "string",
- "customerAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "billingAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "amount": 0,
- "cancelReason": "string",
- "currentBalance": 0,
- "serviceInstance": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "validityDate": "2019-08-24T14:15:22Z",
- "linkedInvoice": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Credit Security Deposit
| id required | integer <int64> contain the code of Security deposit te be credited by its id |
Security Deposit input
| reference required | string |
| amountToCredit required | number |
| isToMatching required | boolean |
| paymentInfo required | string |
| paymentInfo1 required | string |
| paymentInfo2 required | string |
| paymentInfo3 required | string |
| paymentInfo4 required | string |
| paymentInfo5 required | string |
| paymentMethod required | string Enum: "CHECK" "DIRECTDEBIT" "WIRETRANSFER" "CARD" "PAYPAL" "STRIPE" "CASH" |
| customerAccountCode required | string |
| occTemplateCode required | string |
| bankLot required | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "reference": "string",
- "amountToCredit": 0,
- "isToMatching": true,
- "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentMethod": "CHECK",
- "customerAccountCode": "string",
- "occTemplateCode": "string",
- "bankLot": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Instantiate Security Deposit
Security Deposit input
| description | string |
object (Resource) | |
| status | string Enum: "DRAFT" "LOCKED" "UNLOCKED" "AUTO_REFUND" "REFUNDED" "CANCELED" "HOLD" "VALIDATED" |
| validityPeriod | integer <int32> |
| validityPeriodUnit | string Enum: "DAYS" "MONTHS" "WEEKS" "YEARS" |
| refundReason | string |
required | object (Resource) |
object (Resource) | |
| externalReference | string |
object (Resource) | |
required | object (Resource) |
| amount | number |
| cancelReason | string |
| currentBalance | number |
object (Resource) | |
| validityDate | string <date-time> |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "currency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "DRAFT",
- "validityPeriod": 0,
- "validityPeriodUnit": "DAYS",
- "refundReason": "string",
- "template": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "subscription": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "externalReference": "string",
- "customerAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "billingAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "amount": 0,
- "cancelReason": "string",
- "currentBalance": 0,
- "serviceInstance": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "validityDate": "2019-08-24T14:15:22Z",
- "linkedInvoice": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Pay invoice manually with Security Deposit
| id required | integer <int64> contain the code of Security deposit te be the invoice with it |
Security Deposit input
| amount required | number |
required | object (Resource) |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "amount": 0,
- "accountOperation": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create a Security Deposit
Security Deposit input
| description | string |
object (Resource) | |
| status | string Enum: "DRAFT" "LOCKED" "UNLOCKED" "AUTO_REFUND" "REFUNDED" "CANCELED" "HOLD" "VALIDATED" |
| validityPeriod | integer <int32> |
| validityPeriodUnit | string Enum: "DAYS" "MONTHS" "WEEKS" "YEARS" |
| refundReason | string |
required | object (Resource) |
object (Resource) | |
| externalReference | string |
object (Resource) | |
required | object (Resource) |
| amount | number |
| cancelReason | string |
| currentBalance | number |
object (Resource) | |
| validityDate | string <date-time> |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "currency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "DRAFT",
- "validityPeriod": 0,
- "validityPeriodUnit": "DAYS",
- "refundReason": "string",
- "template": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "subscription": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "externalReference": "string",
- "customerAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "billingAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "amount": 0,
- "cancelReason": "string",
- "currentBalance": 0,
- "serviceInstance": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "validityDate": "2019-08-24T14:15:22Z",
- "linkedInvoice": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Credit Security Deposit
| id required | integer <int64> contain the code of Security deposit te be credited by its id |
Security Deposit input
| reference required | string |
| amountToCredit required | number |
| isToMatching required | boolean |
| paymentInfo required | string |
| paymentInfo1 required | string |
| paymentInfo2 required | string |
| paymentInfo3 required | string |
| paymentInfo4 required | string |
| paymentInfo5 required | string |
| paymentMethod required | string Enum: "CHECK" "DIRECTDEBIT" "WIRETRANSFER" "CARD" "PAYPAL" "STRIPE" "CASH" |
| customerAccountCode required | string |
| occTemplateCode required | string |
| bankLot required | string |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "reference": "string",
- "amountToCredit": 0,
- "isToMatching": true,
- "paymentInfo": "string",
- "paymentInfo1": "string",
- "paymentInfo2": "string",
- "paymentInfo3": "string",
- "paymentInfo4": "string",
- "paymentInfo5": "string",
- "paymentMethod": "CHECK",
- "customerAccountCode": "string",
- "occTemplateCode": "string",
- "bankLot": "string",
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Pay invoice manually with Security Deposit
| id required | integer <int64> contain the code of Security deposit te be the invoice with it |
Security Deposit input
| amount required | number |
required | object (Resource) |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "amount": 0,
- "accountOperation": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Instantiate Security Deposit
Security Deposit input
| description | string |
object (Resource) | |
| status | string Enum: "DRAFT" "LOCKED" "UNLOCKED" "AUTO_REFUND" "REFUNDED" "CANCELED" "HOLD" "VALIDATED" |
| validityPeriod | integer <int32> |
| validityPeriodUnit | string Enum: "DAYS" "MONTHS" "WEEKS" "YEARS" |
| refundReason | string |
required | object (Resource) |
object (Resource) | |
| externalReference | string |
object (Resource) | |
required | object (Resource) |
| amount | number |
| cancelReason | string |
| currentBalance | number |
object (Resource) | |
| validityDate | string <date-time> |
object (Resource) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "description": "string",
- "currency": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "status": "DRAFT",
- "validityPeriod": 0,
- "validityPeriodUnit": "DAYS",
- "refundReason": "string",
- "template": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "subscription": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "externalReference": "string",
- "customerAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "billingAccount": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "amount": 0,
- "cancelReason": "string",
- "currentBalance": 0,
- "serviceInstance": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "validityDate": "2019-08-24T14:15:22Z",
- "linkedInvoice": {
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Create Global settings
Global settings
object (QuoteSettings) | |
object (Dunning) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "quoteSettings": {
- "quoteDefaultValidityDelay": 0
}, - "dunning": {
- "activateDunning": true
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update Global settings
| id required | integer <int64> Global settings id |
Global settings
object (QuoteSettings) | |
object (Dunning) | |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "quoteSettings": {
- "quoteDefaultValidityDelay": 0
}, - "dunning": {
- "activateDunning": true
}, - "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Update Open Order settings
| id required | integer <int64> contain the code of Open Order settings te be updated by its id |
Open Order settings
| useOpenOrders | boolean |
| applyMaximumValidity | boolean |
| applyMaximumValidityValue | integer <int32> |
| defineMaximumValidity | boolean |
| defineMaximumValidityValue | integer <int32> |
| applyMaximumValidityUnit | string Enum: "Days" "Weeks" "Months" "Years" |
| useManagmentValidationForOOQuotation | boolean |
| code | string |
Array of objects | |
| id | integer <int64> |
{- "useOpenOrders": true,
- "applyMaximumValidity": true,
- "applyMaximumValidityValue": 0,
- "defineMaximumValidity": true,
- "defineMaximumValidityValue": 0,
- "applyMaximumValidityUnit": "Days",
- "useManagmentValidationForOOQuotation": true,
- "code": "string",
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
], - "id": 0
}Returns aged balance
| offset | integer <int64> Default: 0 |
| limit | integer <int64> Default: 50 |
| sortOrder | string |
| sortBy | string |
| customerAccountCode | string |
| startDate | string <date-time> |
| startDueDate | string <date-time> |
| endDueDate | string <date-time> |
| customerAccountDescription | string |
| sellerDescription | string |
| sellerCode | string |
| invoiceNumber | string |
| stepInDays | integer <int32> |
| numberOfPeriods | integer <int32> |
| tradingCurrency | string |
| funcCurrency | string |
{- "code": "string",
- "status": "OK",
- "details": "string",
- "causes": [
- {
- "causeMessage": "string"
}
], - "id": 0,
- "links": [
- {
- "params": {
- "property1": "string",
- "property2": "string"
}, - "title": "string",
- "uriBuilder": { },
- "rel": "string",
- "rels": [
- "string"
], - "type": "string"
}
]
}