PUT api/ActualizarReglaDebito

Request Information

URI Parameters

None.

Body Parameters

UpdateDebitoRule
NameDescriptionTypeAdditional information
IdBanco

Collection of integer

None.

Active

boolean

None.

Super

boolean

None.

Debito

boolean

None.

afiliado

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "IdBanco": [
    1,
    2
  ],
  "Active": true,
  "Super": true,
  "Debito": true,
  "afiliado": "ffedde7e-a1b2-49b1-8c0c-defd5938350a"
}

application/xml, text/xml

Sample:
<UpdateDebitoRule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brady__Api_.Models.Request.AffiliateBllController">
  <Active>true</Active>
  <Debito>true</Debito>
  <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>ffedde7e-a1b2-49b1-8c0c-defd5938350a</afiliado>
</UpdateDebitoRule>

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

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/" />