POST api/jobs/generatedocumentation
Triggers a request to generate documentation for a job.
Request Information
URI Parameters
None.
Body Parameters
Details of the documentation required.
API.Domain.ViewModels.Job.JobDocumentationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| JobId | globally unique identifier |
None. |
|
| TemplateId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"jobId": "56942720-773c-4057-9545-f8859a656999",
"templateId": "a26dbddc-b6bb-4f01-8b06-09dc256b522c"
}
text/html
Sample:
{"jobId":"56942720-773c-4057-9545-f8859a656999","templateId":"a26dbddc-b6bb-4f01-8b06-09dc256b522c"}
Response Information
Resource Description
200 if the request for documentation was successfully sent.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.