ServiceProviderResource

A RESTful resource for managing service providers.

The following resources are applicable:

/serviceProviders

Mount Point: /serviceProviders

POST

Create a service provider.

Request Body

element: serviceProvider
media types: application/xml
text/xml
application/json

the service provider to create.

Response Body

element: serviceProvider
media types: application/xml
text/xml
application/json

the newly created service provider.

/serviceProviders/{id}

Mount Point: /serviceProviders/{id}

GET

Get the given service provider by ID.

Parameters

name description type default
id The ID of the service provider to retrieve. path

Response Body

element: serviceProvider
media types: application/xml
text/xml
application/json

The found service provider.