PUT api/ActualizarReglaCredito

Request Information

URI Parameters

None.

Body Parameters

UpdateCreditoRule
NameDescriptionTypeAdditional information
IdBanco

Collection of integer

None.

Active

boolean

None.

Super

boolean

None.

Credito

boolean

None.

afiliado

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "IdBanco": [
    1,
    2
  ],
  "Active": true,
  "Super": true,
  "Credito": true,
  "afiliado": "fb2a90d5-7f2f-4f1e-ab84-56a5bc5f403c"
}

application/xml, text/xml

Sample:
<UpdateCreditoRule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brady__Api_.Models.Request.AffiliateBllController">
  <Active>true</Active>
  <Credito>true</Credito>
  <IdBanco xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </IdBanco>
  <Super>true</Super>
  <afiliado>fb2a90d5-7f2f-4f1e-ab84-56a5bc5f403c</afiliado>
</UpdateCreditoRule>

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 'UpdateCreditoRule'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />