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": "b28753ff-be00-4b10-9e0b-c475f3c0d827",
"RemarkTransId": "0a60d5f0-ae21-4419-b995-4392e901546d",
"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": "45cc3b73-8c28-4fd7-8081-6ed0112eafc6",
"ClientId": "170d78d0-e1b1-432f-82e5-487c40ce9e9e",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:00:18",
"UpdateDate": "2025-10-28 19:00:18",
"CreateBy": "33da9e01-d378-48a0-bebd-b16bccc9714d",
"UpdateBy": "95df4422-251e-44f0-a741-17387e1e974b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": {}
}