Retrieves all items of db payment methods
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
db_payment_methodsName | Description | Type | Additional information |
---|---|---|---|
id |
Primary Key |
globally unique identifier | |
name |
Name of the db payment method. |
string |
Required 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 |
Response Formats
application/json, text/json
Sample:
{ "id": "d20e5744-2f03-4d65-9201-2fdf88fc165a", "name": "sample string 2", "description": "sample string 3", "reference_back_office": "sample string 4", "activated": true, "modified_dateutc": "2024-11-21T08:49:12.4371597+00:00" }