GET Api/Currency/GetCurrDetail/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Currency| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
Required String length: inclusive between 0 and 10 |
|
| Name | string |
Required String length: inclusive between 0 and 10 |
|
| Seq | integer |
Required |
|
| IsDefault | boolean |
Required |
|
| RemarkTransId | string |
None. |
|
| Remark | string |
None. |
|
| Remarks | Collection of MutiLanguage |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "d2d998b3-cd70-4306-9ef8-8b4ccdba48fe",
"Code": "sample string 2",
"Name": "sample string 3",
"Seq": 4,
"IsDefault": true,
"RemarkTransId": "sample string 6",
"Remark": "sample string 7",
"Remarks": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
]
}