POST api/CategoriaProveedores/GuardarCategoriaProveedores
Request Information
URI Parameters
None.
Body Parameters
TB_CategoriaProveedores| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProveedorId | globally unique identifier |
None. |
|
| CategoriaId | integer |
None. |
|
| OrdenSeleccion | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProveedorId": "5f2fcefe-bc53-4d29-9db9-1fe7ce39a40a",
"CategoriaId": 2,
"OrdenSeleccion": 3
}
application/xml, text/xml
Sample:
<TB_CategoriaProveedores xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiRadar"> <CategoriaId>2</CategoriaId> <Id>1</Id> <OrdenSeleccion>3</OrdenSeleccion> <ProveedorId>5f2fcefe-bc53-4d29-9db9-1fe7ce39a40a</ProveedorId> </TB_CategoriaProveedores>
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.