GET api/PDAGetSpAddData/GetSpAddData

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
BarcodeModal
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Sp_id": 1,
    "SpAdd_id": 2,
    "SpAdd_Name": "sample string 3"
  },
  {
    "Sp_id": 1,
    "SpAdd_id": 2,
    "SpAdd_Name": "sample string 3"
  },
  {
    "Sp_id": 1,
    "SpAdd_id": 2,
    "SpAdd_Name": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSpAddTableModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <SpAddTableModal>
    <SpAdd_Name>sample string 3</SpAdd_Name>
    <SpAdd_id>2</SpAdd_id>
    <Sp_id>1</Sp_id>
  </SpAddTableModal>
  <SpAddTableModal>
    <SpAdd_Name>sample string 3</SpAdd_Name>
    <SpAdd_id>2</SpAdd_id>
    <Sp_id>1</Sp_id>
  </SpAddTableModal>
  <SpAddTableModal>
    <SpAdd_Name>sample string 3</SpAdd_Name>
    <SpAdd_id>2</SpAdd_id>
    <Sp_id>1</Sp_id>
  </SpAddTableModal>
</ArrayOfSpAddTableModal>