POST api/BMS/GetBMS

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of clsBMSMaster
NameDescriptionTypeAdditional information
BMSId

integer

None.

BMSName

string

None.

ParentId

integer

None.

BMSFieldId

integer

None.

Sequence

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BMSId": 1,
    "BMSName": "sample string 2",
    "ParentId": 1,
    "BMSFieldId": 1,
    "Sequence": 3
  },
  {
    "BMSId": 1,
    "BMSName": "sample string 2",
    "ParentId": 1,
    "BMSFieldId": 1,
    "Sequence": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfclsBMSMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
  <clsBMSMaster>
    <BMSFieldId>1</BMSFieldId>
    <BMSId>1</BMSId>
    <BMSName>sample string 2</BMSName>
    <ParentId>1</ParentId>
    <Sequence>3</Sequence>
  </clsBMSMaster>
  <clsBMSMaster>
    <BMSFieldId>1</BMSFieldId>
    <BMSId>1</BMSId>
    <BMSName>sample string 2</BMSName>
    <ParentId>1</ParentId>
    <Sequence>3</Sequence>
  </clsBMSMaster>
</ArrayOfclsBMSMaster>