PUT api/ActualizarReglaCredito
Request Information
URI Parameters
None.
Body Parameters
UpdateCreditoRule| Name | Description | Type | Additional 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:
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/" />