id required | string (sic-code) non-empty |
If-Match required | string ... |
code required | string (sic-code) non-empty |
description required | string |
{- "code": "string",
- "description": "string"
}
{- "code": "string",
- "description": "string"
}
id required | number <int64> (business-type-id) |
If-Match required | string ... |
id required | number <int64> (business-type-id) |
description required | string |
discount | number <float> |
{- "id": 0,
- "description": "string",
- "discount": 0
}
{- "id": 0,
- "description": "string",
- "discount": 0
}
id required | string (accno-code) non-empty |
If-Match required | string ... |
accno required | string (accno-code) non-empty |
description required | string non-empty |
{- "accno": "string",
- "description": "string"
}
{- "accno": "string",
- "description": "string"
}
[- {
- "eca": {
- "id": 1,
- "entity": {
- "credit_limit": {
- "total": 0,
- "used": 0,
- "available": 0
}
}
}, - "account": {
- "accno": "string",
- "description": "string"
}, - "currency": "str",
- "description": "string",
- "notes": "string",
- "internal-notes": "string",
- "invoice-number": "string",
- "order-number": "string",
- "po-number": "string",
- "ship-via": "string",
- "shipping-point": "string",
- "ship-to": { },
- "dates": {
- "due": "2019-08-24",
- "book": "2019-08-24",
- "created": "2019-08-24"
}, - "lines": [
- {
- "description": "string",
- "price": 0,
- "price_fixated": false,
- "unit": "string",
- "qty": 1,
- "taxform": false,
- "serialnumber": "string",
- "discount": 100,
- "discount_type": "%",
- "delivery_date": "2019-08-24",
- "part": {
- "number": "string",
- "_self": "string"
}, - "total": 0
}
], - "taxes": {
- "property1": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}, - "property2": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}
}, - "payments": [
- {
- "date": "2019-08-24",
- "source": "string",
- "memo": "string",
- "amount": 0,
- "account": {
- "accno": "string",
- "description": "string"
}
}
]
}
]
...
required | object or object |
required | object |
currency required | string = 3 characters |
description | string or null |
notes | string or null |
internal-notes | string or null |
invoice-number | string |
order-number | string |
po-number | string |
ship-via | string or null |
shipping-point | string or null |
ship-to | object |
required | object |
required | Array of objects |
object | |
Array of objects |
{- "eca": {
- "id": 1
}, - "account": {
- "accno": "string"
}, - "currency": "str",
- "description": "string",
- "notes": "string",
- "internal-notes": "string",
- "invoice-number": "string",
- "order-number": "string",
- "po-number": "string",
- "ship-via": "string",
- "shipping-point": "string",
- "ship-to": { },
- "dates": {
- "due": "2019-08-24",
- "book": "2019-08-24",
- "created": "2019-08-24"
}, - "lines": [
- {
- "description": "string",
- "price": 0,
- "price_fixated": false,
- "unit": "string",
- "qty": 1,
- "taxform": false,
- "serialnumber": "string",
- "discount": 100,
- "discount_type": "%",
- "delivery_date": "2019-08-24",
- "part": {
- "number": "string"
}
}
], - "taxes": {
- "property1": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string"
}, - "property2": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string"
}
}, - "payments": [
- {
- "date": "2019-08-24",
- "source": "string",
- "memo": "string",
- "amount": 0,
- "account": {
- "accno": "string"
}
}
]
}
{- "eca": {
- "id": 1,
- "entity": {
- "credit_limit": {
- "total": 0,
- "used": 0,
- "available": 0
}
}
}, - "account": {
- "accno": "string",
- "description": "string"
}, - "currency": "str",
- "description": "string",
- "notes": "string",
- "internal-notes": "string",
- "invoice-number": "string",
- "order-number": "string",
- "po-number": "string",
- "ship-via": "string",
- "shipping-point": "string",
- "ship-to": { },
- "dates": {
- "due": "2019-08-24",
- "book": "2019-08-24",
- "created": "2019-08-24"
}, - "lines": [
- {
- "description": "string",
- "price": 0,
- "price_fixated": false,
- "unit": "string",
- "qty": 1,
- "taxform": false,
- "serialnumber": "string",
- "discount": 100,
- "discount_type": "%",
- "delivery_date": "2019-08-24",
- "part": {
- "number": "string",
- "_self": "string"
}, - "total": 0
}
], - "taxes": {
- "property1": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}, - "property2": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}
}, - "payments": [
- {
- "date": "2019-08-24",
- "source": "string",
- "memo": "string",
- "amount": 0,
- "account": {
- "accno": "string",
- "description": "string"
}
}
]
}
{- "eca": {
- "id": 1,
- "entity": {
- "credit_limit": {
- "total": 0,
- "used": 0,
- "available": 0
}
}
}, - "account": {
- "accno": "string",
- "description": "string"
}, - "currency": "str",
- "description": "string",
- "notes": "string",
- "internal-notes": "string",
- "invoice-number": "string",
- "order-number": "string",
- "po-number": "string",
- "ship-via": "string",
- "shipping-point": "string",
- "ship-to": { },
- "dates": {
- "due": "2019-08-24",
- "book": "2019-08-24",
- "created": "2019-08-24"
}, - "lines": [
- {
- "description": "string",
- "price": 0,
- "price_fixated": false,
- "unit": "string",
- "qty": 1,
- "taxform": false,
- "serialnumber": "string",
- "discount": 100,
- "discount_type": "%",
- "delivery_date": "2019-08-24",
- "part": {
- "number": "string",
- "_self": "string"
}, - "total": 0
}
], - "taxes": {
- "property1": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}, - "property2": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}
}, - "payments": [
- {
- "date": "2019-08-24",
- "source": "string",
- "memo": "string",
- "amount": 0,
- "account": {
- "accno": "string",
- "description": "string"
}
}
]
}
id required | string non-empty |
If-Match required | string ... |
required | object or object |
required | object |
currency required | string = 3 characters |
description | string or null |
notes | string or null |
internal-notes | string or null |
invoice-number | string |
order-number | string |
po-number | string |
ship-via | string or null |
shipping-point | string or null |
ship-to | object |
required | object |
required | Array of objects |
object | |
Array of objects |
{- "eca": {
- "id": 1
}, - "account": {
- "accno": "string"
}, - "currency": "str",
- "description": "string",
- "notes": "string",
- "internal-notes": "string",
- "invoice-number": "string",
- "order-number": "string",
- "po-number": "string",
- "ship-via": "string",
- "shipping-point": "string",
- "ship-to": { },
- "dates": {
- "due": "2019-08-24",
- "book": "2019-08-24",
- "created": "2019-08-24"
}, - "lines": [
- {
- "description": "string",
- "price": 0,
- "price_fixated": false,
- "unit": "string",
- "qty": 1,
- "taxform": false,
- "serialnumber": "string",
- "discount": 100,
- "discount_type": "%",
- "delivery_date": "2019-08-24",
- "part": {
- "number": "string"
}
}
], - "taxes": {
- "property1": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string"
}, - "property2": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string"
}
}, - "payments": [
- {
- "date": "2019-08-24",
- "source": "string",
- "memo": "string",
- "amount": 0,
- "account": {
- "accno": "string"
}
}
]
}
{- "eca": {
- "id": 1,
- "entity": {
- "credit_limit": {
- "total": 0,
- "used": 0,
- "available": 0
}
}
}, - "account": {
- "accno": "string",
- "description": "string"
}, - "currency": "str",
- "description": "string",
- "notes": "string",
- "internal-notes": "string",
- "invoice-number": "string",
- "order-number": "string",
- "po-number": "string",
- "ship-via": "string",
- "shipping-point": "string",
- "ship-to": { },
- "dates": {
- "due": "2019-08-24",
- "book": "2019-08-24",
- "created": "2019-08-24"
}, - "lines": [
- {
- "description": "string",
- "price": 0,
- "price_fixated": false,
- "unit": "string",
- "qty": 1,
- "taxform": false,
- "serialnumber": "string",
- "discount": 100,
- "discount_type": "%",
- "delivery_date": "2019-08-24",
- "part": {
- "number": "string",
- "_self": "string"
}, - "total": 0
}
], - "taxes": {
- "property1": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}, - "property2": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}
}, - "payments": [
- {
- "date": "2019-08-24",
- "source": "string",
- "memo": "string",
- "amount": 0,
- "account": {
- "accno": "string",
- "description": "string"
}
}
]
}
[- {
- "eca": {
- "id": 1,
- "entity": {
- "credit_limit": {
- "total": 0,
- "used": 0,
- "available": 0
}
}
}, - "account": {
- "accno": "string",
- "description": "string"
}, - "currency": "str",
- "description": "string",
- "notes": "string",
- "internal-notes": "string",
- "invoice-number": "string",
- "order-number": "string",
- "po-number": "string",
- "ship-via": "string",
- "shipping-point": "string",
- "ship-to": { },
- "dates": {
- "due": "2019-08-24",
- "book": "2019-08-24",
- "created": "2019-08-24"
}, - "lines": [
- {
- "description": "string",
- "price": 0,
- "price_fixated": false,
- "unit": "string",
- "qty": 1,
- "taxform": false,
- "serialnumber": "string",
- "discount": 100,
- "discount_type": "%",
- "delivery_date": "2019-08-24",
- "part": {
- "number": "string",
- "_self": "string"
}, - "total": 0
}
], - "taxes": {
- "property1": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}, - "property2": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}
}, - "payments": [
- {
- "date": "2019-08-24",
- "source": "string",
- "memo": "string",
- "amount": 0,
- "account": {
- "accno": "string",
- "description": "string"
}
}
]
}
]
...
required | object or object |
required | object |
currency required | string = 3 characters |
description | string or null |
notes | string or null |
internal-notes | string or null |
invoice-number | string |
order-number | string |
po-number | string |
ship-via | string or null |
shipping-point | string or null |
ship-to | object |
required | object |
required | Array of objects |
object | |
Array of objects |
{- "eca": {
- "id": 1
}, - "account": {
- "accno": "string"
}, - "currency": "str",
- "description": "string",
- "notes": "string",
- "internal-notes": "string",
- "invoice-number": "string",
- "order-number": "string",
- "po-number": "string",
- "ship-via": "string",
- "shipping-point": "string",
- "ship-to": { },
- "dates": {
- "due": "2019-08-24",
- "book": "2019-08-24",
- "created": "2019-08-24"
}, - "lines": [
- {
- "description": "string",
- "price": 0,
- "price_fixated": false,
- "unit": "string",
- "qty": 1,
- "taxform": false,
- "serialnumber": "string",
- "discount": 100,
- "discount_type": "%",
- "delivery_date": "2019-08-24",
- "part": {
- "number": "string"
}
}
], - "taxes": {
- "property1": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string"
}, - "property2": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string"
}
}, - "payments": [
- {
- "date": "2019-08-24",
- "source": "string",
- "memo": "string",
- "amount": 0,
- "account": {
- "accno": "string"
}
}
]
}
{- "eca": {
- "id": 1,
- "entity": {
- "credit_limit": {
- "total": 0,
- "used": 0,
- "available": 0
}
}
}, - "account": {
- "accno": "string",
- "description": "string"
}, - "currency": "str",
- "description": "string",
- "notes": "string",
- "internal-notes": "string",
- "invoice-number": "string",
- "order-number": "string",
- "po-number": "string",
- "ship-via": "string",
- "shipping-point": "string",
- "ship-to": { },
- "dates": {
- "due": "2019-08-24",
- "book": "2019-08-24",
- "created": "2019-08-24"
}, - "lines": [
- {
- "description": "string",
- "price": 0,
- "price_fixated": false,
- "unit": "string",
- "qty": 1,
- "taxform": false,
- "serialnumber": "string",
- "discount": 100,
- "discount_type": "%",
- "delivery_date": "2019-08-24",
- "part": {
- "number": "string",
- "_self": "string"
}, - "total": 0
}
], - "taxes": {
- "property1": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}, - "property2": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}
}, - "payments": [
- {
- "date": "2019-08-24",
- "source": "string",
- "memo": "string",
- "amount": 0,
- "account": {
- "accno": "string",
- "description": "string"
}
}
]
}
{- "eca": {
- "id": 1,
- "entity": {
- "credit_limit": {
- "total": 0,
- "used": 0,
- "available": 0
}
}
}, - "account": {
- "accno": "string",
- "description": "string"
}, - "currency": "str",
- "description": "string",
- "notes": "string",
- "internal-notes": "string",
- "invoice-number": "string",
- "order-number": "string",
- "po-number": "string",
- "ship-via": "string",
- "shipping-point": "string",
- "ship-to": { },
- "dates": {
- "due": "2019-08-24",
- "book": "2019-08-24",
- "created": "2019-08-24"
}, - "lines": [
- {
- "description": "string",
- "price": 0,
- "price_fixated": false,
- "unit": "string",
- "qty": 1,
- "taxform": false,
- "serialnumber": "string",
- "discount": 100,
- "discount_type": "%",
- "delivery_date": "2019-08-24",
- "part": {
- "number": "string",
- "_self": "string"
}, - "total": 0
}
], - "taxes": {
- "property1": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}, - "property2": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}
}, - "payments": [
- {
- "date": "2019-08-24",
- "source": "string",
- "memo": "string",
- "amount": 0,
- "account": {
- "accno": "string",
- "description": "string"
}
}
]
}
id required | string non-empty |
If-Match required | string ... |
required | object or object |
required | object |
currency required | string = 3 characters |
description | string or null |
notes | string or null |
internal-notes | string or null |
invoice-number | string |
order-number | string |
po-number | string |
ship-via | string or null |
shipping-point | string or null |
ship-to | object |
required | object |
required | Array of objects |
object | |
Array of objects |
{- "eca": {
- "id": 1
}, - "account": {
- "accno": "string"
}, - "currency": "str",
- "description": "string",
- "notes": "string",
- "internal-notes": "string",
- "invoice-number": "string",
- "order-number": "string",
- "po-number": "string",
- "ship-via": "string",
- "shipping-point": "string",
- "ship-to": { },
- "dates": {
- "due": "2019-08-24",
- "book": "2019-08-24",
- "created": "2019-08-24"
}, - "lines": [
- {
- "description": "string",
- "price": 0,
- "price_fixated": false,
- "unit": "string",
- "qty": 1,
- "taxform": false,
- "serialnumber": "string",
- "discount": 100,
- "discount_type": "%",
- "delivery_date": "2019-08-24",
- "part": {
- "number": "string"
}
}
], - "taxes": {
- "property1": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string"
}, - "property2": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string"
}
}, - "payments": [
- {
- "date": "2019-08-24",
- "source": "string",
- "memo": "string",
- "amount": 0,
- "account": {
- "accno": "string"
}
}
]
}
{- "eca": {
- "id": 1,
- "entity": {
- "credit_limit": {
- "total": 0,
- "used": 0,
- "available": 0
}
}
}, - "account": {
- "accno": "string",
- "description": "string"
}, - "currency": "str",
- "description": "string",
- "notes": "string",
- "internal-notes": "string",
- "invoice-number": "string",
- "order-number": "string",
- "po-number": "string",
- "ship-via": "string",
- "shipping-point": "string",
- "ship-to": { },
- "dates": {
- "due": "2019-08-24",
- "book": "2019-08-24",
- "created": "2019-08-24"
}, - "lines": [
- {
- "description": "string",
- "price": 0,
- "price_fixated": false,
- "unit": "string",
- "qty": 1,
- "taxform": false,
- "serialnumber": "string",
- "discount": 100,
- "discount_type": "%",
- "delivery_date": "2019-08-24",
- "part": {
- "number": "string",
- "_self": "string"
}, - "total": 0
}
], - "taxes": {
- "property1": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}, - "property2": {
- "tax": {
- "category": "string"
}, - "base-amount": 0,
- "amount": 0,
- "source": "string",
- "memo": "string",
- "name": "string",
- "rate": 1,
- "calculated-amount": 0
}
}, - "payments": [
- {
- "date": "2019-08-24",
- "source": "string",
- "memo": "string",
- "amount": 0,
- "account": {
- "accno": "string",
- "description": "string"
}
}
]
}
id required | string (language-code) ^[a-z]{2}(_[A-Z]{2})?$ |
If-Match required | string ... |
code required | string (language-code) ^[a-z]{2}(_[A-Z]{2})?$ |
description required | string |
{- "code": "string",
- "description": "string"
}
{- "code": "string",
- "description": "string"
}
id required | integer <int64> (pricegroup-id) >= 1 |
If-Match required | string ... |
description required | string |
id required | integer <int64> (pricegroup-id) >= 1 |
{- "description": "string",
- "id": 1
}
{- "description": "string",
- "id": 1
}
id required | integer <int64> (warehouse-id) >= 1 |
If-Match required | string ... |
description required | string |
id required | integer <int64> (warehouse-id) >= 1 |
{- "description": "string",
- "id": 1
}
{- "description": "string",
- "id": 1
}