NectaVendorsApi

<back to all web services

SaveVendor

Requires Authentication
Required permission:view_vi
The following routes are available for this service:
PUT/vendor/details/save
VendorHeaderDto Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
NameformstringNo
GuidformstringNo
UseChangesetformboolNo
StreetNumberformstringNo
CountryformintNo
ZipCodeformstringNo
CityformstringNo
WebsiteformstringNo
GlnformstringNo
UidformstringNo
MailformstringNo
LanguageformintNo
CurrencyformintNo
ExportLevelformintNo

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.

PUT /vendor/details/save HTTP/1.1 
Host: vendor-api.digisupply.klueh.de 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"Id":0,"Name":"String","Guid":"String","UseChangeset":false,"StreetNumber":"String","Country":0,"ZipCode":"String","City":"String","Website":"String","Gln":"String","Uid":"String","Mail":"String","Language":0,"Currency":0,"ExportLevel":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Id":0,"Name":"String","Guid":"String","UseChangeset":false,"StreetNumber":"String","Country":0,"ZipCode":"String","City":"String","Website":"String","Gln":"String","Uid":"String","Mail":"String","Language":0,"Currency":0,"ExportLevel":0}