POST api/PutStatusSucursales
Request Information
URI Parameters
None.
Body Parameters
TB_Sucursales| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
None. |
|
| idProveedor | globally unique identifier |
None. |
|
| nomSucursal | string |
None. |
|
| idDireccion | globally unique identifier |
None. |
|
| Status | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"idSucursal": "08c0a722-a3cd-457e-8422-3a3d26188be5",
"idProveedor": "4094467e-9e06-424d-9a71-9c36748a80f3",
"nomSucursal": "sample string 3",
"idDireccion": "5edbc2e9-beda-4502-b734-06d91d0e1abd",
"Status": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.