SellerRs
Web service for managing org.meveo.model.admin.Seller.
The following resources are applicable:
/seller
Mount Point: /api/rest/seller
The following operations are supported on this resource:
POST
Create seller.
Request Body
element: | Seller |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
PUT
Update seller.
Request Body
element: | Seller |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
GET
Search for seller with a given code.
Parameters
name | description | type | default |
---|---|---|---|
sellerCode | (no documentation provided) | query |
Response Body
element: | GetSellerResponse |
media types: | application/xml application/json |
(no documentation provided)
/seller/{sellerCode}
Mount Point: /api/rest/seller/{sellerCode}
DELETE
Remove seller with a given code.
Parameters
name | description | type | default |
---|---|---|---|
sellerCode | (no documentation provided) | path |
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
/seller/version
Mount Point: /api/rest/seller/version
GET
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)