ProviderRs
Web service for managing org.meveo.model.Provider.
The following resources are applicable:
/provider
Mount Point: /api/rest/provider
The following operations are supported on this resource:
POST
Create provider.
Request Body
element: | Provider |
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 provider with a given code.
Parameters
name | description | type | default |
---|---|---|---|
providerCode | (no documentation provided) | query |
Response Body
element: | GetProviderResponse |
media types: | application/xml application/json |
(no documentation provided)
PUT
Update provider.
Request Body
element: | Provider |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
/provider/version
Mount Point: /api/rest/provider/version
GET
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)