Updates the item of db payment methods with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | globally unique identifier | 
                                 Required  | 
                
Body Parameters :
db_payment_methods| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | 
                         Primary Key  | 
                    globally unique identifier | |
| name | 
                         Name of the db payment method.  | 
                    string | 
                                 Required Max length: 255  | 
                
| pm | 
                         Pm of the db payment method  | 
                    string | 
                                 Max length: 255  | 
                
| description | 
                         Description of the db payment method.  | 
                    string | 
                                 Max length: 4000  | 
                
| reference_back_office | 
                         The Id/Ref of the back office for this db payment method. Used by Embedded entity.  | 
                    string | 
                                 Max length: 50  | 
                
| activated | 
                         If true db payment method is activated.  | 
                    boolean | |
| modified_dateutc | 
                         Readonly system field managed by database, filled with GetUtcDate when adding,updating  | 
                    date | 
Request Formats :
application/json, text/json
            Sample:
{
  "id": "9ceea513-0ad3-40d8-b8e2-3ba5ee001a38",
  "name": "sample string 2",
  "pm": "sample string 3",
  "description": "sample string 4",
  "reference_back_office": "sample string 5",
  "activated": true,
  "modified_dateutc": "2025-10-05T20:46:55.2526576+00:00"
}
        Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.