POST api/v3/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": "66b6e50b-60ba-42b2-aa0c-98d374cba635",
"idProveedor": "d3dff72b-2a35-492a-ac9f-c2d08cecbaf8",
"idSucursal": "a8063286-2ec9-4c36-b964-0175f4402844",
"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>d3dff72b-2a35-492a-ac9f-c2d08cecbaf8</idProveedor> <idSucursal>a8063286-2ec9-4c36-b964-0175f4402844</idSucursal> <idUser>66b6e50b-60ba-42b2-aa0c-98d374cba635</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>