POST Suppliapi/Integration/SaveListPriceIntegrate
Request Information
URI Parameters
None.
Body Parameters
Collection of IntegrateListPrice| Name | Description | Type | Additional information |
|---|---|---|---|
| itemcode | string |
None. |
|
| customerLvlId | string |
None. |
|
| itemListaPrecioXrefId | integer |
None. |
|
| itemId | integer |
None. |
|
| Precio | decimal number |
None. |
|
| porcentaje | decimal number |
None. |
|
| descuento | decimal number |
None. |
|
| preciobase | decimal number |
None. |
|
| accountListaPrecioId | integer |
None. |
|
| name | string |
None. |
|
| descripcion | string |
None. |
|
| codigo | string |
None. |
|
| active | boolean |
None. |
|
| tenantId | integer |
None. |
|
| accountId | integer |
None. |
|
| Priority | integer |
None. |
|
| accountCategoryId | integer |
None. |
|
| categoryName | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"itemcode": "sample string 1",
"customerLvlId": "sample string 2",
"itemListaPrecioXrefId": 1,
"itemId": 1,
"Precio": 1.0,
"porcentaje": 1.1,
"descuento": 1.0,
"preciobase": 1.0,
"accountListaPrecioId": 3,
"name": "sample string 4",
"descripcion": "sample string 5",
"codigo": "sample string 6",
"active": true,
"tenantId": 7,
"accountId": 1,
"Priority": 1,
"accountCategoryId": 1,
"categoryName": "sample string 8"
},
{
"itemcode": "sample string 1",
"customerLvlId": "sample string 2",
"itemListaPrecioXrefId": 1,
"itemId": 1,
"Precio": 1.0,
"porcentaje": 1.1,
"descuento": 1.0,
"preciobase": 1.0,
"accountListaPrecioId": 3,
"name": "sample string 4",
"descripcion": "sample string 5",
"codigo": "sample string 6",
"active": true,
"tenantId": 7,
"accountId": 1,
"Priority": 1,
"accountCategoryId": 1,
"categoryName": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfIntegrateListPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuppliAppi.Areas.Integration.Models">
<IntegrateListPrice>
<Precio>1</Precio>
<Priority>1</Priority>
<accountCategoryId>1</accountCategoryId>
<accountId>1</accountId>
<accountListaPrecioId>3</accountListaPrecioId>
<active>true</active>
<categoryName>sample string 8</categoryName>
<codigo>sample string 6</codigo>
<customerLvlId>sample string 2</customerLvlId>
<descripcion>sample string 5</descripcion>
<descuento>1</descuento>
<itemId>1</itemId>
<itemListaPrecioXrefId>1</itemListaPrecioXrefId>
<itemcode>sample string 1</itemcode>
<name>sample string 4</name>
<porcentaje>1.1</porcentaje>
<preciobase>1</preciobase>
<tenantId>7</tenantId>
</IntegrateListPrice>
<IntegrateListPrice>
<Precio>1</Precio>
<Priority>1</Priority>
<accountCategoryId>1</accountCategoryId>
<accountId>1</accountId>
<accountListaPrecioId>3</accountListaPrecioId>
<active>true</active>
<categoryName>sample string 8</categoryName>
<codigo>sample string 6</codigo>
<customerLvlId>sample string 2</customerLvlId>
<descripcion>sample string 5</descripcion>
<descuento>1</descuento>
<itemId>1</itemId>
<itemListaPrecioXrefId>1</itemListaPrecioXrefId>
<itemcode>sample string 1</itemcode>
<name>sample string 4</name>
<porcentaje>1.1</porcentaje>
<preciobase>1</preciobase>
<tenantId>7</tenantId>
</IntegrateListPrice>
</ArrayOfIntegrateListPrice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |