GET API/AgendCntrDepot/ListarTransportadora
Retorna uma lista de transportadoras.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScodCoTranspName | Description | Type | Additional information |
---|---|---|---|
TranspId | decimal number |
None. |
|
TranspIdDepot | decimal number |
None. |
|
NmEmpParcComerc | decimal number |
None. |
|
NmEstabParcComerc | decimal number |
None. |
|
ApelidoTransp | string |
None. |
|
FlgEntregaRetirada | string |
None. |
|
Instancia | WilsonSons.Arquitetura.Framework.GenericObjectHandler.Modelo.BaseDTO |
None. |
|
Estado | System.Data.DataRowState |
None. |
|
Filtrado | boolean |
None. |
|
Original | WilsonSons.Arquitetura.Framework.GenericObjectHandler.Modelo.BaseDTO |
None. |
|
FoiAlterado | boolean |
None. |
|
Lista | Collection of Object |
None. |
|
EdicaoIniciada | boolean |
None. |
|
AdicaoPendente | boolean |
None. |
|
ErroValidacao | string |
None. |
|
ErroValidacaoItem | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TranspId": 1.0, "TranspIdDepot": 2.0, "NmEmpParcComerc": 3.0, "NmEstabParcComerc": 4.0, "ApelidoTransp": "sample string 5", "FlgEntregaRetirada": "sample string 6" }, { "TranspId": 1.0, "TranspIdDepot": 2.0, "NmEmpParcComerc": 3.0, "NmEstabParcComerc": 4.0, "ApelidoTransp": "sample string 5", "FlgEntregaRetirada": "sample string 6" } ]
application/xml, text/xml
Sample:
<ArrayOfScodCoTransp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo"> <ScodCoTransp> <TranspId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TranspId> <TranspIdDepot xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</TranspIdDepot> <NmEmpParcComerc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</NmEmpParcComerc> <NmEstabParcComerc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</NmEstabParcComerc> <ApelidoTransp xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</ApelidoTransp> <FlgEntregaRetirada xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</FlgEntregaRetirada> </ScodCoTransp> <ScodCoTransp> <TranspId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TranspId> <TranspIdDepot xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</TranspIdDepot> <NmEmpParcComerc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</NmEmpParcComerc> <NmEstabParcComerc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</NmEstabParcComerc> <ApelidoTransp xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</ApelidoTransp> <FlgEntregaRetirada xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</FlgEntregaRetirada> </ScodCoTransp> </ArrayOfScodCoTransp>