POST Dashboard/Contratos/InserirContratos_TipoAgrup
Request Information
URI Parameters
None.
Body Parameters
Collection of Contratos_TipoAgrup| Name | Description | Type | Additional information |
|---|---|---|---|
| IdTipoAgrupamento | integer |
None. |
|
| DescTipoAgrupamento | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"IdTipoAgrupamento": 1,
"DescTipoAgrupamento": "sample string 2"
},
{
"IdTipoAgrupamento": 1,
"DescTipoAgrupamento": "sample string 2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Contratos_TipoAgrup| Name | Description | Type | Additional information |
|---|---|---|---|
| IdTipoAgrupamento | integer |
None. |
|
| DescTipoAgrupamento | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdTipoAgrupamento": 1,
"DescTipoAgrupamento": "sample string 2"
},
{
"IdTipoAgrupamento": 1,
"DescTipoAgrupamento": "sample string 2"
}
]