PUT api/RequirementActionType
Request Information
URI Parameters
None.
Body Parameters
RequirementActionTypeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RequirementActionTypeList | Collection of ESTRequirementActionTypeByPaging_Result |
None. |
|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| Name | string |
None. |
|
| Code | string |
None. |
|
| IsPublic | boolean |
None. |
|
| FieldCount | integer |
None. |
|
| RequirementActionTypeDetailList | Collection of RequirementActionTypeDetailViewModel |
None. |
|
| CompanyID | integer |
None. |
|
| Language | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedUserID | globally unique identifier |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedUserID | globally unique identifier |
None. |
|
| FeatureID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
|
| Action | Actions |
None. |
|
| FilterText | string |
None. |
|
| CurrentIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalRecords | integer |
None. |
|
| SortColumn | string |
None. |
|
| Sortby | SortDirection |
None. |
|
| ImageId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| Sort | integer |
None. |
|
| Messages | Collection of ErrorMessage |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequirementActionTypeList": [
{
"SrNo": 1,
"Code": "sample string 1",
"IsPublic": true,
"Sort": 1,
"Name": "sample string 3",
"Description": "sample string 4",
"ID": 5
},
{
"SrNo": 1,
"Code": "sample string 1",
"IsPublic": true,
"Sort": 1,
"Name": "sample string 3",
"Description": "sample string 4",
"ID": 5
}
],
"ID": 1,
"Description": "sample string 2",
"Name": "sample string 3",
"Code": "sample string 4",
"IsPublic": true,
"FieldCount": 6,
"RequirementActionTypeDetailList": [
{
"ID": 1,
"ApplicationID": 2,
"ComplexityID": 3,
"ActionTypeID": 4,
"FieldsCountLow": 5,
"FieldsCountHigh": 6,
"ValuesMinutes": 7,
"Example": "sample string 8",
"Complexity": "sample string 9",
"CompanyID": 10,
"Language": "sample string 11",
"CreatedDate": "2026-07-04T13:30:26.2357251+00:00",
"CreatedUserID": "8888db84-9e26-4084-a295-040e0f44f49d",
"ModifiedDate": "2026-07-04T13:30:26.2357251+00:00",
"ModifiedUserID": "a3a7e589-1140-4c52-bd9d-f34bd3a7d4a1",
"FeatureID": "88c352a1-9b60-4bd4-a563-4b8da49cb898",
"Token": "315bd581-0138-4556-b015-d26384671d6a",
"Action": 0,
"FilterText": "sample string 18",
"CurrentIndex": 19,
"PageSize": 20,
"TotalRecords": 21,
"SortColumn": "sample string 22",
"Sortby": 0,
"ImageId": 1,
"IsDeleted": true,
"IsActive": true,
"Sort": 1,
"Messages": [
{
"ErrorType": 1,
"Message": "sample string 2"
},
{
"ErrorType": 1,
"Message": "sample string 2"
}
]
},
{
"ID": 1,
"ApplicationID": 2,
"ComplexityID": 3,
"ActionTypeID": 4,
"FieldsCountLow": 5,
"FieldsCountHigh": 6,
"ValuesMinutes": 7,
"Example": "sample string 8",
"Complexity": "sample string 9",
"CompanyID": 10,
"Language": "sample string 11",
"CreatedDate": "2026-07-04T13:30:26.2357251+00:00",
"CreatedUserID": "8888db84-9e26-4084-a295-040e0f44f49d",
"ModifiedDate": "2026-07-04T13:30:26.2357251+00:00",
"ModifiedUserID": "a3a7e589-1140-4c52-bd9d-f34bd3a7d4a1",
"FeatureID": "88c352a1-9b60-4bd4-a563-4b8da49cb898",
"Token": "315bd581-0138-4556-b015-d26384671d6a",
"Action": 0,
"FilterText": "sample string 18",
"CurrentIndex": 19,
"PageSize": 20,
"TotalRecords": 21,
"SortColumn": "sample string 22",
"Sortby": 0,
"ImageId": 1,
"IsDeleted": true,
"IsActive": true,
"Sort": 1,
"Messages": [
{
"ErrorType": 1,
"Message": "sample string 2"
},
{
"ErrorType": 1,
"Message": "sample string 2"
}
]
}
],
"CompanyID": 7,
"Language": "sample string 8",
"CreatedDate": "2026-07-04T13:30:26.2357251+00:00",
"CreatedUserID": "1439a3d0-e019-4a8d-aecf-003d8c33c4cb",
"ModifiedDate": "2026-07-04T13:30:26.2357251+00:00",
"ModifiedUserID": "b893e1ad-ad6b-40f2-a5a7-2080eac5ce56",
"FeatureID": "91f54dea-ec8d-4e51-a0a5-0a897fcd0b46",
"Token": "573b0cfe-c4ca-46f3-8de7-d5fd22ebcd75",
"Action": 0,
"FilterText": "sample string 15",
"CurrentIndex": 16,
"PageSize": 17,
"TotalRecords": 18,
"SortColumn": "sample string 19",
"Sortby": 0,
"ImageId": 1,
"IsDeleted": true,
"IsActive": true,
"Sort": 1,
"Messages": [
{
"ErrorType": 1,
"Message": "sample string 2"
},
{
"ErrorType": 1,
"Message": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<RequirementActionTypeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core.EstimationModels">
<Action xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">View</Action>
<CompanyID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">7</CompanyID>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-07-04T13:30:26.2357251+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1439a3d0-e019-4a8d-aecf-003d8c33c4cb</CreatedUserID>
<CurrentIndex xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">16</CurrentIndex>
<FeatureID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">91f54dea-ec8d-4e51-a0a5-0a897fcd0b46</FeatureID>
<FilterText xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 15</FilterText>
<ImageId xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</ImageId>
<IsActive xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsActive>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsDeleted>
<Language xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 8</Language>
<Messages xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
</Messages>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-07-04T13:30:26.2357251+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">b893e1ad-ad6b-40f2-a5a7-2080eac5ce56</ModifiedUserID>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">17</PageSize>
<Sort xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</Sort>
<SortColumn xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 19</SortColumn>
<Sortby xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">Asc</Sortby>
<Token xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">573b0cfe-c4ca-46f3-8de7-d5fd22ebcd75</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">18</TotalRecords>
<Code>sample string 4</Code>
<Description>sample string 2</Description>
<FieldCount>6</FieldCount>
<ID>1</ID>
<IsPublic>true</IsPublic>
<Name>sample string 3</Name>
<RequirementActionTypeDetailList>
<RequirementActionTypeDetailViewModel>
<Action xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">View</Action>
<CompanyID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">10</CompanyID>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-07-04T13:30:26.2357251+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">8888db84-9e26-4084-a295-040e0f44f49d</CreatedUserID>
<CurrentIndex xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">19</CurrentIndex>
<FeatureID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">88c352a1-9b60-4bd4-a563-4b8da49cb898</FeatureID>
<FilterText xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 18</FilterText>
<ImageId xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</ImageId>
<IsActive xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsActive>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsDeleted>
<Language xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 11</Language>
<Messages xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
</Messages>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-07-04T13:30:26.2357251+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">a3a7e589-1140-4c52-bd9d-f34bd3a7d4a1</ModifiedUserID>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">20</PageSize>
<Sort xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</Sort>
<SortColumn xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 22</SortColumn>
<Sortby xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">Asc</Sortby>
<Token xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">315bd581-0138-4556-b015-d26384671d6a</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">21</TotalRecords>
<ActionTypeID>4</ActionTypeID>
<ApplicationID>2</ApplicationID>
<Complexity>sample string 9</Complexity>
<ComplexityID>3</ComplexityID>
<Example>sample string 8</Example>
<FieldsCountHigh>6</FieldsCountHigh>
<FieldsCountLow>5</FieldsCountLow>
<ID>1</ID>
<ValuesMinutes>7</ValuesMinutes>
</RequirementActionTypeDetailViewModel>
<RequirementActionTypeDetailViewModel>
<Action xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">View</Action>
<CompanyID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">10</CompanyID>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-07-04T13:30:26.2357251+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">8888db84-9e26-4084-a295-040e0f44f49d</CreatedUserID>
<CurrentIndex xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">19</CurrentIndex>
<FeatureID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">88c352a1-9b60-4bd4-a563-4b8da49cb898</FeatureID>
<FilterText xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 18</FilterText>
<ImageId xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</ImageId>
<IsActive xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsActive>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsDeleted>
<Language xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 11</Language>
<Messages xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
</Messages>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-07-04T13:30:26.2357251+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">a3a7e589-1140-4c52-bd9d-f34bd3a7d4a1</ModifiedUserID>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">20</PageSize>
<Sort xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</Sort>
<SortColumn xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 22</SortColumn>
<Sortby xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">Asc</Sortby>
<Token xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">315bd581-0138-4556-b015-d26384671d6a</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">21</TotalRecords>
<ActionTypeID>4</ActionTypeID>
<ApplicationID>2</ApplicationID>
<Complexity>sample string 9</Complexity>
<ComplexityID>3</ComplexityID>
<Example>sample string 8</Example>
<FieldsCountHigh>6</FieldsCountHigh>
<FieldsCountLow>5</FieldsCountLow>
<ID>1</ID>
<ValuesMinutes>7</ValuesMinutes>
</RequirementActionTypeDetailViewModel>
</RequirementActionTypeDetailList>
<RequirementActionTypeList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">
<d2p1:ESTRequirementActionTypeByPaging_Result>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Description>sample string 4</d2p1:Description>
<d2p1:ID>5</d2p1:ID>
<d2p1:IsPublic>true</d2p1:IsPublic>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:Sort>1</d2p1:Sort>
<d2p1:SrNo>1</d2p1:SrNo>
</d2p1:ESTRequirementActionTypeByPaging_Result>
<d2p1:ESTRequirementActionTypeByPaging_Result>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Description>sample string 4</d2p1:Description>
<d2p1:ID>5</d2p1:ID>
<d2p1:IsPublic>true</d2p1:IsPublic>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:Sort>1</d2p1:Sort>
<d2p1:SrNo>1</d2p1:SrNo>
</d2p1:ESTRequirementActionTypeByPaging_Result>
</RequirementActionTypeList>
</RequirementActionTypeViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.