POST api/FilaGenerica/InsertFilaGenerica
Request Information
URI Parameters
None.
Body Parameters
InsertFilaGenericaRequestName | Description | Type | Additional information |
---|---|---|---|
Conteudo | string |
None. |
|
FilaGenericaStatusId | integer |
None. |
|
FilaGenericaTipoId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "conteudo": "sample string 1", "filaGenericaStatusId": 2, "filaGenericaTipoId": 3 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseBaseOfInt32Name | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | FuzzyResponse |
None. |
|
Data | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "message": "sample string 1", "status": 0, "data": [ 1, 2 ] }