POST AdminApi/Payment/SavePayMethodsItem
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"NameTransId": "a24c466b-b0c9-4088-b777-b0a0ee86b987",
"RemarkTransId": "a955afbb-77c5-4783-9c38-6c9131582795",
"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": "b3aa8802-5737-4177-bd03-950f8e605d2c",
"ClientId": "41ce16bd-19bb-4400-8c96-591d1c9db254",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:09:15",
"UpdateDate": "2025-12-30 14:09:15",
"CreateBy": "25ee2472-de08-42bf-a6f9-0d3884e4c61d",
"UpdateBy": "a86c486f-d8d2-401c-a54b-0edb075b49ec"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}