GET Api/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": "99d31ce1-6a58-43c8-ba58-7f2acc05324b",
"RemarkTransId": "709acffb-661e-43fa-ac6a-a0020650136f",
"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": "89c0d51b-e9be-481d-be23-d964c8c6573f",
"ClientId": "985e5299-a4f2-4fe1-a036-9a2417210ae6",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:14:32",
"UpdateDate": "2025-12-30 14:14:32",
"CreateBy": "a761faf7-b0c6-4d9b-b63a-13f5e35212cf",
"UpdateBy": "c8077a78-dce4-4074-b1e5-eaf123d0887e"
}