GET AdminApi/Payment/GetPayManagement/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PaymentMethod| Name | Description | Type | Additional information |
|---|---|---|---|
| NameTransId | globally unique identifier |
None. |
|
| RemarkTransId | globally unique identifier |
None. |
|
| Image | string |
Required String length: inclusive between 0 and 200 |
|
| BankAccount | string |
String length: inclusive between 0 and 100 |
|
| Code | string |
String length: inclusive between 0 and 10 |
|
| ServRate | decimal number |
None. |
|
| Names | Collection of MutiLanguage |
None. |
|
| Remarks | Collection of MutiLanguage |
None. |
|
| ImgPath | string |
None. |
|
| Name | string |
None. |
|
| Remark | string |
None. |
|
| ServRateDesc | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| IsDeleted | boolean |
Required |
|
| CreateDate | date |
Required |
|
| UpdateDate | date |
None. |
|
| CreateBy | globally unique identifier |
Required |
|
| UpdateBy | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"NameTransId": "47d8717b-9fcc-42ea-af04-329ce73a5bfe",
"RemarkTransId": "6d5d2d1c-d63d-4380-acb7-67857951a7ec",
"Image": "sample string 3",
"BankAccount": "sample string 4",
"Code": "sample string 5",
"ServRate": 6.0,
"Names": [
{
"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"
}
],
"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"
}
],
"ImgPath": "sample string 7",
"Name": "sample string 8",
"Remark": "sample string 9",
"ServRateDesc": "600%",
"Id": "46b665f9-7c94-4f72-8b71-1dcf78489c01",
"ClientId": "27c05392-1f67-419a-a312-3104479dbf64",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:06:28",
"UpdateDate": "2025-10-28 19:06:28",
"CreateBy": "2d7962a2-54a0-4f01-b217-4cf4c5afe43c",
"UpdateBy": "17e7b417-39d8-4c94-8757-cedaadae8041"
}