POST api/CtaMinima

Request Information

URI Parameters

None.

Body Parameters

CtaMinima
NameDescriptionTypeAdditional information
Id

integer

None.

idCedente

decimal number

None.

plazoCreditoVigente

integer

None.

cuotaPagadas

integer

None.

IdEstado

integer

None.

Usuario

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "idCedente": 2.0,
  "plazoCreditoVigente": 3,
  "cuotaPagadas": 4,
  "IdEstado": 5,
  "Usuario": "sample string 6"
}

application/xml, text/xml

Sample:
<CtaMinima xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CreditGest.Models.ViewModel">
  <Id>1</Id>
  <IdEstado>5</IdEstado>
  <Usuario>sample string 6</Usuario>
  <cuotaPagadas>4</cuotaPagadas>
  <idCedente>2</idCedente>
  <plazoCreditoVigente>3</plazoCreditoVigente>
</CtaMinima>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CtaMinima'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.