POST api/DescriptionGenerator/SaveDescriptionGeneratorSettings

Request Information

URI Parameters

None.

Body Parameters

DescriptionGenerator
NameDescriptionTypeAdditional information
SettingName

string

None.

InputFileName

string

None.

SpecificModifierExcluded

string

None.

UploadedAbbreviationFileName

string

None.

AbbreviationFileName

string

None.

DelimiterAfterNoun

string

None.

DelimiterAfterModifier

string

None.

DelimiterAfterAttributeName

string

None.

DelimiterAfterAttributeValue

string

None.

DelimiterAfterAdditionalInformation

string

None.

DelimiterAfterMFRName

string

None.

DelimiterAfterMFRPartNo

string

None.

MultipleValuesSeparator

string

None.

UploadedIdentifierFileName

string

None.

IdentifierFileName

string

None.

PrefixForAdditionalInformation

string

None.

PrefixForMFRName

string

None.

PrefixForMFRPartNo

string

None.

DescriptionToGenerate

string

None.

TruncationType

string

None.

DelimiterForTruncation

string

None.

FirstOrderOfDataInDescription

string

None.

SecondOrderOfDataInDescription

string

None.

ThirdOrderOfDataInDescription

string

None.

FourthOrderOfDataInDescription

string

None.

FifthOrderOfDataInDescription

string

None.

IsNounExcluded

boolean

None.

IsModifierExcluded

boolean

None.

IsAttributeNameExcluded

boolean

None.

IsAttributeValueExcluded

boolean

None.

IsAdditionalInformationExcluded

boolean

None.

IsMFRNameExcluded

boolean

None.

IsMFRPartNoExcluded

boolean

None.

IsToInterpretAdditionalInformation

boolean

None.

IsToInterpretAllAttributeValues

boolean

None.

IsToIncludeAttributeNameFromAdditionalInformation

boolean

None.

IsToIncludeMaximumValues

boolean

None.

IsNounToBeAbbreviated

boolean

None.

IsModifierToBeAbbreviated

boolean

None.

IsAttributeNameToBeAbbreviated

boolean

None.

IsAttributeValueToBeAbbreviated

boolean

None.

IsAdditionalInformationToBeAbbreviated

boolean

None.

IsMFRNameToBeAbbreviated

boolean

None.

IsToApplyIdentifiers

boolean

None.

IsToAddSpaceBeforeORAfterIdentifier

boolean

None.

IsToApplyIdentifierToAdditionalInformation

boolean

None.

IsToIncludeAttributeNameWithNULLValues

boolean

None.

IsToIncludeAllOtherMFRNames

boolean

None.

IsToIncludeAllOtherMFRPartNos

boolean

None.

IsToPrefixAllMFRNames

boolean

None.

IsToPrefixAllMFRPartNos

boolean

None.

CharacterLimit

integer

None.

DGSettingID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SettingName": "sample string 1",
  "InputFileName": "sample string 2",
  "SpecificModifierExcluded": "sample string 3",
  "UploadedAbbreviationFileName": "sample string 4",
  "AbbreviationFileName": "sample string 5",
  "DelimiterAfterNoun": "sample string 6",
  "DelimiterAfterModifier": "sample string 7",
  "DelimiterAfterAttributeName": "sample string 8",
  "DelimiterAfterAttributeValue": "sample string 9",
  "DelimiterAfterAdditionalInformation": "sample string 10",
  "DelimiterAfterMFRName": "sample string 11",
  "DelimiterAfterMFRPartNo": "sample string 12",
  "MultipleValuesSeparator": "sample string 13",
  "UploadedIdentifierFileName": "sample string 14",
  "IdentifierFileName": "sample string 15",
  "PrefixForAdditionalInformation": "sample string 16",
  "PrefixForMFRName": "sample string 17",
  "PrefixForMFRPartNo": "sample string 18",
  "DescriptionToGenerate": "sample string 19",
  "TruncationType": "sample string 20",
  "DelimiterForTruncation": "sample string 21",
  "FirstOrderOfDataInDescription": "sample string 22",
  "SecondOrderOfDataInDescription": "sample string 23",
  "ThirdOrderOfDataInDescription": "sample string 24",
  "FourthOrderOfDataInDescription": "sample string 25",
  "FifthOrderOfDataInDescription": "sample string 26",
  "IsNounExcluded": true,
  "IsModifierExcluded": true,
  "IsAttributeNameExcluded": true,
  "IsAttributeValueExcluded": true,
  "IsAdditionalInformationExcluded": true,
  "IsMFRNameExcluded": true,
  "IsMFRPartNoExcluded": true,
  "IsToInterpretAdditionalInformation": true,
  "IsToInterpretAllAttributeValues": true,
  "IsToIncludeAttributeNameFromAdditionalInformation": true,
  "IsToIncludeMaximumValues": true,
  "IsNounToBeAbbreviated": true,
  "IsModifierToBeAbbreviated": true,
  "IsAttributeNameToBeAbbreviated": true,
  "IsAttributeValueToBeAbbreviated": true,
  "IsAdditionalInformationToBeAbbreviated": true,
  "IsMFRNameToBeAbbreviated": true,
  "IsToApplyIdentifiers": true,
  "IsToAddSpaceBeforeORAfterIdentifier": true,
  "IsToApplyIdentifierToAdditionalInformation": true,
  "IsToIncludeAttributeNameWithNULLValues": true,
  "IsToIncludeAllOtherMFRNames": true,
  "IsToIncludeAllOtherMFRPartNos": true,
  "IsToPrefixAllMFRNames": true,
  "IsToPrefixAllMFRPartNos": true,
  "CharacterLimit": 52,
  "DGSettingID": 53
}

application/xml, text/xml

Sample:
<DescriptionGenerator xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models.GAT_Models">
  <AbbreviationFileName>sample string 5</AbbreviationFileName>
  <CharacterLimit>52</CharacterLimit>
  <DGSettingID>53</DGSettingID>
  <DelimiterAfterAdditionalInformation>sample string 10</DelimiterAfterAdditionalInformation>
  <DelimiterAfterAttributeName>sample string 8</DelimiterAfterAttributeName>
  <DelimiterAfterAttributeValue>sample string 9</DelimiterAfterAttributeValue>
  <DelimiterAfterMFRName>sample string 11</DelimiterAfterMFRName>
  <DelimiterAfterMFRPartNo>sample string 12</DelimiterAfterMFRPartNo>
  <DelimiterAfterModifier>sample string 7</DelimiterAfterModifier>
  <DelimiterAfterNoun>sample string 6</DelimiterAfterNoun>
  <DelimiterForTruncation>sample string 21</DelimiterForTruncation>
  <DescriptionToGenerate>sample string 19</DescriptionToGenerate>
  <FifthOrderOfDataInDescription>sample string 26</FifthOrderOfDataInDescription>
  <FirstOrderOfDataInDescription>sample string 22</FirstOrderOfDataInDescription>
  <FourthOrderOfDataInDescription>sample string 25</FourthOrderOfDataInDescription>
  <IdentifierFileName>sample string 15</IdentifierFileName>
  <InputFileName>sample string 2</InputFileName>
  <IsAdditionalInformationExcluded>true</IsAdditionalInformationExcluded>
  <IsAdditionalInformationToBeAbbreviated>true</IsAdditionalInformationToBeAbbreviated>
  <IsAttributeNameExcluded>true</IsAttributeNameExcluded>
  <IsAttributeNameToBeAbbreviated>true</IsAttributeNameToBeAbbreviated>
  <IsAttributeValueExcluded>true</IsAttributeValueExcluded>
  <IsAttributeValueToBeAbbreviated>true</IsAttributeValueToBeAbbreviated>
  <IsMFRNameExcluded>true</IsMFRNameExcluded>
  <IsMFRNameToBeAbbreviated>true</IsMFRNameToBeAbbreviated>
  <IsMFRPartNoExcluded>true</IsMFRPartNoExcluded>
  <IsModifierExcluded>true</IsModifierExcluded>
  <IsModifierToBeAbbreviated>true</IsModifierToBeAbbreviated>
  <IsNounExcluded>true</IsNounExcluded>
  <IsNounToBeAbbreviated>true</IsNounToBeAbbreviated>
  <IsToAddSpaceBeforeORAfterIdentifier>true</IsToAddSpaceBeforeORAfterIdentifier>
  <IsToApplyIdentifierToAdditionalInformation>true</IsToApplyIdentifierToAdditionalInformation>
  <IsToApplyIdentifiers>true</IsToApplyIdentifiers>
  <IsToIncludeAllOtherMFRNames>true</IsToIncludeAllOtherMFRNames>
  <IsToIncludeAllOtherMFRPartNos>true</IsToIncludeAllOtherMFRPartNos>
  <IsToIncludeAttributeNameFromAdditionalInformation>true</IsToIncludeAttributeNameFromAdditionalInformation>
  <IsToIncludeAttributeNameWithNULLValues>true</IsToIncludeAttributeNameWithNULLValues>
  <IsToIncludeMaximumValues>true</IsToIncludeMaximumValues>
  <IsToInterpretAdditionalInformation>true</IsToInterpretAdditionalInformation>
  <IsToInterpretAllAttributeValues>true</IsToInterpretAllAttributeValues>
  <IsToPrefixAllMFRNames>true</IsToPrefixAllMFRNames>
  <IsToPrefixAllMFRPartNos>true</IsToPrefixAllMFRPartNos>
  <MultipleValuesSeparator>sample string 13</MultipleValuesSeparator>
  <PrefixForAdditionalInformation>sample string 16</PrefixForAdditionalInformation>
  <PrefixForMFRName>sample string 17</PrefixForMFRName>
  <PrefixForMFRPartNo>sample string 18</PrefixForMFRPartNo>
  <SecondOrderOfDataInDescription>sample string 23</SecondOrderOfDataInDescription>
  <SettingName>sample string 1</SettingName>
  <SpecificModifierExcluded>sample string 3</SpecificModifierExcluded>
  <ThirdOrderOfDataInDescription>sample string 24</ThirdOrderOfDataInDescription>
  <TruncationType>sample string 20</TruncationType>
  <UploadedAbbreviationFileName>sample string 4</UploadedAbbreviationFileName>
  <UploadedIdentifierFileName>sample string 14</UploadedIdentifierFileName>
</DescriptionGenerator>

multipart/form-data

Sample:
<DescriptionGenerator xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models.GAT_Models"><AbbreviationFileName>sample string 5</AbbreviationFileName><CharacterLimit>52</CharacterLimit><DGSettingID>53</DGSettingID><DelimiterAfterAdditionalInformation>sample string 10</DelimiterAfterAdditionalInformation><DelimiterAfterAttributeName>sample string 8</DelimiterAfterAttributeName><DelimiterAfterAttributeValue>sample string 9</DelimiterAfterAttributeValue><DelimiterAfterMFRName>sample string 11</DelimiterAfterMFRName><DelimiterAfterMFRPartNo>sample string 12</DelimiterAfterMFRPartNo><DelimiterAfterModifier>sample string 7</DelimiterAfterModifier><DelimiterAfterNoun>sample string 6</DelimiterAfterNoun><DelimiterForTruncation>sample string 21</DelimiterForTruncation><DescriptionToGenerate>sample string 19</DescriptionToGenerate><FifthOrderOfDataInDescription>sample string 26</FifthOrderOfDataInDescription><FirstOrderOfDataInDescription>sample string 22</FirstOrderOfDataInDescription><FourthOrderOfDataInDescription>sample string 25</FourthOrderOfDataInDescription><IdentifierFileName>sample string 15</IdentifierFileName><InputFileName>sample string 2</InputFileName><IsAdditionalInformationExcluded>true</IsAdditionalInformationExcluded><IsAdditionalInformationToBeAbbreviated>true</IsAdditionalInformationToBeAbbreviated><IsAttributeNameExcluded>true</IsAttributeNameExcluded><IsAttributeNameToBeAbbreviated>true</IsAttributeNameToBeAbbreviated><IsAttributeValueExcluded>true</IsAttributeValueExcluded><IsAttributeValueToBeAbbreviated>true</IsAttributeValueToBeAbbreviated><IsMFRNameExcluded>true</IsMFRNameExcluded><IsMFRNameToBeAbbreviated>true</IsMFRNameToBeAbbreviated><IsMFRPartNoExcluded>true</IsMFRPartNoExcluded><IsModifierExcluded>true</IsModifierExcluded><IsModifierToBeAbbreviated>true</IsModifierToBeAbbreviated><IsNounExcluded>true</IsNounExcluded><IsNounToBeAbbreviated>true</IsNounToBeAbbreviated><IsToAddSpaceBeforeORAfterIdentifier>true</IsToAddSpaceBeforeORAfterIdentifier><IsToApplyIdentifierToAdditionalInformation>true</IsToApplyIdentifierToAdditionalInformation><IsToApplyIdentifiers>true</IsToApplyIdentifiers><IsToIncludeAllOtherMFRNames>true</IsToIncludeAllOtherMFRNames><IsToIncludeAllOtherMFRPartNos>true</IsToIncludeAllOtherMFRPartNos><IsToIncludeAttributeNameFromAdditionalInformation>true</IsToIncludeAttributeNameFromAdditionalInformation><IsToIncludeAttributeNameWithNULLValues>true</IsToIncludeAttributeNameWithNULLValues><IsToIncludeMaximumValues>true</IsToIncludeMaximumValues><IsToInterpretAdditionalInformation>true</IsToInterpretAdditionalInformation><IsToInterpretAllAttributeValues>true</IsToInterpretAllAttributeValues><IsToPrefixAllMFRNames>true</IsToPrefixAllMFRNames><IsToPrefixAllMFRPartNos>true</IsToPrefixAllMFRPartNos><MultipleValuesSeparator>sample string 13</MultipleValuesSeparator><PrefixForAdditionalInformation>sample string 16</PrefixForAdditionalInformation><PrefixForMFRName>sample string 17</PrefixForMFRName><PrefixForMFRPartNo>sample string 18</PrefixForMFRPartNo><SecondOrderOfDataInDescription>sample string 23</SecondOrderOfDataInDescription><SettingName>sample string 1</SettingName><SpecificModifierExcluded>sample string 3</SpecificModifierExcluded><ThirdOrderOfDataInDescription>sample string 24</ThirdOrderOfDataInDescription><TruncationType>sample string 20</TruncationType><UploadedAbbreviationFileName>sample string 4</UploadedAbbreviationFileName><UploadedIdentifierFileName>sample string 14</UploadedIdentifierFileName></DescriptionGenerator>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.