GET api/PostProveedorJornadas

Request Information

URI Parameters

None.

Body Parameters

TB_PostProveedorJornadas
NameDescriptionTypeAdditional information
idProveedor

globally unique identifier

None.

numProveedor

string

None.

nomComercial

string

None.

idTipoProveedor

globally unique identifier

None.

idTipoPersona

globally unique identifier

None.

idDireccion

globally unique identifier

None.

calle

string

None.

numExterior

string

None.

numInterior

string

None.

EntreCalle1

string

None.

EntreCalle2

string

None.

codSepomex

string

None.

latitud

decimal number

None.

longitud

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "idProveedor": "0597cc0f-0946-489f-bf26-34b27fce9fd1",
  "numProveedor": "sample string 2",
  "nomComercial": "sample string 3",
  "idTipoProveedor": "cdd80913-de4a-4f43-8f40-d3eff1de7399",
  "idTipoPersona": "16c22624-1455-406c-840d-cabd764ce095",
  "idDireccion": "b61aabb0-1fd9-4cad-b4f7-c6a5ae6e0e68",
  "calle": "sample string 7",
  "numExterior": "sample string 8",
  "numInterior": "sample string 9",
  "EntreCalle1": "sample string 10",
  "EntreCalle2": "sample string 11",
  "codSepomex": "sample string 12",
  "latitud": 13.1,
  "longitud": 14.1
}

application/xml, text/xml

Sample:
<TB_PostProveedorJornadas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas">
  <EntreCalle1>sample string 10</EntreCalle1>
  <EntreCalle2>sample string 11</EntreCalle2>
  <calle>sample string 7</calle>
  <codSepomex>sample string 12</codSepomex>
  <idDireccion>b61aabb0-1fd9-4cad-b4f7-c6a5ae6e0e68</idDireccion>
  <idProveedor>0597cc0f-0946-489f-bf26-34b27fce9fd1</idProveedor>
  <idTipoPersona>16c22624-1455-406c-840d-cabd764ce095</idTipoPersona>
  <idTipoProveedor>cdd80913-de4a-4f43-8f40-d3eff1de7399</idTipoProveedor>
  <latitud>13.1</latitud>
  <longitud>14.1</longitud>
  <nomComercial>sample string 3</nomComercial>
  <numExterior>sample string 8</numExterior>
  <numInterior>sample string 9</numInterior>
  <numProveedor>sample string 2</numProveedor>
</TB_PostProveedorJornadas>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MsgRespuesta
NameDescriptionTypeAdditional information
codigo

string

None.

mensaje

string

None.

contenido

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "codigo": "sample string 1",
  "mensaje": "sample string 2",
  "contenido": {}
}

application/xml, text/xml

Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas">
  <codigo>sample string 1</codigo>
  <contenido />
  <mensaje>sample string 2</mensaje>
</MsgRespuesta>