NectaVendorsApi

<back to all web services

GetDeliveryItemPrices

Requires Authentication
Required permission:view_vi
The following routes are available for this service:
POST/delivery/prices
GetDeliveryItemPrices Parameters:
NameParameterData TypeRequiredDescription
DeliveryDateStrbodystringNo
ParamsbodyList<DeliveryItemPriceParams>No
DeliveryItemPriceParams Parameters:
NameParameterData TypeRequiredDescription
DNoteStrucIdformintNo
ItemIdformintNo
Quantityformdecimal?No
PackingTypeformPackingTypeNo
CuInPuFactorformdecimalNo
Priceformdecimal?No
Totalformdecimal?No
CheckPricesformboolNo
ResponseGetDeliveryItemPrices Parameters:
NameParameterData TypeRequiredDescription
DeliveryItemPricesformList<DeliveryItemPricesDto>No
DeliveryItemPricesDto Parameters:
NameParameterData TypeRequiredDescription
DNoteStrucIdformintNo
QuantityformdecimalNo
PackingTypeformPackingTypeNo
PriceformdecimalNo
TotalformdecimalNo
Splitformbool?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /delivery/prices HTTP/1.1 
Host: vendor-api.digisupply.klueh.de 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"DeliveryDateStr":"String","Params":[{"DNoteStrucId":0,"ItemId":0,"Quantity":0,"PackingType":1,"CuInPuFactor":0,"Price":0,"Total":0,"CheckPrices":false}]}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"DeliveryItemPrices":[{"DNoteStrucId":0,"Quantity":0,"PackingType":1,"Price":0,"Total":0,"Split":false}]}