GET jxc_api/DDL/Keyword2Account?name={name}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

string

Required

Body Parameters

None.

Response Information

Resource Description

DDLAccount
NameDescriptionTypeAdditional information
Id

integer

None.

No

string

None.

Name

string

None.

CurrencyType

integer

None.

CurrencyTypeName

string

None.

ExchangeRate

decimal number

None.

NameAttachCurrencyType

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "No": "sample string 2",
  "Name": "sample string 3",
  "CurrencyType": 4,
  "CurrencyTypeName": "sample string 5",
  "ExchangeRate": 6.0,
  "NameAttachCurrencyType": "sample string 7"
}

application/xml, text/xml

Sample:
<DDLAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models">
  <CurrencyType>4</CurrencyType>
  <CurrencyTypeName>sample string 5</CurrencyTypeName>
  <ExchangeRate>6</ExchangeRate>
  <Id>1</Id>
  <Name>sample string 3</Name>
  <NameAttachCurrencyType>sample string 7</NameAttachCurrencyType>
  <No>sample string 2</No>
</DDLAccount>