GET V2/Pay/GetSettlementPrice?payId={payId}&price={price}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
payId

integer

Required

price

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CurrencyPrice
NameDescriptionTypeAdditional information
Currency

Currency

None.

Price

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Currency": {
      "Id": 1,
      "Code": "sample string 2",
      "Name": "sample string 3",
      "Desc": "sample string 4",
      "IsSyncProducts": true,
      "IsSyncOrders": true
    },
    "Price": 1.0
  },
  {
    "Currency": {
      "Id": 1,
      "Code": "sample string 2",
      "Name": "sample string 3",
      "Desc": "sample string 4",
      "IsSyncProducts": true,
      "IsSyncOrders": true
    },
    "Price": 1.0
  }
]