POST api/Master/GetSettingList

Request Information

URI Parameters

None.

Body Parameters

GetSettingsRequest
NameDescriptionTypeAdditional information
CompKey

integer

None.

MechKey

integer

None.

SysPrefixd

string

None.

Sys_Valued

string

None.

TransSource

string

None.

OrdSaleDate

date

None.

CustomerKey

integer

None.

Subsordemo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CompKey": 1,
  "MechKey": 2,
  "SysPrefixd": "sample string 3",
  "Sys_Valued": "sample string 4",
  "TransSource": "sample string 5",
  "OrdSaleDate": "2026-04-02T04:59:00.3720198+04:00",
  "CustomerKey": 7,
  "Subsordemo": "sample string 8"
}

text/xml

Sample:
<GetSettingsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ecom.seportal.ng.Domain.Transport">
  <CompKey>1</CompKey>
  <CustomerKey>7</CustomerKey>
  <MechKey>2</MechKey>
  <OrdSaleDate>2026-04-02T04:59:00.3720198+04:00</OrdSaleDate>
  <Subsordemo>sample string 8</Subsordemo>
  <SysPrefixd>sample string 3</SysPrefixd>
  <Sys_Valued>sample string 4</Sys_Valued>
  <TransSource>sample string 5</TransSource>
</GetSettingsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.