GET api/Setting/GetPaymentTypes

Get Payment Types

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PaymentType
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

SwedishName

string

None.

AccountingCode

integer

None.

Action

PaymentAction

None.

RoundAmount

boolean

None.

RUTAllowed

boolean

None.

Active

boolean

None.

SortOrder

integer

None.

MoveOrderToClosed

boolean

None.

Updated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "Name": "sample string 2",
    "SwedishName": "sample string 3",
    "AccountingCode": 4,
    "Action": 0,
    "RoundAmount": true,
    "RUTAllowed": true,
    "Active": true,
    "SortOrder": 8,
    "MoveOrderToClosed": true,
    "Updated": "2024-05-16T20:25:55.879415+02:00"
  },
  {
    "$ref": "1"
  }
]