GET api/mrp/currency

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

PaginationOfCurrency
NameDescriptionTypeAdditional information
items

Collection of Currency

None.

startRow

integer

None.

limitRow

integer

None.

resultRow

integer

None.

searchRow

integer

None.

url

string

None.

Response Formats

application/json, text/json

Sample:
{
  "items": [
    {
      "currencyId": 1,
      "currencyShortName": "sample string 2",
      "currencyName": "sample string 3",
      "currencyRemoveStatus": true,
      "currencyCreateDate": "2026-04-07T18:04:49.464639+07:00",
      "currencyUpdateDate": "2026-04-07T18:04:49.464639+07:00",
      "currencyUpdateBy": 1,
      "currencyCreateBy": 1
    },
    {
      "currencyId": 1,
      "currencyShortName": "sample string 2",
      "currencyName": "sample string 3",
      "currencyRemoveStatus": true,
      "currencyCreateDate": "2026-04-07T18:04:49.464639+07:00",
      "currencyUpdateDate": "2026-04-07T18:04:49.464639+07:00",
      "currencyUpdateBy": 1,
      "currencyCreateBy": 1
    }
  ],
  "startRow": 1,
  "limitRow": 2,
  "resultRow": 3,
  "searchRow": 4,
  "url": "sample string 5"
}

application/xml, text/xml

Sample:
<PaginationOfCurrencyglUDpBz4 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.WebAPI.Libraries">
  <items xmlns:d2p1="http://schemas.datacontract.org/2004/07/MRP.Domain.Entity">
    <d2p1:Currency>
      <d2p1:currencyCreateBy>1</d2p1:currencyCreateBy>
      <d2p1:currencyCreateDate>2026-04-07T18:04:49.464639+07:00</d2p1:currencyCreateDate>
      <d2p1:currencyId>1</d2p1:currencyId>
      <d2p1:currencyName>sample string 3</d2p1:currencyName>
      <d2p1:currencyRemoveStatus>true</d2p1:currencyRemoveStatus>
      <d2p1:currencyShortName>sample string 2</d2p1:currencyShortName>
      <d2p1:currencyUpdateBy>1</d2p1:currencyUpdateBy>
      <d2p1:currencyUpdateDate>2026-04-07T18:04:49.464639+07:00</d2p1:currencyUpdateDate>
    </d2p1:Currency>
    <d2p1:Currency>
      <d2p1:currencyCreateBy>1</d2p1:currencyCreateBy>
      <d2p1:currencyCreateDate>2026-04-07T18:04:49.464639+07:00</d2p1:currencyCreateDate>
      <d2p1:currencyId>1</d2p1:currencyId>
      <d2p1:currencyName>sample string 3</d2p1:currencyName>
      <d2p1:currencyRemoveStatus>true</d2p1:currencyRemoveStatus>
      <d2p1:currencyShortName>sample string 2</d2p1:currencyShortName>
      <d2p1:currencyUpdateBy>1</d2p1:currencyUpdateBy>
      <d2p1:currencyUpdateDate>2026-04-07T18:04:49.464639+07:00</d2p1:currencyUpdateDate>
    </d2p1:Currency>
  </items>
  <limitRow>2</limitRow>
  <resultRow>3</resultRow>
  <searchRow>4</searchRow>
  <startRow>1</startRow>
  <url>sample string 5</url>
</PaginationOfCurrencyglUDpBz4>