GET api/ItemAccount?limit={limit}&ChangeDate={ChangeDate}&start={start}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
limit | integer |
Required |
|
ChangeDate | date |
None. |
|
start | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of ItemAccountName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
ItemCode | string |
Required |
|
AccountCode | globally unique identifier |
None. |
|
crdnr | string |
Required |
|
MainAccount | boolean |
None. |
|
ItemCodeAccount | string |
None. |
|
EANCode | string |
None. |
|
PurchaseCurrency | string |
None. |
|
PurchasePrice | decimal number |
None. |
|
PurchaseVATCode | string |
None. |
|
PurchaseVATPerc | decimal number |
None. |
|
PurchaseVATIncl | boolean |
None. |
|
PurchaseUnit | string |
None. |
|
PurchasePackage | string |
None. |
|
PurchaseUnitToInternalUnitFactor | decimal number |
None. |
|
PurchaseUnitToPurchasePackageFactor | decimal number |
None. |
|
PurchaseOrderSize | decimal number |
None. |
|
DiscountMargin | decimal number |
None. |
|
SalesPriceRecommended | decimal number |
None. |
|
SlsPkgsPerPurPkg | decimal number |
None. |
|
DeliveryTimeInDays | integer |
None. |
|
DeliverableFromStock | boolean |
None. |
|
DocumentID | globally unique identifier |
None. |
|
SupplierPreference | byte |
None. |
|
StatisticalFactor | decimal number |
None. |
|
Warranty | integer |
None. |
|
CountryOfOrigin | string |
None. |
|
DropShip | boolean |
None. |
|
CountryOfAssembly | string |
None. |
|
Manufacturer | string |
None. |
|
Division | integer |
None. |
|
syscreated | date |
None. |
|
syscreator | integer |
None. |
|
sysmodified | date |
None. |
|
sysmodifier | integer |
None. |
|
sysguid | globally unique identifier |
None. |
|
TransactionKey | string |
None. |
|
Action | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": 1, "ItemCode": "sample string 2", "AccountCode": "747e109a-493b-4129-ad37-53663793a718", "crdnr": "sample string 4", "MainAccount": true, "ItemCodeAccount": "sample string 6", "EANCode": "sample string 7", "PurchaseCurrency": "sample string 8", "PurchasePrice": 9.1, "PurchaseVATCode": "sample string 10", "PurchaseVATPerc": 11.1, "PurchaseVATIncl": true, "PurchaseUnit": "sample string 13", "PurchasePackage": "sample string 14", "PurchaseUnitToInternalUnitFactor": 15.1, "PurchaseUnitToPurchasePackageFactor": 16.1, "PurchaseOrderSize": 17.1, "DiscountMargin": 18.1, "SalesPriceRecommended": 19.1, "SlsPkgsPerPurPkg": 20.1, "DeliveryTimeInDays": 21, "DeliverableFromStock": true, "DocumentID": "b69dc21f-508a-41a3-a406-ceb68c1cfc2a", "SupplierPreference": 64, "StatisticalFactor": 1.1, "Warranty": 23, "CountryOfOrigin": "sample string 24", "DropShip": true, "CountryOfAssembly": "sample string 26", "Manufacturer": "sample string 27", "Division": 28, "syscreated": "2021-04-15T06:37:23.3830142+02:00", "syscreator": 30, "sysmodified": "2021-04-15T06:37:23.3830142+02:00", "sysmodifier": 32, "sysguid": "0134fd5a-3d90-41fb-a45f-cdef0c91f53a", "TransactionKey": "sample string 33", "Action": "sample string 34" }, { "ID": 1, "ItemCode": "sample string 2", "AccountCode": "747e109a-493b-4129-ad37-53663793a718", "crdnr": "sample string 4", "MainAccount": true, "ItemCodeAccount": "sample string 6", "EANCode": "sample string 7", "PurchaseCurrency": "sample string 8", "PurchasePrice": 9.1, "PurchaseVATCode": "sample string 10", "PurchaseVATPerc": 11.1, "PurchaseVATIncl": true, "PurchaseUnit": "sample string 13", "PurchasePackage": "sample string 14", "PurchaseUnitToInternalUnitFactor": 15.1, "PurchaseUnitToPurchasePackageFactor": 16.1, "PurchaseOrderSize": 17.1, "DiscountMargin": 18.1, "SalesPriceRecommended": 19.1, "SlsPkgsPerPurPkg": 20.1, "DeliveryTimeInDays": 21, "DeliverableFromStock": true, "DocumentID": "b69dc21f-508a-41a3-a406-ceb68c1cfc2a", "SupplierPreference": 64, "StatisticalFactor": 1.1, "Warranty": 23, "CountryOfOrigin": "sample string 24", "DropShip": true, "CountryOfAssembly": "sample string 26", "Manufacturer": "sample string 27", "Division": 28, "syscreated": "2021-04-15T06:37:23.3830142+02:00", "syscreator": 30, "sysmodified": "2021-04-15T06:37:23.3830142+02:00", "sysmodifier": 32, "sysguid": "0134fd5a-3d90-41fb-a45f-cdef0c91f53a", "TransactionKey": "sample string 33", "Action": "sample string 34" } ]
application/xml, text/xml
Sample:
<ArrayOfItemAccount xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ItemAccount> <TransactionKey>sample string 33</TransactionKey> <Action>sample string 34</Action> <ID>1</ID> <ItemCode>sample string 2</ItemCode> <AccountCode>747e109a-493b-4129-ad37-53663793a718</AccountCode> <crdnr>sample string 4</crdnr> <MainAccount>true</MainAccount> <ItemCodeAccount>sample string 6</ItemCodeAccount> <EANCode>sample string 7</EANCode> <PurchaseCurrency>sample string 8</PurchaseCurrency> <PurchasePrice>9.1</PurchasePrice> <PurchaseVATCode>sample string 10</PurchaseVATCode> <PurchaseVATPerc>11.1</PurchaseVATPerc> <PurchaseVATIncl>true</PurchaseVATIncl> <PurchaseUnit>sample string 13</PurchaseUnit> <PurchasePackage>sample string 14</PurchasePackage> <PurchaseUnitToInternalUnitFactor>15.1</PurchaseUnitToInternalUnitFactor> <PurchaseUnitToPurchasePackageFactor>16.1</PurchaseUnitToPurchasePackageFactor> <PurchaseOrderSize>17.1</PurchaseOrderSize> <DiscountMargin>18.1</DiscountMargin> <SalesPriceRecommended>19.1</SalesPriceRecommended> <SlsPkgsPerPurPkg>20.1</SlsPkgsPerPurPkg> <DeliveryTimeInDays>21</DeliveryTimeInDays> <DeliverableFromStock>true</DeliverableFromStock> <DocumentID>b69dc21f-508a-41a3-a406-ceb68c1cfc2a</DocumentID> <SupplierPreference>64</SupplierPreference> <StatisticalFactor>1.1</StatisticalFactor> <Warranty>23</Warranty> <CountryOfOrigin>sample string 24</CountryOfOrigin> <DropShip>true</DropShip> <CountryOfAssembly>sample string 26</CountryOfAssembly> <Manufacturer>sample string 27</Manufacturer> <Division>28</Division> <syscreated>2021-04-15T06:37:23.3830142+02:00</syscreated> <syscreator>30</syscreator> <sysmodified>2021-04-15T06:37:23.3830142+02:00</sysmodified> <sysmodifier>32</sysmodifier> <sysguid>0134fd5a-3d90-41fb-a45f-cdef0c91f53a</sysguid> </ItemAccount> <ItemAccount> <TransactionKey>sample string 33</TransactionKey> <Action>sample string 34</Action> <ID>1</ID> <ItemCode>sample string 2</ItemCode> <AccountCode>747e109a-493b-4129-ad37-53663793a718</AccountCode> <crdnr>sample string 4</crdnr> <MainAccount>true</MainAccount> <ItemCodeAccount>sample string 6</ItemCodeAccount> <EANCode>sample string 7</EANCode> <PurchaseCurrency>sample string 8</PurchaseCurrency> <PurchasePrice>9.1</PurchasePrice> <PurchaseVATCode>sample string 10</PurchaseVATCode> <PurchaseVATPerc>11.1</PurchaseVATPerc> <PurchaseVATIncl>true</PurchaseVATIncl> <PurchaseUnit>sample string 13</PurchaseUnit> <PurchasePackage>sample string 14</PurchasePackage> <PurchaseUnitToInternalUnitFactor>15.1</PurchaseUnitToInternalUnitFactor> <PurchaseUnitToPurchasePackageFactor>16.1</PurchaseUnitToPurchasePackageFactor> <PurchaseOrderSize>17.1</PurchaseOrderSize> <DiscountMargin>18.1</DiscountMargin> <SalesPriceRecommended>19.1</SalesPriceRecommended> <SlsPkgsPerPurPkg>20.1</SlsPkgsPerPurPkg> <DeliveryTimeInDays>21</DeliveryTimeInDays> <DeliverableFromStock>true</DeliverableFromStock> <DocumentID>b69dc21f-508a-41a3-a406-ceb68c1cfc2a</DocumentID> <SupplierPreference>64</SupplierPreference> <StatisticalFactor>1.1</StatisticalFactor> <Warranty>23</Warranty> <CountryOfOrigin>sample string 24</CountryOfOrigin> <DropShip>true</DropShip> <CountryOfAssembly>sample string 26</CountryOfAssembly> <Manufacturer>sample string 27</Manufacturer> <Division>28</Division> <syscreated>2021-04-15T06:37:23.3830142+02:00</syscreated> <syscreator>30</syscreator> <sysmodified>2021-04-15T06:37:23.3830142+02:00</sysmodified> <sysmodifier>32</sysmodifier> <sysguid>0134fd5a-3d90-41fb-a45f-cdef0c91f53a</sysguid> </ItemAccount> </ArrayOfItemAccount>