POST TimeSaver/PostTags
Request Information
URI Parameters
None.
Body Parameters
TagName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name | string |
Required |
|
Type | string |
Required |
|
SecurityGroupID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{ "ID": "98afcebc-091e-4e8d-95de-bb6b9f502362", "Name": "sample string 2", "Type": "sample string 3", "SecurityGroupID": "af40c027-ce12-412f-83d2-4b6ad3d6516f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
ErrorMessage | string |
None. |
|
Code | string |
None. |
|
StackTrace | string |
None. |
|
Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.