This article deals with the partner object ("partner") within the document object.
A complete description of the RetailForce DOM (Document Object Model), as well as a description of the individual elements, can be found in the downloads area of the RetailForce website (Object model documentation.pdf) in the respective version directory.
Im taxPositions-Objekt werden alle MwSt.-Positionen eines Dokumentes zusammengefasst und aufsummiert.
taxPositions-object
The following taxPositions object contains sample data.
"taxPositions": [
{
"vatIdentification": 0,
"vatLabel": "string",
"vatPercent1": 0,
"vatAmount": 0,
"netAmount": 0,
"grossAmount": 0
}
],
The Tax Positions object contains the following information.
Information in "Type" column:
- M ... mandatory / requird
- M* ... mandatory / requird in certain countries or under certain conditions
- R ... recommended
- O... optional
Elements | Type | Description | |
taxPositions | R |
Indication of all VAT positions of the document. Either all or none of the VAT positions must be specified. To get the tax positions from the document (if this property has not been set), use GetTaxPositions(Document, Boolean).
Note Austria: we recommend using this array to transmit the tax positions of a document to avoid rounding problems within the data collection protocol ("DEP7").
|
|
vatIdentification |
ID Identification of the VAT rate of the VAT position. Can be retrieved using GET /api/v1/information/ client/{clientId}/getVatIdentification, specifying the VAT rate of the country. Rate of the respective country. |
||
vatLabel | M* | Additional designation of the VAT rate in some countries (Serbia). | |
vatPercent1 | Tax rate in percent of this VAT item. Position (in this case VAT position 1) | ||
vatAmount | VAT amount of the VAT position | ||
netAmount | Net amount (excl. VAT) of the VAT position | ||
grossAmount | Gross amount (incl. VAT) of the VAT position |
Comments
0 comments
Please sign in to leave a comment.