POST api/Currency/Create

Request Information

URI Parameters

None.

Body Parameters

CurrencyMaster_Add_Model
NameDescriptionTypeAdditional information
CurrencyID

integer

None.

CurrencyName

string

None.

CurrencySymbol

string

None.

DefaultRate

decimal number

None.

Remarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrencyID": 1,
  "CurrencyName": "sample string 2",
  "CurrencySymbol": "sample string 3",
  "DefaultRate": 4.0,
  "Remarks": "sample string 5"
}

application/xml, text/xml

Sample:
<CurrencyMaster_Add_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP.Model.Master">
  <CurrencyID>1</CurrencyID>
  <CurrencyName>sample string 2</CurrencyName>
  <CurrencySymbol>sample string 3</CurrencySymbol>
  <DefaultRate>4</DefaultRate>
  <Remarks>sample string 5</Remarks>
</CurrencyMaster_Add_Model>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.