POST api/AttributeValueConsistencyCheck/CheckAttributeValueConsistency

Request Information

URI Parameters

None.

Body Parameters

AttributeValueConsistencyCheckModel
NameDescriptionTypeAdditional information
InputFileName

string

Required

UploadedInputFileName

string

None.

UOMFileName

string

Required

MultipleValuesSeparator

string

None.

CheckSpaceBeforeUOM

string

None.

CheckSpaceForMultipleDimensionSeparator

string

None.

IsMultipleDimensionSeparatorXChecked

boolean

None.

IsMultipleDimensionSeparatorFWDSlashChecked

boolean

None.

IsMultipleDimensionSeparatorTOChecked

boolean

None.

IsMultipleDimensionSeparatorHyphenChecked

boolean

None.

CheckSpaceForRangeValuesSeparator

string

None.

IsRangeValuesSeparatorTOChecked

boolean

None.

IsRangeValuesSeparatorHyphenChecked

boolean

None.

SelectedOrderedUOMList

Collection of string

None.

IsConversionOfVAChecked

boolean

None.

UserID

string

Required

Request Formats

application/json, text/json

Sample:
{
  "InputFileName": "sample string 1",
  "UploadedInputFileName": "sample string 2",
  "UOMFileName": "sample string 3",
  "MultipleValuesSeparator": "sample string 4",
  "CheckSpaceBeforeUOM": "sample string 5",
  "CheckSpaceForMultipleDimensionSeparator": "sample string 6",
  "IsMultipleDimensionSeparatorXChecked": true,
  "IsMultipleDimensionSeparatorFWDSlashChecked": true,
  "IsMultipleDimensionSeparatorTOChecked": true,
  "IsMultipleDimensionSeparatorHyphenChecked": true,
  "CheckSpaceForRangeValuesSeparator": "sample string 11",
  "IsRangeValuesSeparatorTOChecked": true,
  "IsRangeValuesSeparatorHyphenChecked": true,
  "SelectedOrderedUOMList": [
    "sample string 1",
    "sample string 2"
  ],
  "IsConversionOfVAChecked": true,
  "UserID": "sample string 15"
}

application/xml, text/xml

Sample:
<AttributeValueConsistencyCheckModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models.GAT_Models">
  <CheckSpaceBeforeUOM>sample string 5</CheckSpaceBeforeUOM>
  <CheckSpaceForMultipleDimensionSeparator>sample string 6</CheckSpaceForMultipleDimensionSeparator>
  <CheckSpaceForRangeValuesSeparator>sample string 11</CheckSpaceForRangeValuesSeparator>
  <InputFileName>sample string 1</InputFileName>
  <IsConversionOfVAChecked>true</IsConversionOfVAChecked>
  <IsMultipleDimensionSeparatorFWDSlashChecked>true</IsMultipleDimensionSeparatorFWDSlashChecked>
  <IsMultipleDimensionSeparatorHyphenChecked>true</IsMultipleDimensionSeparatorHyphenChecked>
  <IsMultipleDimensionSeparatorTOChecked>true</IsMultipleDimensionSeparatorTOChecked>
  <IsMultipleDimensionSeparatorXChecked>true</IsMultipleDimensionSeparatorXChecked>
  <IsRangeValuesSeparatorHyphenChecked>true</IsRangeValuesSeparatorHyphenChecked>
  <IsRangeValuesSeparatorTOChecked>true</IsRangeValuesSeparatorTOChecked>
  <MultipleValuesSeparator>sample string 4</MultipleValuesSeparator>
  <SelectedOrderedUOMList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </SelectedOrderedUOMList>
  <UOMFileName>sample string 3</UOMFileName>
  <UploadedInputFileName>sample string 2</UploadedInputFileName>
  <UserID>sample string 15</UserID>
</AttributeValueConsistencyCheckModel>

multipart/form-data

Sample:
<AttributeValueConsistencyCheckModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models.GAT_Models"><CheckSpaceBeforeUOM>sample string 5</CheckSpaceBeforeUOM><CheckSpaceForMultipleDimensionSeparator>sample string 6</CheckSpaceForMultipleDimensionSeparator><CheckSpaceForRangeValuesSeparator>sample string 11</CheckSpaceForRangeValuesSeparator><InputFileName>sample string 1</InputFileName><IsConversionOfVAChecked>true</IsConversionOfVAChecked><IsMultipleDimensionSeparatorFWDSlashChecked>true</IsMultipleDimensionSeparatorFWDSlashChecked><IsMultipleDimensionSeparatorHyphenChecked>true</IsMultipleDimensionSeparatorHyphenChecked><IsMultipleDimensionSeparatorTOChecked>true</IsMultipleDimensionSeparatorTOChecked><IsMultipleDimensionSeparatorXChecked>true</IsMultipleDimensionSeparatorXChecked><IsRangeValuesSeparatorHyphenChecked>true</IsRangeValuesSeparatorHyphenChecked><IsRangeValuesSeparatorTOChecked>true</IsRangeValuesSeparatorTOChecked><MultipleValuesSeparator>sample string 4</MultipleValuesSeparator><SelectedOrderedUOMList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d2p1:string>sample string 1</d2p1:string><d2p1:string>sample string 2</d2p1:string></SelectedOrderedUOMList><UOMFileName>sample string 3</UOMFileName><UploadedInputFileName>sample string 2</UploadedInputFileName><UserID>sample string 15</UserID></AttributeValueConsistencyCheckModel>

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.