| Required permission: | view_vi |
| PUT | /vendor/details/save |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| Name | form | string | No | |
| Guid | form | string | No | |
| UseChangeset | form | bool | No | |
| StreetNumber | form | string | No | |
| Country | form | int | No | |
| ZipCode | form | string | No | |
| City | form | string | No | |
| Website | form | string | No | |
| Gln | form | string | No | |
| Uid | form | string | No | |
| form | string | No | ||
| Language | form | int | No | |
| Currency | form | int | No | |
| ExportLevel | form | int | 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
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}