POST api/broker/delete-broker
Request Information
URI Parameters
None.
Body Parameters
Det_NegocioBrokersDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Nro_Negocio | decimal number |
None. |
|
| Id_Linea | decimal number |
None. |
|
| Cod_Broker | string |
None. |
|
| Nom_Broker | string |
None. |
|
| Comision | decimal number |
None. |
|
| Brokers | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Nro_Negocio": 1.0,
"Id_Linea": 2.0,
"Cod_Broker": "sample string 3",
"Nom_Broker": "sample string 4",
"Comision": 1.0,
"Brokers": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespuestaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| estado | boolean |
None. |
|
| mensaje | string |
None. |
|
| data | Object |
None. |
|
| dataAdicional | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.