GET api/order/PaymentInfo

Get Payment Info

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

NameDescriptionTypeAdditional information
Name

Name

string

None.

PaymentId

Payment Id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "name": "sample string 1",
    "paymentId": 2
  },
  {
    "name": "sample string 1",
    "paymentId": 2
  }
]