GET api/PR_BasicPayList/{DB}/{CompanyID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DB

string

Required

CompanyID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PR_BasicPay
NameDescriptionTypeAdditional information
Basic_PayID

integer

None.

Guid

string

None.

Pay_Name

string

None.

Pay_Description

string

None.

Pay_Type

string

None.

Pay_Category

string

None.

CompanyID

integer

None.

Deleted

boolean

None.

Disabled_bit

boolean

None.

Pay_Amount

decimal number

None.

Redundant_money1

decimal number

None.

Redundant_money2

decimal number

None.

Redundant_money3

decimal number

None.

Redundant_money4

decimal number

None.

Redundant_money5

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Basic_PayID": 1,
    "Guid": "sample string 2",
    "Pay_Name": "sample string 3",
    "Pay_Description": "sample string 4",
    "Pay_Type": "sample string 5",
    "Pay_Category": "sample string 6",
    "CompanyID": 7,
    "Deleted": true,
    "Disabled_bit": true,
    "Pay_Amount": 10.0,
    "Redundant_money1": 11.0,
    "Redundant_money2": 12.0,
    "Redundant_money3": 13.0,
    "Redundant_money4": 14.0,
    "Redundant_money5": 15.0
  },
  {
    "Basic_PayID": 1,
    "Guid": "sample string 2",
    "Pay_Name": "sample string 3",
    "Pay_Description": "sample string 4",
    "Pay_Type": "sample string 5",
    "Pay_Category": "sample string 6",
    "CompanyID": 7,
    "Deleted": true,
    "Disabled_bit": true,
    "Pay_Amount": 10.0,
    "Redundant_money1": 11.0,
    "Redundant_money2": 12.0,
    "Redundant_money3": 13.0,
    "Redundant_money4": 14.0,
    "Redundant_money5": 15.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfPR_BasicPay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdroitERPWebApis">
  <PR_BasicPay>
    <Basic_PayID>1</Basic_PayID>
    <CompanyID>7</CompanyID>
    <Deleted>true</Deleted>
    <Disabled_bit>true</Disabled_bit>
    <Guid>sample string 2</Guid>
    <Pay_Amount>10</Pay_Amount>
    <Pay_Category>sample string 6</Pay_Category>
    <Pay_Description>sample string 4</Pay_Description>
    <Pay_Name>sample string 3</Pay_Name>
    <Pay_Type>sample string 5</Pay_Type>
    <Redundant_money1>11</Redundant_money1>
    <Redundant_money2>12</Redundant_money2>
    <Redundant_money3>13</Redundant_money3>
    <Redundant_money4>14</Redundant_money4>
    <Redundant_money5>15</Redundant_money5>
  </PR_BasicPay>
  <PR_BasicPay>
    <Basic_PayID>1</Basic_PayID>
    <CompanyID>7</CompanyID>
    <Deleted>true</Deleted>
    <Disabled_bit>true</Disabled_bit>
    <Guid>sample string 2</Guid>
    <Pay_Amount>10</Pay_Amount>
    <Pay_Category>sample string 6</Pay_Category>
    <Pay_Description>sample string 4</Pay_Description>
    <Pay_Name>sample string 3</Pay_Name>
    <Pay_Type>sample string 5</Pay_Type>
    <Redundant_money1>11</Redundant_money1>
    <Redundant_money2>12</Redundant_money2>
    <Redundant_money3>13</Redundant_money3>
    <Redundant_money4>14</Redundant_money4>
    <Redundant_money5>15</Redundant_money5>
  </PR_BasicPay>
</ArrayOfPR_BasicPay>