POST api/Assignee
Request Information
URI Parameters
None.
Body Parameters
Collection of PostStepNotificationFilterConfigurations| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsRange | boolean |
None. |
|
| AssigneeMasterFilterConfigurationId | integer |
None. |
|
| BlueprintFieldName | string |
None. |
|
| BlueprintFieldId | integer |
None. |
|
| BlueprintId | integer |
None. |
|
| Group | integer |
None. |
|
| GroupName | string |
None. |
|
| BlueprintField | Collection of BlueprintFields |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"IsActive": true,
"IsRange": true,
"AssigneeMasterFilterConfigurationId": 4,
"BlueprintFieldName": "sample string 5",
"BlueprintFieldId": 6,
"BlueprintId": 7,
"Group": 8,
"GroupName": "sample string 9",
"BlueprintField": [
{
"BlueprintId": 1,
"Blueprint": "sample string 2",
"BlueprintFieldId": 3,
"BlueprintFieldName": "sample string 4",
"BlueprintFieldsTypes": [
{
"TypeId": 1,
"Type": "sample string 2"
},
{
"TypeId": 1,
"Type": "sample string 2"
}
],
"BlueprintFieldType": "sample string 5",
"BlueprintFieldTypeId": 6,
"BlueprintFieldValue": [
"sample string 1",
"sample string 2"
],
"ErrorId": 7,
"IsActive": true,
"DisplayOrder": 9
},
{
"BlueprintId": 1,
"Blueprint": "sample string 2",
"BlueprintFieldId": 3,
"BlueprintFieldName": "sample string 4",
"BlueprintFieldsTypes": [
{
"TypeId": 1,
"Type": "sample string 2"
},
{
"TypeId": 1,
"Type": "sample string 2"
}
],
"BlueprintFieldType": "sample string 5",
"BlueprintFieldTypeId": 6,
"BlueprintFieldValue": [
"sample string 1",
"sample string 2"
],
"ErrorId": 7,
"IsActive": true,
"DisplayOrder": 9
}
]
},
{
"Id": 1,
"IsActive": true,
"IsRange": true,
"AssigneeMasterFilterConfigurationId": 4,
"BlueprintFieldName": "sample string 5",
"BlueprintFieldId": 6,
"BlueprintId": 7,
"Group": 8,
"GroupName": "sample string 9",
"BlueprintField": [
{
"BlueprintId": 1,
"Blueprint": "sample string 2",
"BlueprintFieldId": 3,
"BlueprintFieldName": "sample string 4",
"BlueprintFieldsTypes": [
{
"TypeId": 1,
"Type": "sample string 2"
},
{
"TypeId": 1,
"Type": "sample string 2"
}
],
"BlueprintFieldType": "sample string 5",
"BlueprintFieldTypeId": 6,
"BlueprintFieldValue": [
"sample string 1",
"sample string 2"
],
"ErrorId": 7,
"IsActive": true,
"DisplayOrder": 9
},
{
"BlueprintId": 1,
"Blueprint": "sample string 2",
"BlueprintFieldId": 3,
"BlueprintFieldName": "sample string 4",
"BlueprintFieldsTypes": [
{
"TypeId": 1,
"Type": "sample string 2"
},
{
"TypeId": 1,
"Type": "sample string 2"
}
],
"BlueprintFieldType": "sample string 5",
"BlueprintFieldTypeId": 6,
"BlueprintFieldValue": [
"sample string 1",
"sample string 2"
],
"ErrorId": 7,
"IsActive": true,
"DisplayOrder": 9
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfPostStepNotificationFilterConfigurations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels">
<PostStepNotificationFilterConfigurations>
<AssigneeMasterFilterConfigurationId>4</AssigneeMasterFilterConfigurationId>
<BlueprintField>
<BlueprintFields>
<Blueprint>sample string 2</Blueprint>
<BlueprintFieldId>3</BlueprintFieldId>
<BlueprintFieldName>sample string 4</BlueprintFieldName>
<BlueprintFieldType>sample string 5</BlueprintFieldType>
<BlueprintFieldTypeId>6</BlueprintFieldTypeId>
<BlueprintFieldValue xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</BlueprintFieldValue>
<BlueprintFieldsTypes>
<BlueprintFieldTypes>
<Type>sample string 2</Type>
<TypeId>1</TypeId>
</BlueprintFieldTypes>
<BlueprintFieldTypes>
<Type>sample string 2</Type>
<TypeId>1</TypeId>
</BlueprintFieldTypes>
</BlueprintFieldsTypes>
<BlueprintId>1</BlueprintId>
<DisplayOrder>9</DisplayOrder>
<ErrorId>7</ErrorId>
<IsActive>true</IsActive>
</BlueprintFields>
<BlueprintFields>
<Blueprint>sample string 2</Blueprint>
<BlueprintFieldId>3</BlueprintFieldId>
<BlueprintFieldName>sample string 4</BlueprintFieldName>
<BlueprintFieldType>sample string 5</BlueprintFieldType>
<BlueprintFieldTypeId>6</BlueprintFieldTypeId>
<BlueprintFieldValue xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</BlueprintFieldValue>
<BlueprintFieldsTypes>
<BlueprintFieldTypes>
<Type>sample string 2</Type>
<TypeId>1</TypeId>
</BlueprintFieldTypes>
<BlueprintFieldTypes>
<Type>sample string 2</Type>
<TypeId>1</TypeId>
</BlueprintFieldTypes>
</BlueprintFieldsTypes>
<BlueprintId>1</BlueprintId>
<DisplayOrder>9</DisplayOrder>
<ErrorId>7</ErrorId>
<IsActive>true</IsActive>
</BlueprintFields>
</BlueprintField>
<BlueprintFieldId>6</BlueprintFieldId>
<BlueprintFieldName>sample string 5</BlueprintFieldName>
<BlueprintId>7</BlueprintId>
<Group>8</Group>
<GroupName>sample string 9</GroupName>
<Id>1</Id>
<IsActive>true</IsActive>
<IsRange>true</IsRange>
</PostStepNotificationFilterConfigurations>
<PostStepNotificationFilterConfigurations>
<AssigneeMasterFilterConfigurationId>4</AssigneeMasterFilterConfigurationId>
<BlueprintField>
<BlueprintFields>
<Blueprint>sample string 2</Blueprint>
<BlueprintFieldId>3</BlueprintFieldId>
<BlueprintFieldName>sample string 4</BlueprintFieldName>
<BlueprintFieldType>sample string 5</BlueprintFieldType>
<BlueprintFieldTypeId>6</BlueprintFieldTypeId>
<BlueprintFieldValue xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</BlueprintFieldValue>
<BlueprintFieldsTypes>
<BlueprintFieldTypes>
<Type>sample string 2</Type>
<TypeId>1</TypeId>
</BlueprintFieldTypes>
<BlueprintFieldTypes>
<Type>sample string 2</Type>
<TypeId>1</TypeId>
</BlueprintFieldTypes>
</BlueprintFieldsTypes>
<BlueprintId>1</BlueprintId>
<DisplayOrder>9</DisplayOrder>
<ErrorId>7</ErrorId>
<IsActive>true</IsActive>
</BlueprintFields>
<BlueprintFields>
<Blueprint>sample string 2</Blueprint>
<BlueprintFieldId>3</BlueprintFieldId>
<BlueprintFieldName>sample string 4</BlueprintFieldName>
<BlueprintFieldType>sample string 5</BlueprintFieldType>
<BlueprintFieldTypeId>6</BlueprintFieldTypeId>
<BlueprintFieldValue xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</BlueprintFieldValue>
<BlueprintFieldsTypes>
<BlueprintFieldTypes>
<Type>sample string 2</Type>
<TypeId>1</TypeId>
</BlueprintFieldTypes>
<BlueprintFieldTypes>
<Type>sample string 2</Type>
<TypeId>1</TypeId>
</BlueprintFieldTypes>
</BlueprintFieldsTypes>
<BlueprintId>1</BlueprintId>
<DisplayOrder>9</DisplayOrder>
<ErrorId>7</ErrorId>
<IsActive>true</IsActive>
</BlueprintFields>
</BlueprintField>
<BlueprintFieldId>6</BlueprintFieldId>
<BlueprintFieldName>sample string 5</BlueprintFieldName>
<BlueprintId>7</BlueprintId>
<Group>8</Group>
<GroupName>sample string 9</GroupName>
<Id>1</Id>
<IsActive>true</IsActive>
<IsRange>true</IsRange>
</PostStepNotificationFilterConfigurations>
</ArrayOfPostStepNotificationFilterConfigurations>
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.