ApexERPHost

<back to all web services

TxPrSupD

Requires Authentication
The following routes are available for this service:
PUT/Logistics/TxPrSupD
TxPrSupD Parameters:
NameParameterData TypeRequiredDescription
IudbodyintNo
PrSupDbodyList<prSupD>No
prSupD Parameters:
NameParameterData TypeRequiredDescription
SupdIDformintNo
SupIDformintNo
SortIDformintNo
ProdPP_idformstringNo
CodeformstringNo
PriceformdecimalNo
PriceGformdecimalNo
PriceUformdecimalNo
PriceVformdecimalNo
DiscountformdecimalNo
OCountformdecimalNo
RCountformdecimal?No
ACountformdecimal?No
lStatusformbyte?No
rDateformDateTime?No
LifeDateformDateTime?No
isAutorizedformboolNo
dVgformdecimal?No
iDiscAmountformdecimal?No
Vgformdecimal?No
TxPrSupDResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo

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

HTTP + CSV

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

PUT /Logistics/TxPrSupD HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"Iud":0,"PrSupD":[{"SupdID":0,"SupID":0,"SortID":0,"ProdPP_id":"String","Code":"String","Price":0,"PriceG":0,"PriceU":0,"PriceV":0,"Discount":0,"OCount":0,"RCount":0,"ACount":0,"lStatus":0,"rDate":"\/Date(-62135596800000-0000)\/","LifeDate":"\/Date(-62135596800000-0000)\/","isAutorized":false,"dVg":0,"iDiscAmount":0,"Vg":0}]}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}