GET Api/Payment/GetPayManagement?id={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": "0d8b58e9-835f-4b42-ad35-bb08d3768603",
"RemarkTransId": "c8fcffdc-2df9-48c8-8d52-c425f9551e70",
"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": "44b18ba5-59cb-471d-b7c1-f4d02f567b45",
"ClientId": "0be7fc09-2dce-42b8-bcc1-5547c74818ac",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:14:32",
"UpdateDate": "2025-12-30 14:14:32",
"CreateBy": "7b0fff15-0880-4496-848d-671fcb34f384",
"UpdateBy": "f02dc820-7cde-40a8-8d03-e0bf10ed3436"
}