POST services/api/rest/v1/Save_CurrencyMaster
Request Information
URI Parameters
None.
Body Parameters
RestCurrency_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrencyId | integer |
None. |
|
| Name | string |
None. |
|
| Symbol | string |
None. |
|
| IntegerPartCaption | string |
None. |
|
| DecimalPartCaption | string |
None. |
|
| NoofDecimals | integer |
None. |
|
| Description | string |
None. |
|
| ConvRate | decimal number |
None. |
|
| IsDefault | boolean |
None. |
|
| LocationId | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrencyId": 1,
"Name": "sample string 2",
"Symbol": "sample string 3",
"IntegerPartCaption": "sample string 4",
"DecimalPartCaption": "sample string 5",
"NoofDecimals": 6,
"Description": "sample string 7",
"ConvRate": 8.0,
"IsDefault": true,
"LocationId": 10,
"UserId": 11
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestCurrency_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrencyId | integer |
None. |
|
| Name | string |
None. |
|
| Symbol | string |
None. |
|
| IntegerPartCaption | string |
None. |
|
| DecimalPartCaption | string |
None. |
|
| NoofDecimals | integer |
None. |
|
| Description | string |
None. |
|
| ConvRate | decimal number |
None. |
|
| IsDefault | boolean |
None. |
|
| LocationId | integer |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CurrencyId": 1,
"Name": "sample string 2",
"Symbol": "sample string 3",
"IntegerPartCaption": "sample string 4",
"DecimalPartCaption": "sample string 5",
"NoofDecimals": 6,
"Description": "sample string 7",
"ConvRate": 8.0,
"IsDefault": true,
"LocationId": 10,
"UserId": 11
}