GET api/PartBuilder/GetPartBuilderMask?RangeID={RangeID}&BrandID={BrandID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RangeID | integer |
Required |
|
| BrandID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PBPartBuilderMaskDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| RangeID | integer |
None. |
|
| RangeCode | string |
None. |
|
| BrandID | integer |
None. |
|
| BrandCode | string |
None. |
|
| PartNumberMaskLabelID | integer |
None. |
|
| DisplayValue | string |
None. |
|
| Sequence | integer |
None. |
|
| MaxLength | integer |
None. |
|
| Optional | boolean |
None. |
|
| DisplayNote | string |
None. |
|
| ScreenWidthPercent | string |
None. |
|
| PartNumberMaskID | integer |
None. |
|
| RangePartNumberMaskID | integer |
None. |
|
| MaskName | string |
None. |
|
| MaskLabelCode | string |
None. |
|
| MaskBrandCode | string |
None. |
|
| Separator | string |
None. |
|
| FlipFlopSelection | boolean |
None. |
|
| ShowOnPartBuilder | boolean |
None. |
|
| ID | integer |
None. |
|
| Code | string |
None. |
|
| Value | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RangeID": 1,
"RangeCode": "sample string 2",
"BrandID": 3,
"BrandCode": "sample string 4",
"PartNumberMaskLabelID": 5,
"DisplayValue": "sample string 6",
"Sequence": 1,
"MaxLength": 1,
"Optional": true,
"DisplayNote": "sample string 8",
"ScreenWidthPercent": "sample string 9",
"PartNumberMaskID": 10,
"RangePartNumberMaskID": 11,
"MaskName": "sample string 12",
"MaskLabelCode": "sample string 13",
"MaskBrandCode": "sample string 14",
"Separator": "sample string 15",
"FlipFlopSelection": true,
"ShowOnPartBuilder": true,
"ID": 18,
"Code": "sample string 19",
"Value": "sample string 20"
},
{
"RangeID": 1,
"RangeCode": "sample string 2",
"BrandID": 3,
"BrandCode": "sample string 4",
"PartNumberMaskLabelID": 5,
"DisplayValue": "sample string 6",
"Sequence": 1,
"MaxLength": 1,
"Optional": true,
"DisplayNote": "sample string 8",
"ScreenWidthPercent": "sample string 9",
"PartNumberMaskID": 10,
"RangePartNumberMaskID": 11,
"MaskName": "sample string 12",
"MaskLabelCode": "sample string 13",
"MaskBrandCode": "sample string 14",
"Separator": "sample string 15",
"FlipFlopSelection": true,
"ShowOnPartBuilder": true,
"ID": 18,
"Code": "sample string 19",
"Value": "sample string 20"
}
]
application/xml, text/xml
Sample:
<ArrayOfPBPartBuilderMaskDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KC.Tools.DTO.CustomDTO">
<PBPartBuilderMaskDTO>
<Code xmlns="http://schemas.datacontract.org/2004/07/KC.Tools.DTO">sample string 19</Code>
<ID xmlns="http://schemas.datacontract.org/2004/07/KC.Tools.DTO">18</ID>
<Value xmlns="http://schemas.datacontract.org/2004/07/KC.Tools.DTO">sample string 20</Value>
<BrandCode>sample string 4</BrandCode>
<BrandID>3</BrandID>
<DisplayNote>sample string 8</DisplayNote>
<DisplayValue>sample string 6</DisplayValue>
<FlipFlopSelection>true</FlipFlopSelection>
<MaskBrandCode>sample string 14</MaskBrandCode>
<MaskLabelCode>sample string 13</MaskLabelCode>
<MaskName>sample string 12</MaskName>
<MaxLength>1</MaxLength>
<Optional>true</Optional>
<PartNumberMaskID>10</PartNumberMaskID>
<PartNumberMaskLabelID>5</PartNumberMaskLabelID>
<RangeCode>sample string 2</RangeCode>
<RangeID>1</RangeID>
<RangePartNumberMaskID>11</RangePartNumberMaskID>
<ScreenWidthPercent>sample string 9</ScreenWidthPercent>
<Separator>sample string 15</Separator>
<Sequence>1</Sequence>
<ShowOnPartBuilder>true</ShowOnPartBuilder>
</PBPartBuilderMaskDTO>
<PBPartBuilderMaskDTO>
<Code xmlns="http://schemas.datacontract.org/2004/07/KC.Tools.DTO">sample string 19</Code>
<ID xmlns="http://schemas.datacontract.org/2004/07/KC.Tools.DTO">18</ID>
<Value xmlns="http://schemas.datacontract.org/2004/07/KC.Tools.DTO">sample string 20</Value>
<BrandCode>sample string 4</BrandCode>
<BrandID>3</BrandID>
<DisplayNote>sample string 8</DisplayNote>
<DisplayValue>sample string 6</DisplayValue>
<FlipFlopSelection>true</FlipFlopSelection>
<MaskBrandCode>sample string 14</MaskBrandCode>
<MaskLabelCode>sample string 13</MaskLabelCode>
<MaskName>sample string 12</MaskName>
<MaxLength>1</MaxLength>
<Optional>true</Optional>
<PartNumberMaskID>10</PartNumberMaskID>
<PartNumberMaskLabelID>5</PartNumberMaskLabelID>
<RangeCode>sample string 2</RangeCode>
<RangeID>1</RangeID>
<RangePartNumberMaskID>11</RangePartNumberMaskID>
<ScreenWidthPercent>sample string 9</ScreenWidthPercent>
<Separator>sample string 15</Separator>
<Sequence>1</Sequence>
<ShowOnPartBuilder>true</ShowOnPartBuilder>
</PBPartBuilderMaskDTO>
</ArrayOfPBPartBuilderMaskDTO>