GET api/Client/getClients?clientNumber={clientNumber}&clientName={clientName}&clientRFC={clientRFC}&clientIdentifier={clientIdentifier}&idStation={idStation}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientNumber

string

Required

clientName

string

Required

clientRFC

string

Required

clientIdentifier

string

Required

idStation

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Client
NameDescriptionTypeAdditional information
address

Address

None.

id

string

None.

number

integer

None.

name

string

None.

commercialName

string

None.

rfc

string

None.

phone

string

None.

email

string

None.

regime

string

None.

message

Message

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "address": {
      "street": "sample string 1",
      "externalNumber": "sample string 2",
      "internalNumber": "sample string 3",
      "neighborhood": "sample string 4",
      "city": "sample string 5",
      "state": "sample string 6",
      "country": "sample string 7",
      "zipCode": "sample string 8"
    },
    "id": "sample string 1",
    "number": 2,
    "name": "sample string 3",
    "commercialName": "sample string 4",
    "rfc": "sample string 5",
    "phone": "sample string 6",
    "email": "sample string 7",
    "regime": "sample string 8",
    "message": {
      "errorCode": 1,
      "errorDesc": "sample string 2",
      "response": "sample string 3"
    }
  },
  {
    "address": {
      "street": "sample string 1",
      "externalNumber": "sample string 2",
      "internalNumber": "sample string 3",
      "neighborhood": "sample string 4",
      "city": "sample string 5",
      "state": "sample string 6",
      "country": "sample string 7",
      "zipCode": "sample string 8"
    },
    "id": "sample string 1",
    "number": 2,
    "name": "sample string 3",
    "commercialName": "sample string 4",
    "rfc": "sample string 5",
    "phone": "sample string 6",
    "email": "sample string 7",
    "regime": "sample string 8",
    "message": {
      "errorCode": 1,
      "errorDesc": "sample string 2",
      "response": "sample string 3"
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfClient xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AspNexus.NexusFE.Web.ServicesREST.MetodosYClasesTimbrado">
  <Client>
    <commercialName xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 4</commercialName>
    <email xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 7</email>
    <id xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 1</id>
    <message xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">
      <errorCode>1</errorCode>
      <errorDesc>sample string 2</errorDesc>
      <response>sample string 3</response>
    </message>
    <name xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 3</name>
    <number xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">2</number>
    <phone xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 6</phone>
    <regime xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 8</regime>
    <rfc xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 5</rfc>
    <address xmlns:d3p1="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">
      <d3p1:city>sample string 5</d3p1:city>
      <d3p1:country>sample string 7</d3p1:country>
      <d3p1:externalNumber>sample string 2</d3p1:externalNumber>
      <d3p1:internalNumber>sample string 3</d3p1:internalNumber>
      <d3p1:neighborhood>sample string 4</d3p1:neighborhood>
      <d3p1:state>sample string 6</d3p1:state>
      <d3p1:street>sample string 1</d3p1:street>
      <d3p1:zipCode>sample string 8</d3p1:zipCode>
    </address>
  </Client>
  <Client>
    <commercialName xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 4</commercialName>
    <email xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 7</email>
    <id xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 1</id>
    <message xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">
      <errorCode>1</errorCode>
      <errorDesc>sample string 2</errorDesc>
      <response>sample string 3</response>
    </message>
    <name xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 3</name>
    <number xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">2</number>
    <phone xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 6</phone>
    <regime xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 8</regime>
    <rfc xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 5</rfc>
    <address xmlns:d3p1="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">
      <d3p1:city>sample string 5</d3p1:city>
      <d3p1:country>sample string 7</d3p1:country>
      <d3p1:externalNumber>sample string 2</d3p1:externalNumber>
      <d3p1:internalNumber>sample string 3</d3p1:internalNumber>
      <d3p1:neighborhood>sample string 4</d3p1:neighborhood>
      <d3p1:state>sample string 6</d3p1:state>
      <d3p1:street>sample string 1</d3p1:street>
      <d3p1:zipCode>sample string 8</d3p1:zipCode>
    </address>
  </Client>
</ArrayOfClient>