Process a batch of requests

Processes a batch of requests. Requests are derived from all methods where the method name and 'Request' make up the request type. The same applies for the responses. Request properties are taken from the parameters of the method. Ex: GetApplication(cultureCode) will have a Request of type GetApplicationRequest with a property CultureCode. Add "__type":"[TheMethod]Request:Enferno.Services.Contracts.Expose" to specify Request type and then the requests properties.

Request
Request Body schema:

Specifies the requests to process.

Array
Responses
200

Success

500

Internal Server Error

post/ExposeService.svc/rest/Process
Request samples
[
  • {
    }
]
Response samples
[
  • {
    }
]