POST api/Tools/AssignPoints_4_RedeemableItemModels
Request Information
URI Parameters
None.
Body Parameters
AssignPoints_4_RedeemableItemModelsInputsName | Description | Type | Additional information |
---|---|---|---|
DBName | string |
None. |
|
BranchInternalCode | string |
None. |
|
UserInternalCode | string |
None. |
|
BrandList | string |
None. |
|
ProductList | string |
None. |
|
ProductCategoryList | string |
None. |
|
ItemCategoryList | string |
None. |
|
ItemModelSearchCode | string |
None. |
|
ItemClassTypeCode | string |
None. |
|
ItemClassListCode | string |
None. |
|
DownloadReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "DBName": "sample string 1", "BranchInternalCode": "sample string 2", "UserInternalCode": "sample string 3", "BrandList": "sample string 4", "ProductList": "sample string 5", "ProductCategoryList": "sample string 6", "ItemCategoryList": "sample string 7", "ItemModelSearchCode": "sample string 8", "ItemClassTypeCode": "sample string 9", "ItemClassListCode": "sample string 10", "DownloadReport": true }
application/xml, text/xml
Sample:
<AssignPoints_4_RedeemableItemModelsInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <BranchInternalCode>sample string 2</BranchInternalCode> <BrandList>sample string 4</BrandList> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <ItemCategoryList>sample string 7</ItemCategoryList> <ItemClassListCode>sample string 10</ItemClassListCode> <ItemClassTypeCode>sample string 9</ItemClassTypeCode> <ItemModelSearchCode>sample string 8</ItemModelSearchCode> <ProductCategoryList>sample string 6</ProductCategoryList> <ProductList>sample string 5</ProductList> <UserInternalCode>sample string 3</UserInternalCode> </AssignPoints_4_RedeemableItemModelsInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |