GET api/Pecas
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PecaName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
NomePeca | string |
None. |
|
PrecoPeca | decimal number |
None. |
|
ReparacoesEServicos_Pecas | Collection of ReparacoesEServicos_Peca |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "NomePeca": "sample string 2", "PrecoPeca": 3.0, "ReparacoesEServicos_Pecas": [ { "ReparacoesEServicosId": 1, "PecaId": 1 } ] }, { "Id": 1, "NomePeca": "sample string 2", "PrecoPeca": 3.0, "ReparacoesEServicos_Pecas": [ { "ReparacoesEServicosId": 1, "PecaId": 1 } ] } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.