GET api/GetTreatyArticleList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApiResponseOfTreatyArticleMasterModel
Name Description Type Additional information
Data

Collection of TreatyArticleMasterModel

None.

Success

boolean

None.

Message

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "TREATY_ARTICLE_ID": 1,
      "ARTICLE_NAME": "sample string 1"
    },
    {
      "TREATY_ARTICLE_ID": 1,
      "ARTICLE_NAME": "sample string 1"
    }
  ],
  "Success": true,
  "Message": [
    "sample string 1",
    "sample string 2"
  ]
}