POST api/AIRINCImports

Request Information

URI Parameters

None.

Body Parameters

Grouping
NameDescriptionTypeAdditional information
UserID

string

Required

String length: inclusive between 0 and 50

GroupName

string

Required

String length: inclusive between 0 and 50

ItemName

string

Required

String length: inclusive between 0 and 50

KeyName

string

String length: inclusive between 0 and 50

Process

string

String length: inclusive between 0 and 50

Enable

string

String length: inclusive between 0 and 1

GroupID

integer

None.

ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "GroupName": "sample string 2",
  "ItemName": "sample string 3",
  "KeyName": "sample string 4",
  "Process": "sample string 5",
  "Enable": "sample string 6",
  "GroupID": 1,
  "ID": 7
}

application/xml, text/xml

Sample:
<Grouping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <Enable>sample string 6</Enable>
  <GroupID>1</GroupID>
  <GroupName>sample string 2</GroupName>
  <ID>7</ID>
  <ItemName>sample string 3</ItemName>
  <KeyName>sample string 4</KeyName>
  <Process>sample string 5</Process>
  <UserID>sample string 1</UserID>
</Grouping>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Grouping
NameDescriptionTypeAdditional information
UserID

string

Required

String length: inclusive between 0 and 50

GroupName

string

Required

String length: inclusive between 0 and 50

ItemName

string

Required

String length: inclusive between 0 and 50

KeyName

string

String length: inclusive between 0 and 50

Process

string

String length: inclusive between 0 and 50

Enable

string

String length: inclusive between 0 and 1

GroupID

integer

None.

ID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "GroupName": "sample string 2",
  "ItemName": "sample string 3",
  "KeyName": "sample string 4",
  "Process": "sample string 5",
  "Enable": "sample string 6",
  "GroupID": 1,
  "ID": 7
}

application/xml, text/xml

Sample:
<Grouping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <Enable>sample string 6</Enable>
  <GroupID>1</GroupID>
  <GroupName>sample string 2</GroupName>
  <ID>7</ID>
  <ItemName>sample string 3</ItemName>
  <KeyName>sample string 4</KeyName>
  <Process>sample string 5</Process>
  <UserID>sample string 1</UserID>
</Grouping>