The Expose namespace has Entities and Operations common to all namespaces or things that does not fit under any other namespace.
Documentation ExposeService (1.1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/expose/1.1/
Request
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.
- application/json
- application/xml
Specifies the requests to process.
https://customer-slug.api-se.norce.tech/commerce/expose/1.1/Process
- cURL
- JS
- C#
curl -i -X POST \
https://customer-slug.api-se.norce.tech/commerce/expose/1.1/Process \
-H 'Content-Type: application/json' \
-d '[
{
"__type": "string"
}
]'