jobs jobmethod (http://api.3plcentral.com/rels/jobs/jobmethod)
Resource:
a headless horseman job method
C# Rel Const:
Rels.JobSvc.JobMethod
URI template:
methods/{name}
Obtain URI from:
get a Headless Horseman background job method
Success status: 200
Name (* = required) Data Type Description
name * string
information about a job method that can be run by headless horseman
Type Description
Name string A heirarchical name of the job: the last part is the job's method, the preceding parts are the job's categorization
Description string
ParamNames String[]
Sample accept: application/hal+json
{
  "name": "str",
  "description": "str",
  "paramNames": [
    "str"
  ]
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.