POST services/api/v1/Save_CurrencyMaster
Request Information
URI Parameters
None.
Body Parameters
Currency_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Symbol | string |
None. |
|
| Integerpartcaption | string |
None. |
|
| Decimalpartcaption | string |
None. |
|
| NoofDecimal | integer |
None. |
|
| Description | string |
None. |
|
| ExchangeRate | decimal number |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Symbol": "sample string 3",
"Integerpartcaption": "sample string 4",
"Decimalpartcaption": "sample string 5",
"NoofDecimal": 6,
"Description": "sample string 7",
"ExchangeRate": 8.0,
"UserId": 9
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Currency_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Symbol | string |
None. |
|
| Integerpartcaption | string |
None. |
|
| Decimalpartcaption | string |
None. |
|
| NoofDecimal | integer |
None. |
|
| Description | string |
None. |
|
| ExchangeRate | decimal number |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Symbol": "sample string 3",
"Integerpartcaption": "sample string 4",
"Decimalpartcaption": "sample string 5",
"NoofDecimal": 6,
"Description": "sample string 7",
"ExchangeRate": 8.0,
"UserId": 9
}