POST api/GetProveedoresReagendar_x_idProveedor

Request Information

URI Parameters

None.

Body Parameters

TB_GetListadoProvReprogramaVC_x_Prov
NameDescriptionTypeAdditional information
idProveedor

globally unique identifier

None.

idSucursal

globally unique identifier

None.

idEspecialidad

globally unique identifier

None.

idServicio

globally unique identifier

None.

idUser

globally unique identifier

None.

idCPT1

globally unique identifier

None.

idCPT2

globally unique identifier

None.

Costo

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "idProveedor": "3e745dbe-9595-4a2f-ab83-d43d64a3c547",
  "idSucursal": "dc8a2877-2b6e-46df-adb9-0595793f8a2f",
  "idEspecialidad": "06e14015-6990-4ee0-8fd0-570935431e1b",
  "idServicio": "63a7a468-19bd-4581-874c-09282393b6fa",
  "idUser": "88b2ccc3-bc8d-4973-9259-57dca4305382",
  "idCPT1": "3866320a-14b4-4e06-b01c-04ee407e148a",
  "idCPT2": "7d8303c2-72b6-4529-8a65-83c50a89bd8f",
  "Costo": 8.1
}

application/xml, text/xml

Sample:
<TB_GetListadoProvReprogramaVC_x_Prov xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas">
  <Costo>8.1</Costo>
  <idCPT1>3866320a-14b4-4e06-b01c-04ee407e148a</idCPT1>
  <idCPT2>7d8303c2-72b6-4529-8a65-83c50a89bd8f</idCPT2>
  <idEspecialidad>06e14015-6990-4ee0-8fd0-570935431e1b</idEspecialidad>
  <idProveedor>3e745dbe-9595-4a2f-ab83-d43d64a3c547</idProveedor>
  <idServicio>63a7a468-19bd-4581-874c-09282393b6fa</idServicio>
  <idSucursal>dc8a2877-2b6e-46df-adb9-0595793f8a2f</idSucursal>
  <idUser>88b2ccc3-bc8d-4973-9259-57dca4305382</idUser>
</TB_GetListadoProvReprogramaVC_x_Prov>

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>