GET api/iGespMaterialServicoUnidForn
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GBP_MATERIAL_SERVICO_UNID_FORNName | Description | Type | Additional information |
---|---|---|---|
MATSRV_CD | string |
None. |
|
UNIDFORNEC_CD | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "MATSRV_CD": "sample string 1", "UNIDFORNEC_CD": 2 }, { "MATSRV_CD": "sample string 1", "UNIDFORNEC_CD": 2 } ]
application/xml, text/xml
Sample:
<ArrayOfGBP_MATERIAL_SERVICO_UNID_FORN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIPortal.Models"> <GBP_MATERIAL_SERVICO_UNID_FORN> <MATSRV_CD>sample string 1</MATSRV_CD> <UNIDFORNEC_CD>2</UNIDFORNEC_CD> </GBP_MATERIAL_SERVICO_UNID_FORN> <GBP_MATERIAL_SERVICO_UNID_FORN> <MATSRV_CD>sample string 1</MATSRV_CD> <UNIDFORNEC_CD>2</UNIDFORNEC_CD> </GBP_MATERIAL_SERVICO_UNID_FORN> </ArrayOfGBP_MATERIAL_SERVICO_UNID_FORN>