Resource:a background process handler parameterC# Rel Const:Rels.MasterSvc.HandlerParameterURI template:handlerparameters/{id}Obtain URI from:
get a single handler parameter record
Success status: 200
Name (* = required) | Data Type | Description |
---|---|---|
id * | int | handler parameter id |
Type | Description | |
---|---|---|
Handler | string | This, combined with 'Name', is a candidate key to this resource |
Name | string | This, combined with 'Handler', is a candidate key to this resource |
Value | string | |
Type | Master.Models.HandlerParameterType | |
- 0: Boolean | ||
- 1: DateTime | ||
- 2: Int32 | ||
- 3: String |
{ "handler": "str", "name": "str", "value": "str", "type": 0 }
update an existing handler parameter record
Success status: 200
Name (* = required) | Data Type | Description |
---|---|---|
id * | int | handler parameter id |
Type | Description | |
---|---|---|
Handler | string | This, combined with 'Name', is a candidate key to this resource |
Name | string | This, combined with 'Handler', is a candidate key to this resource |
Value | string | |
Type | Master.Models.HandlerParameterType | |
- 0: Boolean | ||
- 1: DateTime | ||
- 2: Int32 | ||
- 3: String |
Sample content-type: application/hal+json |
{ "handler": "str", "name": "str", "value": "str", "type": 0 }
Type | Description | |
---|---|---|
Handler | string | This, combined with 'Name', is a candidate key to this resource |
Name | string | This, combined with 'Handler', is a candidate key to this resource |
Value | string | |
Type | Master.Models.HandlerParameterType | |
- 0: Boolean | ||
- 1: DateTime | ||
- 2: Int32 | ||
- 3: String |
{ "handler": "str", "name": "str", "value": "str", "type": 0 }
remove an existing handler parameter record
Success status: 204
Name (* = required) | Data Type | Description |
---|---|---|
id * | int | handler parameter id |
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.