PUT api/ReglasCreditoSuper
Request Information
URI Parameters
None.
Body Parameters
UpdateCreditoRuleSuper| Name | Description | Type | Additional information |
|---|---|---|---|
| IdBanco | Collection of integer |
None. |
|
| Active | boolean |
None. |
|
| Super | boolean |
None. |
|
| credito | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdBanco": [
1,
2
],
"Active": true,
"Super": true,
"credito": true
}
application/xml, text/xml
Sample:
<UpdateCreditoRuleSuper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brady__Api_.Models.Request.AffiliateBllController">
<Active>true</Active>
<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>
<credito>true</credito>
</UpdateCreditoRuleSuper>
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/" />