POST eCommerce/generate/docs
Passthrough for eCommerce platform to generate documents via the UIPath API
Request Information
URI Parameters
None.
Body Parameters
eCommerceDocGenerateDTOName | Description | Type | Additional 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:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.