POST associations({associationId})/jobs/groups({groupId})/attributes
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
newAttribute | No documentation available. |
Define this parameter in the request body. |
associationId | No documentation available. |
Define this parameter in the request URI. |
groupId | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "GroupId": 1, "Position": 1, "Name": "sample string 1", "Slug": "sample string 2" }
application/xml, text/xml
Sample:
<JobGroupItemsResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet_Web_API.Classes.Resources"> <GroupId>1</GroupId> <Id>1</Id> <Name>sample string 1</Name> <Position>1</Position> <Slug>sample string 2</Slug> </JobGroupItemsResource>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Id": 1, "GroupId": 1, "Position": 1, "Name": "sample string 1", "Slug": "sample string 2" }
application/xml, text/xml
Sample:
<JobGroupItemsResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet_Web_API.Classes.Resources"> <GroupId>1</GroupId> <Id>1</Id> <Name>sample string 1</Name> <Position>1</Position> <Slug>sample string 2</Slug> </JobGroupItemsResource>