TeleportService

<back to all web services

Catalog_AddContactsPrices

Requires Authentication
The following routes are available for this service:
POST/Catalog_AddContactsPrices
Catalog_AddContactsPrices Parameters:
NameParameterData TypeRequiredDescription
clean_before_loadingbodyboolNo
contactbodystringNo
price_listbodyList<CatalogContactPricesModel>No
CatalogContactPricesModel Parameters:
NameParameterData TypeRequiredDescription
uidformstringNo
priceformdecimalNo
currency_idformstringNo

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>