GET api/TarjetaEquipo/MetodoObtenerEstados

Metodo para obtener listado de estados en SAP

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of State
NameDescriptionTypeAdditional information
Code

string

None.

Country

string

None.

Name

string

None.

GSTCode

string

None.

IsUnionTerritory

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Code": "sample string 1",
    "Country": "sample string 2",
    "Name": "sample string 3",
    "GSTCode": "sample string 4",
    "IsUnionTerritory": "sample string 5"
  },
  {
    "Code": "sample string 1",
    "Country": "sample string 2",
    "Name": "sample string 3",
    "GSTCode": "sample string 4",
    "IsUnionTerritory": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfState xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSG_SDK_10">
  <State>
    <Code>sample string 1</Code>
    <Country>sample string 2</Country>
    <GSTCode>sample string 4</GSTCode>
    <IsUnionTerritory>sample string 5</IsUnionTerritory>
    <Name>sample string 3</Name>
  </State>
  <State>
    <Code>sample string 1</Code>
    <Country>sample string 2</Country>
    <GSTCode>sample string 4</GSTCode>
    <IsUnionTerritory>sample string 5</IsUnionTerritory>
    <Name>sample string 3</Name>
  </State>
</ArrayOfState>