POST api/project/UpdateProjectSettings

Request Information

URI Parameters

None.

Body Parameters

ProjectSettings
NameDescriptionTypeAdditional information
CustomerCode

string

None.

ProjectCode

string

None.

AdditionalInfoPrefix

string

None.

MFRNamePrefix

string

None.

MFRPNPrefix

string

None.

VendorNamePrefix

string

None.

VendorPNPrefix

string

None.

IsToIncludeAdditionalInfoInShortDesc

boolean

None.

IsToIncludeAdditionalInfoInLongDesc

boolean

None.

IsToIncludeMFRNameInShortDesc

boolean

None.

IsToIncludeMFRNameInLongDesc

boolean

None.

IsToIncludeMFRPNInShortDesc

boolean

None.

IsToIncludeMFRPNInLongDesc

boolean

None.

IsToIncludeVendorNameInShortDesc

boolean

None.

IsToIncludeVendorNameInLongDesc

boolean

None.

IsToIncludeVendorPNInShortDesc

boolean

None.

IsToIncludeVendorPNInLongDesc

boolean

None.

IsToConvertAttributeValueToUppercase

boolean

None.

MFRNameInputColumnName

string

None.

MFRPNInputColumnName

string

None.

VendorNameInputColumnName

string

None.

VendorPNInputColumnName

string

None.

ShortDescriptionInputColumnName

string

None.

LongDescriptionInputColumnName

string

None.

CustomColumnName1

string

None.

CustomColumnName2

string

None.

CustomColumnName3

string

None.

SpecialCharacters

Collection of ProjectSettingsSpecialCharacters

None.

UserID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerCode": "sample string 1",
  "ProjectCode": "sample string 2",
  "AdditionalInfoPrefix": "sample string 3",
  "MFRNamePrefix": "sample string 4",
  "MFRPNPrefix": "sample string 5",
  "VendorNamePrefix": "sample string 6",
  "VendorPNPrefix": "sample string 7",
  "IsToIncludeAdditionalInfoInShortDesc": true,
  "IsToIncludeAdditionalInfoInLongDesc": true,
  "IsToIncludeMFRNameInShortDesc": true,
  "IsToIncludeMFRNameInLongDesc": true,
  "IsToIncludeMFRPNInShortDesc": true,
  "IsToIncludeMFRPNInLongDesc": true,
  "IsToIncludeVendorNameInShortDesc": true,
  "IsToIncludeVendorNameInLongDesc": true,
  "IsToIncludeVendorPNInShortDesc": true,
  "IsToIncludeVendorPNInLongDesc": true,
  "IsToConvertAttributeValueToUppercase": true,
  "MFRNameInputColumnName": "sample string 19",
  "MFRPNInputColumnName": "sample string 20",
  "VendorNameInputColumnName": "sample string 21",
  "VendorPNInputColumnName": "sample string 22",
  "ShortDescriptionInputColumnName": "sample string 23",
  "LongDescriptionInputColumnName": "sample string 24",
  "CustomColumnName1": "sample string 25",
  "CustomColumnName2": "sample string 26",
  "CustomColumnName3": "sample string 27",
  "SpecialCharacters": [
    {
      "Characters": "sample string 1"
    },
    {
      "Characters": "sample string 1"
    }
  ],
  "UserID": "sample string 28"
}

application/xml, text/xml

Sample:
<ProjectSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models">
  <AdditionalInfoPrefix>sample string 3</AdditionalInfoPrefix>
  <CustomColumnName1>sample string 25</CustomColumnName1>
  <CustomColumnName2>sample string 26</CustomColumnName2>
  <CustomColumnName3>sample string 27</CustomColumnName3>
  <CustomerCode>sample string 1</CustomerCode>
  <IsToConvertAttributeValueToUppercase>true</IsToConvertAttributeValueToUppercase>
  <IsToIncludeAdditionalInfoInLongDesc>true</IsToIncludeAdditionalInfoInLongDesc>
  <IsToIncludeAdditionalInfoInShortDesc>true</IsToIncludeAdditionalInfoInShortDesc>
  <IsToIncludeMFRNameInLongDesc>true</IsToIncludeMFRNameInLongDesc>
  <IsToIncludeMFRNameInShortDesc>true</IsToIncludeMFRNameInShortDesc>
  <IsToIncludeMFRPNInLongDesc>true</IsToIncludeMFRPNInLongDesc>
  <IsToIncludeMFRPNInShortDesc>true</IsToIncludeMFRPNInShortDesc>
  <IsToIncludeVendorNameInLongDesc>true</IsToIncludeVendorNameInLongDesc>
  <IsToIncludeVendorNameInShortDesc>true</IsToIncludeVendorNameInShortDesc>
  <IsToIncludeVendorPNInLongDesc>true</IsToIncludeVendorPNInLongDesc>
  <IsToIncludeVendorPNInShortDesc>true</IsToIncludeVendorPNInShortDesc>
  <LongDescriptionInputColumnName>sample string 24</LongDescriptionInputColumnName>
  <MFRNameInputColumnName>sample string 19</MFRNameInputColumnName>
  <MFRNamePrefix>sample string 4</MFRNamePrefix>
  <MFRPNInputColumnName>sample string 20</MFRPNInputColumnName>
  <MFRPNPrefix>sample string 5</MFRPNPrefix>
  <ProjectCode>sample string 2</ProjectCode>
  <ShortDescriptionInputColumnName>sample string 23</ShortDescriptionInputColumnName>
  <SpecialCharacters>
    <ProjectSettingsSpecialCharacters>
      <Characters>sample string 1</Characters>
    </ProjectSettingsSpecialCharacters>
    <ProjectSettingsSpecialCharacters>
      <Characters>sample string 1</Characters>
    </ProjectSettingsSpecialCharacters>
  </SpecialCharacters>
  <UserID>sample string 28</UserID>
  <VendorNameInputColumnName>sample string 21</VendorNameInputColumnName>
  <VendorNamePrefix>sample string 6</VendorNamePrefix>
  <VendorPNInputColumnName>sample string 22</VendorPNInputColumnName>
  <VendorPNPrefix>sample string 7</VendorPNPrefix>
</ProjectSettings>

multipart/form-data

Sample:
<ProjectSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models"><AdditionalInfoPrefix>sample string 3</AdditionalInfoPrefix><CustomColumnName1>sample string 25</CustomColumnName1><CustomColumnName2>sample string 26</CustomColumnName2><CustomColumnName3>sample string 27</CustomColumnName3><CustomerCode>sample string 1</CustomerCode><IsToConvertAttributeValueToUppercase>true</IsToConvertAttributeValueToUppercase><IsToIncludeAdditionalInfoInLongDesc>true</IsToIncludeAdditionalInfoInLongDesc><IsToIncludeAdditionalInfoInShortDesc>true</IsToIncludeAdditionalInfoInShortDesc><IsToIncludeMFRNameInLongDesc>true</IsToIncludeMFRNameInLongDesc><IsToIncludeMFRNameInShortDesc>true</IsToIncludeMFRNameInShortDesc><IsToIncludeMFRPNInLongDesc>true</IsToIncludeMFRPNInLongDesc><IsToIncludeMFRPNInShortDesc>true</IsToIncludeMFRPNInShortDesc><IsToIncludeVendorNameInLongDesc>true</IsToIncludeVendorNameInLongDesc><IsToIncludeVendorNameInShortDesc>true</IsToIncludeVendorNameInShortDesc><IsToIncludeVendorPNInLongDesc>true</IsToIncludeVendorPNInLongDesc><IsToIncludeVendorPNInShortDesc>true</IsToIncludeVendorPNInShortDesc><LongDescriptionInputColumnName>sample string 24</LongDescriptionInputColumnName><MFRNameInputColumnName>sample string 19</MFRNameInputColumnName><MFRNamePrefix>sample string 4</MFRNamePrefix><MFRPNInputColumnName>sample string 20</MFRPNInputColumnName><MFRPNPrefix>sample string 5</MFRPNPrefix><ProjectCode>sample string 2</ProjectCode><ShortDescriptionInputColumnName>sample string 23</ShortDescriptionInputColumnName><SpecialCharacters><ProjectSettingsSpecialCharacters><Characters>sample string 1</Characters></ProjectSettingsSpecialCharacters><ProjectSettingsSpecialCharacters><Characters>sample string 1</Characters></ProjectSettingsSpecialCharacters></SpecialCharacters><UserID>sample string 28</UserID><VendorNameInputColumnName>sample string 21</VendorNameInputColumnName><VendorNamePrefix>sample string 6</VendorNamePrefix><VendorPNInputColumnName>sample string 22</VendorPNInputColumnName><VendorPNPrefix>sample string 7</VendorPNPrefix></ProjectSettings>

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.