GET api/urDefaultSetting/get-urDefault-setting

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

UserDefaultSettingDTO
NameDescriptionTypeAdditional information
Id

integer

None.

ProductTypeId

integer

None.

ProductId

integer

None.

SubProductId

integer

None.

BankAccountId

integer

None.

Status

boolean

None.

UserId

integer

None.

BranchId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ProductTypeId": 1,
  "ProductId": 1,
  "SubProductId": 1,
  "BankAccountId": 1,
  "Status": true,
  "UserId": 1,
  "BranchId": 1
}

application/xml, text/xml

Sample:
<UserDefaultSettingDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO.Master">
  <BankAccountId>1</BankAccountId>
  <BranchId>1</BranchId>
  <Id>1</Id>
  <ProductId>1</ProductId>
  <ProductTypeId>1</ProductTypeId>
  <Status>true</Status>
  <SubProductId>1</SubProductId>
  <UserId>1</UserId>
</UserDefaultSettingDTO>