POST api/Clientes/GetAgentDataByBL
Request Information
URI Parameters
None.
Body Parameters
AsignarAgenteBL| Name | Description | Type | Additional information |
|---|---|---|---|
| FIIDAgente | integer |
None. |
|
| FIIDBL | integer |
None. |
|
| FSNombreAgente | string |
None. |
|
| FSCorreoAgente | string |
None. |
|
| FSUSUARIO | string |
None. |
|
| FSCONTRASENA | string |
None. |
|
| FSNumeroBL | string |
None. |
|
| Message | string |
None. |
|
| Success | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"FIIDAgente": 1,
"FIIDBL": 2,
"FSNombreAgente": "sample string 3",
"FSCorreoAgente": "sample string 4",
"FSUSUARIO": "sample string 5",
"FSCONTRASENA": "sample string 6",
"FSNumeroBL": "sample string 7",
"Message": "sample string 8",
"Success": true
}
application/xml, text/xml
Sample:
<AsignarAgenteBL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExtranetWS.Models"> <FIIDAgente>1</FIIDAgente> <FIIDBL>2</FIIDBL> <FSCONTRASENA>sample string 6</FSCONTRASENA> <FSCorreoAgente>sample string 4</FSCorreoAgente> <FSNombreAgente>sample string 3</FSNombreAgente> <FSNumeroBL>sample string 7</FSNumeroBL> <FSUSUARIO>sample string 5</FSUSUARIO> <Message>sample string 8</Message> <Success>true</Success> </AsignarAgenteBL>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.