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": "d6a95a8b-6288-4478-af34-e216464c4bc4",
"idProveedor": "51318b1f-ab09-4cc7-89e9-02fa02e0a65b",
"nomSucursal": "sample string 3",
"idDireccion": "7780e825-2f3a-4df0-ae9a-1acdd77c5d03",
"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.