PUT api/ActualizarReglaDebito
Request Information
URI Parameters
None.
Body Parameters
UpdateDebitoRule| Name | Description | Type | Additional 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:
Response Information
Resource Description
ObjectNone.
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/" />