POST api/GetDiasActivo_x_idSucursal
Request Information
URI Parameters
None.
Body Parameters
TB_GetDiasDisponiblesProveedorA| Name | Description | Type | Additional information |
|---|---|---|---|
| idUser | globally unique identifier |
None. |
|
| idProveedor | globally unique identifier |
None. |
|
| idSucursal | globally unique identifier |
None. |
|
| Mes | integer |
None. |
|
| Anio | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idUser": "0ffe7d47-26c7-4ee4-b4f8-10ddcba6438a",
"idProveedor": "7e713c06-7ba8-412b-aa14-dff09e60ccb8",
"idSucursal": "77cc1350-80f8-4d62-90b2-71526c6bf4e3",
"Mes": 4,
"Anio": 5
}
application/xml, text/xml
Sample:
<TB_GetDiasDisponiblesProveedorA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiSuperAPP"> <Anio>5</Anio> <Mes>4</Mes> <idProveedor>7e713c06-7ba8-412b-aa14-dff09e60ccb8</idProveedor> <idSucursal>77cc1350-80f8-4d62-90b2-71526c6bf4e3</idSucursal> <idUser>0ffe7d47-26c7-4ee4-b4f8-10ddcba6438a</idUser> </TB_GetDiasDisponiblesProveedorA>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiSuperAPP"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>