POST api/CuentaAyto

Request Information

URI Parameters

None.

Body Parameters

CuentaAyuntamiento
NameDescriptionTypeAdditional information
intId

integer

None.

strEntityCode

string

None.

strTipo

string

None.

strSubTipo

string

None.

strCuenta

string

None.

strIngresoId

string

None.

strIngresoNombre

string

None.

strDocumento

string

None.

strDocumentoTipo

string

None.

strDocumentoNumeroTercero

string

None.

strNombreTercero

string

None.

strClasificacionFuncional

string

None.

strSubpartida

string

None.

intCodigoConceptoContable

integer

None.

strNumeroContrato

string

None.

Request Formats

application/json, text/json

Sample:
{
  "intId": 1,
  "strEntityCode": "sample string 2",
  "strTipo": "sample string 3",
  "strSubTipo": "sample string 4",
  "strCuenta": "sample string 5",
  "strIngresoId": "sample string 6",
  "strIngresoNombre": "sample string 7",
  "strDocumento": "sample string 8",
  "strDocumentoTipo": "sample string 9",
  "strDocumentoNumeroTercero": "sample string 10",
  "strNombreTercero": "sample string 11",
  "strClasificacionFuncional": "sample string 12",
  "strSubpartida": "sample string 13",
  "intCodigoConceptoContable": 14,
  "strNumeroContrato": "sample string 15"
}

application/xml, text/xml

Sample:
<CuentaAyuntamiento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestNotariaSql.Models">
  <intCodigoConceptoContable>14</intCodigoConceptoContable>
  <intId>1</intId>
  <strClasificacionFuncional>sample string 12</strClasificacionFuncional>
  <strCuenta>sample string 5</strCuenta>
  <strDocumento>sample string 8</strDocumento>
  <strDocumentoNumeroTercero>sample string 10</strDocumentoNumeroTercero>
  <strDocumentoTipo>sample string 9</strDocumentoTipo>
  <strEntityCode>sample string 2</strEntityCode>
  <strIngresoId>sample string 6</strIngresoId>
  <strIngresoNombre>sample string 7</strIngresoNombre>
  <strNombreTercero>sample string 11</strNombreTercero>
  <strNumeroContrato>sample string 15</strNumeroContrato>
  <strSubTipo>sample string 4</strSubTipo>
  <strSubpartida>sample string 13</strSubpartida>
  <strTipo>sample string 3</strTipo>
</CuentaAyuntamiento>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.