POST api/transactionables/delete
Request Information
URI Parameters
None.
Body Parameters
TransactionableData| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionableType | TransactionableTypeEnum |
None. |
|
| TransactionableCategoryID | integer |
None. |
|
| TransactionableCategoryName | string |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| CommercialName | string |
None. |
|
| BarCode | string |
None. |
|
| IVAAlicuotaID | integer |
None. |
|
| IVAAlicuota | decimal number |
None. |
|
| VariationOfID | integer |
None. |
|
| UnitPrice | decimal number |
None. |
|
| PointPlanning | decimal number |
None. |
|
| StockQuantity | decimal number |
None. |
|
| SellerComission | decimal number |
None. |
|
| BuildOnDemand | boolean |
None. |
|
| LastPurchasePrice | decimal number |
None. |
|
| LastPurchasePriceCurrencyCode | CurrencyCodeEnum |
None. |
|
| LastPurchasePriceDate | date |
None. |
|
| CheckStock | boolean |
None. |
|
| TransactionableConceptEnum | TransactionableConceptEnum |
None. |
|
| ManufacturerID | integer |
None. |
|
| ManufacturerName | string |
None. |
|
| PackageID | integer |
None. |
|
| UnitID | integer |
None. |
|
| MeasurementUnitID | integer |
None. |
|
| ForSale | boolean |
None. |
|
| ForPurchase | boolean |
None. |
|
| StorageConditionsEnum | StorageConditionsEnum |
None. |
|
| ExtraData | Dictionary of string [key] and PropertyData [value] |
None. |
|
| DisplayName | string |
None. |
|
| StockQuantityAsDecimal | decimal number |
None. |
|
| PointPlanningAsDecimal | decimal number |
None. |
|
| StockQuantityToStr | string |
None. |
|
| IVAAlicuotaToDecimal | decimal number |
None. |
|
| DisplayNameForStock | string |
None. |
|
| SearchName | string |
None. |
|
| CostBasedOnItems | boolean |
None. |
|
| TracedEnum | string |
None. |
|
| SubstanceTypeEnum | string |
None. |
|
| GtinNumber | integer |
None. |
|
| CertificateNumber | integer |
None. |
|
| TaxITCEnable | boolean |
None. |
|
| TaxITCAmount | decimal number |
None. |
|
| TaxIDCEnable | boolean |
None. |
|
| TaxIDCAmount | decimal number |
None. |
|
| Description | string |
None. |
|
| EcommerceMainImageUrl | string |
None. |
|
| LastPurchasePriceAsStr | string |
None. |
|
| LastPurchasePriceDateAsStr | string |
None. |
|
| LastBarCode | string |
None. |
|
| ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TransactionableType": 0,
"TransactionableCategoryID": 1,
"TransactionableCategoryName": "sample string 1",
"Code": "sample string 2",
"Name": "sample string 3",
"CommercialName": "sample string 4",
"BarCode": "sample string 5",
"IVAAlicuotaID": 1,
"IVAAlicuota": 1.0,
"VariationOfID": 1,
"UnitPrice": 1.0,
"PointPlanning": 1.0,
"StockQuantity": 1.0,
"SellerComission": 1.0,
"BuildOnDemand": true,
"LastPurchasePrice": 1.0,
"LastPurchasePriceCurrencyCode": 0,
"LastPurchasePriceDate": "2026-02-04T02:59:08.9449506+00:00",
"CheckStock": true,
"TransactionableConceptEnum": 0,
"ManufacturerID": 1,
"ManufacturerName": "sample string 6",
"PackageID": 1,
"UnitID": 1,
"MeasurementUnitID": 1,
"ForSale": true,
"ForPurchase": true,
"StorageConditionsEnum": 0,
"ExtraData": {
"sample string 1": {
"Type": 0,
"Name": "sample string 1",
"Value": "sample string 2",
"Required": true
},
"sample string 2": {
"Type": 0,
"Name": "sample string 1",
"Value": "sample string 2",
"Required": true
},
"CostBasedOnItems": {
"Type": 1,
"Name": "CostBasedOnItems",
"Value": "True",
"Required": false
},
"TracedEnum": {
"Type": 2,
"Name": "TracedEnum",
"Value": "sample string 8",
"Required": false
},
"SubstanceTypeEnum": {
"Type": 2,
"Name": "SubstanceTypeEnum",
"Value": "sample string 9",
"Required": false
},
"GtinNumber": {
"Type": 3,
"Name": "GtinNumber",
"Value": "1",
"Required": false
},
"CertificateNumber": {
"Type": 3,
"Name": "CertificateNumber",
"Value": "1",
"Required": false
},
"TaxITCEnable": {
"Type": 1,
"Name": "TaxITCEnable",
"Value": "True",
"Required": false
},
"TaxITCAmount": {
"Type": 6,
"Name": "TaxITCAmount",
"Value": "11",
"Required": false
},
"TaxIDCEnable": {
"Type": 1,
"Name": "TaxIDCEnable",
"Value": "True",
"Required": false
},
"TaxIDCAmount": {
"Type": 6,
"Name": "TaxIDCAmount",
"Value": "13",
"Required": false
},
"ImageUrl": {
"Type": 2,
"Name": "ImageUrl",
"Value": "sample string 15",
"Required": false
}
},
"DisplayName": "sample string 2 - sample string 3",
"StockQuantityAsDecimal": 1.0,
"PointPlanningAsDecimal": 1.0,
"StockQuantityToStr": "1,00",
"IVAAlicuotaToDecimal": 1.0,
"DisplayNameForStock": "sample string 2 - sample string 3 - Cant: a demanda",
"SearchName": "sample string 2 - sample string 3 - sample string 5 - sample string 6",
"CostBasedOnItems": true,
"TracedEnum": "sample string 8",
"SubstanceTypeEnum": "sample string 9",
"GtinNumber": 1,
"CertificateNumber": 1,
"TaxITCEnable": true,
"TaxITCAmount": 11.0,
"TaxIDCEnable": true,
"TaxIDCAmount": 13.0,
"Description": "sample string 14",
"EcommerceMainImageUrl": "sample string 15",
"LastPurchasePriceAsStr": "$ 1,00",
"LastPurchasePriceDateAsStr": "04/02/2026",
"LastBarCode": "sample string 5",
"ID": 1
}
text/xml
Sample:
<TransactionableData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">
<ID>1</ID>
<BarCode>sample string 5</BarCode>
<BuildOnDemand>true</BuildOnDemand>
<CertificateNumber>1</CertificateNumber>
<CheckStock>true</CheckStock>
<Code>sample string 2</Code>
<CommercialName>sample string 4</CommercialName>
<CostBasedOnItems>true</CostBasedOnItems>
<Description>sample string 14</Description>
<EcommerceMainImageUrl>sample string 15</EcommerceMainImageUrl>
<ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>
<Name>sample string 1</Name>
<Required>true</Required>
<Type>INT</Type>
<Value>sample string 2</Value>
</d2p1:Value>
</d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:Key>sample string 2</d2p1:Key>
<d2p1:Value>
<Name>sample string 1</Name>
<Required>true</Required>
<Type>INT</Type>
<Value>sample string 2</Value>
</d2p1:Value>
</d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:Key>CostBasedOnItems</d2p1:Key>
<d2p1:Value>
<Name>CostBasedOnItems</Name>
<Required>false</Required>
<Type>BOOL</Type>
<Value>True</Value>
</d2p1:Value>
</d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:Key>TracedEnum</d2p1:Key>
<d2p1:Value>
<Name>TracedEnum</Name>
<Required>false</Required>
<Type>STRING</Type>
<Value>sample string 8</Value>
</d2p1:Value>
</d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:Key>SubstanceTypeEnum</d2p1:Key>
<d2p1:Value>
<Name>SubstanceTypeEnum</Name>
<Required>false</Required>
<Type>STRING</Type>
<Value>sample string 9</Value>
</d2p1:Value>
</d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:Key>GtinNumber</d2p1:Key>
<d2p1:Value>
<Name>GtinNumber</Name>
<Required>false</Required>
<Type>BIGINT</Type>
<Value>1</Value>
</d2p1:Value>
</d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:Key>CertificateNumber</d2p1:Key>
<d2p1:Value>
<Name>CertificateNumber</Name>
<Required>false</Required>
<Type>BIGINT</Type>
<Value>1</Value>
</d2p1:Value>
</d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:Key>TaxITCEnable</d2p1:Key>
<d2p1:Value>
<Name>TaxITCEnable</Name>
<Required>false</Required>
<Type>BOOL</Type>
<Value>True</Value>
</d2p1:Value>
</d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:Key>TaxITCAmount</d2p1:Key>
<d2p1:Value>
<Name>TaxITCAmount</Name>
<Required>false</Required>
<Type>DECIMAL</Type>
<Value>11</Value>
</d2p1:Value>
</d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:Key>TaxIDCEnable</d2p1:Key>
<d2p1:Value>
<Name>TaxIDCEnable</Name>
<Required>false</Required>
<Type>BOOL</Type>
<Value>True</Value>
</d2p1:Value>
</d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:Key>TaxIDCAmount</d2p1:Key>
<d2p1:Value>
<Name>TaxIDCAmount</Name>
<Required>false</Required>
<Type>DECIMAL</Type>
<Value>13</Value>
</d2p1:Value>
</d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:KeyValueOfstringPropertyDatal3xPxu36>
<d2p1:Key>ImageUrl</d2p1:Key>
<d2p1:Value>
<Name>ImageUrl</Name>
<Required>false</Required>
<Type>STRING</Type>
<Value>sample string 15</Value>
</d2p1:Value>
</d2p1:KeyValueOfstringPropertyDatal3xPxu36>
</ExtraData>
<ForPurchase>true</ForPurchase>
<ForSale>true</ForSale>
<GtinNumber>1</GtinNumber>
<IVAAlicuota>1</IVAAlicuota>
<IVAAlicuotaID>1</IVAAlicuotaID>
<LastPurchasePrice>1</LastPurchasePrice>
<LastPurchasePriceCurrencyCode>ARS</LastPurchasePriceCurrencyCode>
<LastPurchasePriceDate>2026-02-04T02:59:08.9449506+00:00</LastPurchasePriceDate>
<ManufacturerID>1</ManufacturerID>
<ManufacturerName>sample string 6</ManufacturerName>
<MeasurementUnitID>1</MeasurementUnitID>
<Name>sample string 3</Name>
<PackageID>1</PackageID>
<PointPlanning>1</PointPlanning>
<SellerComission>1</SellerComission>
<StockQuantity>1</StockQuantity>
<StorageConditionsEnum>FREEZER</StorageConditionsEnum>
<SubstanceTypeEnum>sample string 9</SubstanceTypeEnum>
<TaxIDCAmount>13</TaxIDCAmount>
<TaxIDCEnable>true</TaxIDCEnable>
<TaxITCAmount>11</TaxITCAmount>
<TaxITCEnable>true</TaxITCEnable>
<TracedEnum>sample string 8</TracedEnum>
<TransactionableCategoryID>1</TransactionableCategoryID>
<TransactionableCategoryName>sample string 1</TransactionableCategoryName>
<TransactionableConceptEnum>PRODUCTOS</TransactionableConceptEnum>
<TransactionableType>SIMPLE</TransactionableType>
<UnitID>1</UnitID>
<UnitPrice>1</UnitPrice>
<VariationOfID>1</VariationOfID>
</TransactionableData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.