POST eCommerce/generate/docs

Passthrough for eCommerce platform to generate documents via the UIPath API

Request Information

URI Parameters

None.

Body Parameters

eCommerceDocGenerateDTO
NameDescriptionTypeAdditional information
specificContent

Dynamic json object

Collection of Object

None.

processType

string

Required

processName

string

Required

reference

string

Required

Request Formats

application/json, text/json

Sample:
{
  "specificContent": null,
  "processType": "sample string 1",
  "processName": "sample string 2",
  "reference": "sample string 3"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'Newtonsoft.Json.Linq.JToken' is a recursive collection data contract which is not supported. Consider modifying the definition of collection 'Newtonsoft.Json.Linq.JToken' to remove references to itself.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'Newtonsoft.Json.Linq.JToken' is a recursive collection data contract which is not supported. Consider modifying the definition of collection 'Newtonsoft.Json.Linq.JToken' to remove references to itself.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'eCommerceDocGenerateDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.