<back to all web services
Catalog_AddContactsPrices
The following routes are available for this service:POST | /Catalog_AddContactsPrices | | |
---|
Catalog_AddContactsPrices Parameters:Name | Parameter | Data Type | Required | Description |
---|
clean_before_loading | body | bool | No | |
contact | body | string | No | |
price_list | body | List<CatalogContactPricesModel> | No | |
CatalogContactPricesModel Parameters:Name | Parameter | Data Type | Required | Description |
---|
uid | form | string | No | |
price | form | decimal | No | |
currency_id | form | string | No | |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /Catalog_AddContactsPrices HTTP/1.1
Host: wbs.e-teleport.ru
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<Catalog_AddContactsPrices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TeleportService.ServiceModel">
<clean_before_loading>false</clean_before_loading>
<contact>String</contact>
<price_list>
<CatalogContactPricesModel>
<currency_id>String</currency_id>
<price>0</price>
<uid>String</uid>
</CatalogContactPricesModel>
</price_list>
</Catalog_AddContactsPrices>