POST api/ExhortosElectronicos/RecibirPromocionExhorto

Request Information

URI Parameters

None.

Body Parameters

VMRecibirPromocion
NameDescriptionTypeAdditional information
userName

string

None.

password

string

None.

folioPromocionRecibida

string

None.

folioSeguimiento

string

None.

folioOrigenPromocion

string

None.

promoventes

Collection of VMPromoventes

None.

fojas

integer

None.

fechaOrigen

date

None.

observaciones

string

None.

archivos

Collection of VMArchivosPromocion

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "password": "sample string 2",
  "folioPromocionRecibida": "sample string 3",
  "folioSeguimiento": "sample string 4",
  "folioOrigenPromocion": "sample string 5",
  "promoventes": [
    {
      "nombre": "sample string 1",
      "apellidoPaterno": "sample string 2",
      "apellidoMaterno": "sample string 3",
      "genero": "sample string 4",
      "esPersonaMoral": true,
      "tipoParte": 6,
      "tipoParteNombre": "sample string 7"
    },
    {
      "nombre": "sample string 1",
      "apellidoPaterno": "sample string 2",
      "apellidoMaterno": "sample string 3",
      "genero": "sample string 4",
      "esPersonaMoral": true,
      "tipoParte": 6,
      "tipoParteNombre": "sample string 7"
    }
  ],
  "fojas": 6,
  "fechaOrigen": "2025-12-19T16:05:26.7847719-06:00",
  "observaciones": "sample string 8",
  "archivos": [
    {
      "nombreArchivo": "sample string 1",
      "hashSha1": "sample string 2",
      "hashSha256": "sample string 3",
      "tipoDocumento": 4
    },
    {
      "nombreArchivo": "sample string 1",
      "hashSha1": "sample string 2",
      "hashSha256": "sample string 3",
      "tipoDocumento": 4
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.