GET API/AnaliseCritica/ObterAnalise/{analiseCritId}

Lista as analises criticas

Request Information

URI Parameters

NameDescriptionTypeAdditional information
analiseCritId

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

WilsonSons.Terminais.WSNegocio.Negocio.Core.AnaliseCritica+ResultAnaliseCritica
NameDescriptionTypeAdditional information
MensagemErro

string

None.

Sucesso

boolean

None.

Analise

WilsonSons.Terminais.WSNegocio.Modelo.ScAnaliCrit

None.

Anexos

Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAnaliCritAnex

None.

AnaliseCriticaParceiros

Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwAnaliCritRelParc

None.

Response Formats

application/json, text/json

Sample:
{
  "MensagemErro": "sample string 1",
  "Sucesso": true,
  "Analise": {
    "Id": 1.0,
    "EstabId": 1.0,
    "DscMerc": "sample string 2",
    "DscObs": "sample string 3",
    "CdImo": "sample string 4",
    "DscRegCarreg": "sample string 5",
    "FlgUmidad": "sample string 6",
    "FlgPoeir": "sample string 7",
    "FlgAreaCob": "sample string 8",
    "FlgArmzAnvisa": "sample string 9",
    "FlgPalet": "sample string 10",
    "CdEmbal": "sample string 11",
    "Ncm": "sample string 12",
    "DtIncl": "2025-06-06T21:42:03.0146759-03:00",
    "ValAlt": 14.0,
    "ValLarg": 15.0,
    "ValComp": 16.0,
    "ValPeso": 17.0,
    "ParcId": 1.0,
    "MembershipuseridIncl": 18.0,
    "FlgProdQuim": "sample string 19",
    "IndRegEmpPalet": 20.0,
    "FlgImpact": "sample string 21",
    "FlgLuz": "sample string 22",
    "IndStatus": "sample string 23",
    "Email": "sample string 24",
    "DtUltimoEnvio": "2025-06-06T21:42:03.0146759-03:00",
    "DscObsFluxo": "sample string 25",
    "IndTipoMerc": "sample string 26"
  },
  "Anexos": [
    {
      "Id": 1.0,
      "AnaliCritId": 2.0,
      "DscAnex": "sample string 3",
      "ValAnex": "QEA=",
      "DscExtenAnex": "sample string 4"
    },
    {
      "Id": 1.0,
      "AnaliCritId": 2.0,
      "DscAnex": "sample string 3",
      "ValAnex": "QEA=",
      "DscExtenAnex": "sample string 4"
    }
  ],
  "AnaliseCriticaParceiros": [
    {
      "AnaliCritRelParcId": 1.0,
      "AnaliCritId": 2.0,
      "IdParceiro": 3.0,
      "IdEstab": 4.0,
      "Razao": "sample string 5",
      "Fantasia": "sample string 6",
      "Cgc": "sample string 7",
      "Tipo": "sample string 8",
      "CodClienteSap": "sample string 9",
      "FlagBloqueioSrf": "sample string 10",
      "Ie": "sample string 11",
      "Im": "sample string 12",
      "Cidade": "sample string 13",
      "Cnpjs": "sample string 14",
      "CgcFormat": "sample string 15",
      "CnpjFormatado": "sample string 16",
      "RazaoCnpj": "sample string 17",
      "PsCdPais": "sample string 18",
      "TipoEmpParcComerc": "sample string 19",
      "FranquiaNoShow": 20.0,
      "Radical": 21.0
    },
    {
      "AnaliCritRelParcId": 1.0,
      "AnaliCritId": 2.0,
      "IdParceiro": 3.0,
      "IdEstab": 4.0,
      "Razao": "sample string 5",
      "Fantasia": "sample string 6",
      "Cgc": "sample string 7",
      "Tipo": "sample string 8",
      "CodClienteSap": "sample string 9",
      "FlagBloqueioSrf": "sample string 10",
      "Ie": "sample string 11",
      "Im": "sample string 12",
      "Cidade": "sample string 13",
      "Cnpjs": "sample string 14",
      "CgcFormat": "sample string 15",
      "CnpjFormatado": "sample string 16",
      "RazaoCnpj": "sample string 17",
      "PsCdPais": "sample string 18",
      "TipoEmpParcComerc": "sample string 19",
      "FranquiaNoShow": 20.0,
      "Radical": 21.0
    }
  ]
}

application/xml, text/xml

Sample:
<AnaliseCritica.ResultAnaliseCritica xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Negocio.Core">
  <Analise xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <EstabId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</EstabId>
    <DscMerc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</DscMerc>
    <DscObs xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</DscObs>
    <CdImo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</CdImo>
    <DscRegCarreg xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</DscRegCarreg>
    <FlgUmidad xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</FlgUmidad>
    <FlgPoeir xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</FlgPoeir>
    <FlgAreaCob xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</FlgAreaCob>
    <FlgArmzAnvisa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</FlgArmzAnvisa>
    <FlgPalet xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</FlgPalet>
    <CdEmbal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</CdEmbal>
    <Ncm xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 12</Ncm>
    <DtIncl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T21:42:03.0146759-03:00</DtIncl>
    <ValAlt xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">14</ValAlt>
    <ValLarg xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">15</ValLarg>
    <ValComp xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">16</ValComp>
    <ValPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">17</ValPeso>
    <ParcId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ParcId>
    <MembershipuseridIncl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">18</MembershipuseridIncl>
    <FlgProdQuim xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 19</FlgProdQuim>
    <IndRegEmpPalet xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">20</IndRegEmpPalet>
    <FlgImpact xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 21</FlgImpact>
    <FlgLuz xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 22</FlgLuz>
    <IndStatus xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 23</IndStatus>
    <Email xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 24</Email>
    <DtUltimoEnvio xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T21:42:03.0146759-03:00</DtUltimoEnvio>
    <DscObsFluxo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 25</DscObsFluxo>
    <IndTipoMerc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 26</IndTipoMerc>
  </Analise>
  <AnaliseCriticaParceiros xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
    <d2p1:VwAnaliCritRelParc>
      <AnaliCritRelParcId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</AnaliCritRelParcId>
      <AnaliCritId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AnaliCritId>
      <IdParceiro xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">3</IdParceiro>
      <IdEstab xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">4</IdEstab>
      <Razao xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</Razao>
      <Fantasia xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 6</Fantasia>
      <Cgc xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 7</Cgc>
      <Tipo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 8</Tipo>
      <CodClienteSap xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 9</CodClienteSap>
      <FlagBloqueioSrf xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 10</FlagBloqueioSrf>
      <Ie xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 11</Ie>
      <Im xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 12</Im>
      <Cidade xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 13</Cidade>
      <Cnpjs xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 14</Cnpjs>
      <CgcFormat xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 15</CgcFormat>
      <CnpjFormatado xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 16</CnpjFormatado>
      <RazaoCnpj xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 17</RazaoCnpj>
      <PsCdPais xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 18</PsCdPais>
      <TipoEmpParcComerc xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 19</TipoEmpParcComerc>
      <FranquiaNoShow xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">20</FranquiaNoShow>
      <Radical xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">21</Radical>
    </d2p1:VwAnaliCritRelParc>
    <d2p1:VwAnaliCritRelParc>
      <AnaliCritRelParcId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</AnaliCritRelParcId>
      <AnaliCritId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AnaliCritId>
      <IdParceiro xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">3</IdParceiro>
      <IdEstab xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">4</IdEstab>
      <Razao xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</Razao>
      <Fantasia xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 6</Fantasia>
      <Cgc xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 7</Cgc>
      <Tipo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 8</Tipo>
      <CodClienteSap xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 9</CodClienteSap>
      <FlagBloqueioSrf xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 10</FlagBloqueioSrf>
      <Ie xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 11</Ie>
      <Im xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 12</Im>
      <Cidade xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 13</Cidade>
      <Cnpjs xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 14</Cnpjs>
      <CgcFormat xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 15</CgcFormat>
      <CnpjFormatado xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 16</CnpjFormatado>
      <RazaoCnpj xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 17</RazaoCnpj>
      <PsCdPais xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 18</PsCdPais>
      <TipoEmpParcComerc xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 19</TipoEmpParcComerc>
      <FranquiaNoShow xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">20</FranquiaNoShow>
      <Radical xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">21</Radical>
    </d2p1:VwAnaliCritRelParc>
  </AnaliseCriticaParceiros>
  <Anexos xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
    <d2p1:ScAnaliCritAnex>
      <Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
      <AnaliCritId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AnaliCritId>
      <DscAnex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 3</DscAnex>
      <ValAnex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:base64Binary" xmlns="">QEA=</ValAnex>
      <DscExtenAnex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</DscExtenAnex>
    </d2p1:ScAnaliCritAnex>
    <d2p1:ScAnaliCritAnex>
      <Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
      <AnaliCritId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AnaliCritId>
      <DscAnex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 3</DscAnex>
      <ValAnex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:base64Binary" xmlns="">QEA=</ValAnex>
      <DscExtenAnex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</DscExtenAnex>
    </d2p1:ScAnaliCritAnex>
  </Anexos>
  <MensagemErro>sample string 1</MensagemErro>
  <Sucesso>true</Sucesso>
</AnaliseCritica.ResultAnaliseCritica>