POST api/Master/AddUpdateCurrencyMaster
Request Information
URI Parameters
None.
Body Parameters
CurrencyMasterDc| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrencyId | integer |
None. |
|
| Currency | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrencyId": 1,
"Currency": "sample string 2",
"IsActive": true
}
text/html
Sample:
{"CurrencyId":1,"Currency":"sample string 2","IsActive":true}
application/xml, text/xml
Sample:
<CurrencyMasterDc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BillGeneration.DataContract"> <Currency>sample string 2</Currency> <CurrencyId>1</CurrencyId> <IsActive>true</IsActive> </CurrencyMasterDc>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/html
Sample:
1
application/xml, text/xml
Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>