2.0info: 1.179.0 Nota Fiscal de Saída description: Serviço de Nota Fiscal de Saída do ERPX x-senior-domain: erpx_com_fat x-senior-domain-path: erpx_com_fat x-senior-service-path: saleinvoice contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: platform.senior.com.br /t/senior.com.br/bridge/1.0/rest/erpx_com_fatsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /saleinvoice/queries/getDefinitionClientComNfs: post: description: Retorna a definição do cliente de nota fiscal de saida tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e085pesId – e070filId properties: e085pesId: type: string description: Identificador do cliente e070filId: type: string description: Identificador da filial responses: 200: description: Ok schema: type: object required: – e085hclComNfs properties: e085hclComNfs: type: object allOf: – #/definitions/e085hcl_com_nfs description: Definição do cliente 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna a definição do cliente de nota fiscal de saida tags: – Queries x-senior-visibility: PRIVATE parameters: – name: e085pesId description: Identificador do cliente in: query required: true type: string – name: e070filId description: Identificador da filial in: query required: true type: string responses: 200: description: Ok schema: type: object required: – e085hclComNfs properties: e085hclComNfs: type: object allOf: – #/definitions/e085hcl_com_nfs description: Definição do cliente 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/isSaleInvoiceOutOfCancelingTime: post: description: Query para verificar se as notas fiscais estão fora do prazo de cancelamento tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: saleInvoiceIds: type: array items: type: string description: Id das notas que devem ser canceladas responses: 200: description: Ok schema: type: object properties: isOutOfCancelingTime: type: boolean description: Indicativo se as notas estão fora do prazo de cancelamento userPermission: type: boolean description: Permissão do usuário 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getItemsPendingCalc: post: description: Primitiva para busca de itens pendentes de cálculo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id nota fiscal responses: 200: description: Ok schema: type: object properties: itemsStatus: type: array items: type: object allOf: – #/definitions/recItemStatus description: Lista de itens/status 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva para busca de itens pendentes de cálculo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: invoiceId description: Id nota fiscal in: query required: true type: string responses: 200: description: Ok schema: type: object properties: itemsStatus: type: array items: type: object allOf: – #/definitions/recItemStatus description: Lista de itens/status 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getUserPermissions: post: description: Retorna as permissões do usuário tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId properties: userName: type: string description: Nome do usuário companyId: type: string description: ID da empresa responses: 200: description: Ok schema: type: object properties: permissions: type: object allOf: – #/definitions/recPermissions description: User permissions 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna as permissões do usuário tags: – Queries x-senior-visibility: PRIVATE parameters: – name: userName description: Nome do usuário in: query type: string – name: companyId description: ID da empresa in: query required: true type: string responses: 200: description: Ok schema: type: object properties: permissions: type: object allOf: – #/definitions/recPermissions description: User permissions 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getDefinitionE099usuComNfs: post: description: Retorna a definição do usuário nota fiscal de saida tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – codUsu – e070empId properties: codUsu: type: string description: Identificador do usuario e070empId: type: string description: Identificador da empresa responses: 200: description: Ok schema: type: object required: – e099usuComNfs properties: e099usuComNfs: type: object allOf: – #/definitions/e099usucomnfs description: Definição do usuário de comercial 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna a definição do usuário nota fiscal de saida tags: – Queries x-senior-visibility: PRIVATE parameters: – name: codUsu description: Identificador do usuario in: query required: true type: string – name: e070empId description: Identificador da empresa in: query required: true type: string responses: 200: description: Ok schema: type: object required: – e099usuComNfs properties: e099usuComNfs: type: object allOf: – #/definitions/e099usucomnfs description: Definição do usuário de comercial 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getDetailOtherPayment: post: description: Retorna a definição da filial se deve detalhar o meio de pagamento Outros na NF-e tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – branchId properties: branchId: type: string description: Id da filial responses: 200: description: Ok schema: type: object required: – detailOtherPayment properties: detailOtherPayment: type: boolean description: Detalhar o meio de pagamento Outros na NF-e 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna a definição da filial se deve detalhar o meio de pagamento Outros na NF-e tags: – Queries x-senior-visibility: PRIVATE parameters: – name: branchId description: Id da filial in: query required: true type: string responses: 200: description: Ok schema: type: object required: – detailOtherPayment properties: detailOtherPayment: type: boolean description: Detalhar o meio de pagamento Outros na NF-e 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listRangeInvoices: post: description: Listagem das notas de uma faixa tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rangeId – page properties: rangeId: type: string description: Id da faixa e140fin page: type: object allOf: – #/definitions/recPageRequest description: Pagina responses: 200: description: Ok schema: type: object required: – totalElements properties: rangeInvoices: type: array items: type: object allOf: – #/definitions/saleInvoiceHeader description: Record notas fiscais da faixa totalElements: type: integer format: int64 description: Total rejectMessage: type: string description: Mensagem de rejeição rejectCode: type: string description: Mensagem de rejeição 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listTransactions: post: description: Listagem de transações tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId – stateBranchesId – destinationStateId – page properties: companyId: type: string description: Id da empresa stateBranchesId: type: string description: ID da UF das filiais destinationStateId: type: string description: ID da UF de destino operation: type: string description: Operação transactionCode: type: string description: Código da transação transactionName: type: string description: Nome da transação autoComplete: type: string description: Autocomplete page: type: object allOf: – #/definitions/recPageRequest description: Pagina responses: 200: description: Ok schema: type: object required: – totalElements properties: transactions: type: array items: type: object allOf: – #/definitions/transaction description: Record de transações totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listInvoiceTransactions: post: description: Listagem de transações tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId – stateBranchesId – destinationStateId – itemType – page properties: companyId: type: string description: Id da empresa stateBranchesId: type: string description: ID da UF das filiais destinationStateId: type: string description: ID da UF de destino cfop: type: string description: Código fiscal de operações cfopApplication: type: string allOf: – #/definitions/enumAplNop description: Aplicação do código fiscal de operações itemType: type: string allOf: – #/definitions/enumProSer description: Tipo do Item transactionCode: type: string description: Código da transação transactionDescription: type: string description: Nome da transação autoComplete: type: string description: Autocomplete page: type: object allOf: – #/definitions/recPageRequest description: Pagina responses: 200: description: Ok schema: type: object required: – totalElements properties: transactions: type: array items: type: object allOf: – #/definitions/transaction description: Record de transações totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listInvoiceItems: post: description: Listagem dos itens da nota fiscal de saída tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId – page properties: invoiceId: type: string description: Id da nota fiscal sequenceTo: type: integer format: int64 description: Sequência inicial minimum: 0 maximum: 9999 sequenceFrom: type: integer format: int64 description: Sequência final minimum: 0 maximum: 9999 itemType: type: string allOf: – #/definitions/enumProSer description: Produto ou Servico transactionId: type: array items: type: string description: Id da Transação productId: type: array items: type: string description: Id de Produto serviceId: type: array items: type: string description: Id de Serviço status: type: array items: type: string allOf: – #/definitions/enumSitIns description: Situação do item page: type: object allOf: – #/definitions/recPageRequest description: Pagina responses: 200: description: Ok schema: type: object required: – totalElements properties: invoiceItem: type: array items: type: object allOf: – #/definitions/recItem description: Lista de itens da nota fiscal totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getInvoiceStatus: post: description: Primitiva para busca de status da nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id nota fiscal responses: 200: description: Ok schema: type: object required: – invoiceId – status properties: invoiceId: type: string description: Id nota fiscal status: type: string allOf: – #/definitions/enumSitNfs description: Status nota msgOpe: type: string maxLength: 500 description: Mensagem operação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva para busca de status da nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: invoiceId description: Id nota fiscal in: query required: true type: string responses: 200: description: Ok schema: type: object required: – invoiceId – status properties: invoiceId: type: string description: Id nota fiscal status: type: string allOf: – #/definitions/enumSitNfs description: Status nota msgOpe: type: string maxLength: 500 description: Mensagem operação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getInvoiceItem: post: description: Obtém dados de um item da nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: Id da nota fiscal responses: 200: description: Ok schema: type: object required: – invoiceItem properties: invoiceItem: type: object allOf: – #/definitions/recItem description: Item da nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obtém dados de um item da nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: Id da nota fiscal in: query required: true type: string responses: 200: description: Ok schema: type: object required: – invoiceItem properties: invoiceItem: type: object allOf: – #/definitions/recItem description: Item da nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getPredefinedInvoiceInformation: post: description: Retorna o tipo de frete pré-definido tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: companyId: type: string description: Id da Empresa branchId: type: string description: Id da filial itemType: type: string allOf: – #/definitions/enumProSer description: Tipo do item productId: type: string description: Id do Produto serviceId: type: string description: Id do Servico salesRepresentativeId: type: string description: Id do representante customerId: type: string description: Id do cliente paymentTermId: type: string description: Id da condição de pagamento baseDate: type: string format: date description: Data base priceListId: type: string description: ID da tabela de preço saleQuantity: type: number format: double description: Quantidade de venda default: 0.0 saleMeasureUnitId: type: string description: Unidade de medida de venda invoiceType: type: string allOf: – #/definitions/enumTipNfs description: Tipo da nota fiscal responses: 200: description: Ok schema: type: object properties: recPredefineInvoiceInformation: type: object allOf: – #/definitions/recPredefineInvoiceInformation description: Sugestões 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna o tipo de frete pré-definido tags: – Queries x-senior-visibility: PRIVATE parameters: – name: companyId description: Id da Empresa in: query type: string – name: branchId description: Id da filial in: query type: string – name: itemType description: Tipo do item in: query type: string allOf: – #/definitions/enumProSer – name: productId description: Id do Produto in: query type: string – name: serviceId description: Id do Servico in: query type: string – name: salesRepresentativeId description: Id do representante in: query type: string – name: customerId description: Id do cliente in: query type: string – name: paymentTermId description: Id da condição de pagamento in: query type: string – name: baseDate description: Data base in: query type: string format: date – name: priceListId description: ID da tabela de preço in: query type: string – name: saleQuantity description: Quantidade de venda in: query type: number format: double – name: saleMeasureUnitId description: Unidade de medida de venda in: query type: string – name: invoiceType description: Tipo da nota fiscal in: query type: string allOf: – #/definitions/enumTipNfs responses: 200: description: Ok schema: type: object properties: recPredefineInvoiceInformation: type: object allOf: – #/definitions/recPredefineInvoiceInformation description: Sugestões 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getPredefinedFreightType: post: description: Retorna o tipo de frete pré-definido tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: branchId: type: string description: ID da filial customerId: type: string description: ID do cliente shippingCompanyId: type: string description: id da transportadora responses: 200: description: Ok schema: type: object properties: freightType: type: string allOf: – #/definitions/enumCifFob description: Tipo do frete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna o tipo de frete pré-definido tags: – Queries x-senior-visibility: PRIVATE parameters: – name: branchId description: ID da filial in: query type: string – name: customerId description: ID do cliente in: query type: string – name: shippingCompanyId description: id da transportadora in: query type: string responses: 200: description: Ok schema: type: object properties: freightType: type: string allOf: – #/definitions/enumCifFob description: Tipo do frete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getSalesInvoicesByAccessKey: post: description: Pesquisa de nota fiscal via chave eletrônica tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – accessKey properties: accessKey: type: array items: type: string minimum: 1 description: Lista de chaves eletrônicas responses: 200: description: Ok schema: type: object required: – salesInvoices properties: salesInvoices: type: array items: type: object allOf: – #/definitions/recSalesInvoicesData minimum: 1 description: Lista de notas fiscais 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listSaleInvoices: post: description: Listar notas fiscais tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: companiesIds: type: array items: type: string description: ids das empresas branchesIds: type: array items: type: string description: ids das filiais seriesIds: type: array items: type: string description: ids das séries fiscais invoiceNumber: type: integer format: int64 description: número da nota fiscal rpsNumber: type: integer format: int64 description: número RPS da nota fiscal customersIds: type: array items: type: string description: ids dos clientes issueDateFrom: type: string format: date description: data de emissão inicial issueDateTo: type: string format: date description: data de emissão final saleRepresentativesIds: type: array items: type: string description: ids dos representantes paymentTermsIds: type: array items: type: string description: ids das condições de pagamento saleOrderItemIds: type: array items: type: string description: ids dos itens do pedido invoiceStatus: type: string allOf: – #/definitions/enumSitNfs description: situações da nota fiscal invoiceBlocked: type: string allOf: – #/definitions/enumNfvBlo description: situação de bloqueio da nota fiscal updatedBy: type: string description: usuário de alteração da nota fiscal createdBy: type: string description: usuário de inclusão da nota fiscal shippingCompanyId: type: string description: Id da transportador redispatchCompanyId: type: string description: Id da transportadora de redespacho page: type: object allOf: – #/definitions/recPageRequest description: Pagina invoiceTypes: type: array items: type: string allOf: – #/definitions/enumTipNfs description: Tipo da nota invoiceFromEcommerceOrder: type: boolean description: Indicativo se a nota foi gerada a partir de pedido via ecommerce agreementIds: type: array items: type: string description: Ids dos contratos de origem deliveryAddressId: type: string description: Id do endereço de entrega situationReasonIds: type: array items: type: string description: Ids dos motivos electronicDocumentStatus: type: string allOf: – #/definitions/enumSitDoe description: Situação do documento fiscal customerStateId: type: array items: type: string description: UF do cliente responses: 200: description: Ok schema: type: object required: – totalElements properties: saleInvoiceHeader: type: array items: type: object allOf: – #/definitions/saleInvoiceHeader description: Record de Lista de notas fiscais totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listProducts: post: description: Listar os produtos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: companyId: type: string description: Id Empresa branchId: type: string description: Id da filial customerId: type: string description: Id do cliente autoComplete: type: string description: Pesquisa productCode: type: string description: Código do produto productDescription: type: string description: Descrição do produto originCode: type: string description: Código de origem originDescription: type: string description: Descrição da origem familyCode: type: string description: Código da familia familyDescription: type: string description: Descrição da familia productCanSold: type: boolean description: Produto pode ser vendido observation: type: string description: Observação do produto page: type: object allOf: – #/definitions/recPageRequest description: Página responses: 200: description: Ok schema: type: object required: – totalElements properties: products: type: array items: type: object allOf: – #/definitions/recE075derPro description: Produtos totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listServices: post: description: Listar serviços tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: companyId: type: string description: Id Empresa branchId: type: string description: Id da filial customerId: type: string description: Id do cliente serviceCode: type: string description: Código do serviço serviceDescription: type: string description: Descrição do serviço autoComplete: type: string description: Pesquisa originCode: type: string description: Código de origem originDescription: type: string description: Descrição da origem familyCode: type: string description: Código da familia familyDescription: type: string description: Descrição da familia page: type: object allOf: – #/definitions/recPageRequest description: Página responses: 200: description: Ok schema: type: object required: – totalElements properties: services: type: array items: type: object allOf: – #/definitions/recE080ser description: Serviços totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getSaleInvoiceHeader: post: description: Query para obter os dados cabecalho da nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota fiscal de saída responses: 200: description: Ok schema: type: object properties: saleInvoiceHeader: type: object allOf: – #/definitions/saleInvoiceHeader description: Registro de Nota Fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query para obter os dados cabecalho da nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: invoiceId description: Id da nota fiscal de saída in: query required: true type: string responses: 200: description: Ok schema: type: object properties: saleInvoiceHeader: type: object allOf: – #/definitions/saleInvoiceHeader description: Registro de Nota Fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/permissoesUsuario: post: description: Retornar permissões do usuário ativo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – permissoes properties: permissoes: type: object allOf: – #/definitions/recPermissoesUsuario description: Permissões do usuário ativo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retornar permissões do usuário ativo tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object required: – permissoes properties: permissoes: type: object allOf: – #/definitions/recPermissoesUsuario description: Permissões do usuário ativo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listBranchesStates: post: description: Listagem de UFs de filiais tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: companiesId: type: array items: type: string description: Id Empresa autoComplete: type: string description: Autocomplete stateInitials: type: string description: Sigla da UF stateName: type: string description: Nome da UF countryName: type: string description: Nome do País page: type: object allOf: – #/definitions/recPageRequest description: Pagina responses: 200: description: Ok schema: type: object required: – totalElements properties: states: type: array items: type: object allOf: – #/definitions/state description: Record de UFs das filiais totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listCustomers: post: description: Listar clientes tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: customerCode: type: integer format: int64 description: Codigo do cliente customerName: type: string description: Nome do cliente customerTradeName: type: string description: Nome Fantasia customerType: type: string allOf: – #/definitions/enumJurFis description: Tipo do Cliente stateInitials: type: string description: Sigla UF taxNumber: type: string description: CPF CNPJ cityName: type: string description: Cidade branchId: type: string description: ID da filial autoComplete: type: string description: Pesquisa showInactive: type: boolean description: Exibir clientes inativos ? default: false showDeleted: type: boolean description: Exibir clientes excluídos ? default: false invoiceType: type: string allOf: – #/definitions/enumTipNfs description: Tipo da nota page: type: object allOf: – #/definitions/recPageRequest description: Pagina responses: 200: description: Ok schema: type: object required: – totalElements properties: customers: type: array items: type: object allOf: – #/definitions/customer description: Clientes totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listSaleRepresentatives: post: description: Listar representantes tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: branchId: type: string description: Id da Filial saleRepresentativeCode: type: integer format: int64 description: Código da pessoa saleRepresentativeName: type: string description: Nome da pessoa saleRepresentativeTradeName: type: string description: Nome fantasia saleRepresentativeType: type: string allOf: – #/definitions/enumJurFis description: Tipo pessoa taxNumber: type: string description: CPF CNPJ cityName: type: string description: Cidade stateInitials: type: string description: Sigla UF showInactive: type: boolean description: Exibir representantes inativos ? default: false showDeleted: type: boolean description: Exibir representantes excluídos ? default: false autoComplete: type: string description: Termo de pesquisa de lookup page: type: object allOf: – #/definitions/recPageRequest description: Pagina responses: 200: description: Ok schema: type: object required: – totalElements properties: representative: type: array items: type: object allOf: – #/definitions/representative description: Representantes totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listPriceLists: post: description: Query responsável pela listagem de tabelas de preço tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: companyId: type: string description: Id da empresa serviceId: type: string description: Id do serviço productId: type: string description: Id do produto autoComplete: type: string description: Pesquisa de campo priceListCode: type: string description: Código da tabela de preço priceListDescription: type: string description: Descrição da tabela de preço priceListInitials: type: string description: Abreviatura page: type: object allOf: – #/definitions/recPageRequest description: Pagina responses: 200: description: Ok schema: type: object required: – totalElements properties: priceLists: type: array items: type: object allOf: – #/definitions/priceList description: Record de retorno das tabelas de preço totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getSaleInvoiceValues: post: description: Query para trazer as informações de conferência da nota fiscal de saída tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Id da nota fiscal de saída responses: 200: description: Ok schema: type: object properties: recSaleInvoiceValues: type: object allOf: – #/definitions/recSaleInvoiceValues description: Record da conferência 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query para trazer as informações de conferência da nota fiscal de saída tags: – Queries x-senior-visibility: PRIVATE parameters: – name: saleInvoiceId description: Id da nota fiscal de saída in: query required: true type: string responses: 200: description: Ok schema: type: object properties: recSaleInvoiceValues: type: object allOf: – #/definitions/recSaleInvoiceValues description: Record da conferência 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listCustomerItemLinks: post: description: Query para listar as ligações de Cliente x Item tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: companiesId: type: array items: type: string description: Ids das empresas itemsId: type: array items: type: string description: Ids dos itens customersId: type: array items: type: string description: Ids das clientes itemType: type: string allOf: – #/definitions/enumProSer description: Tipo do item status: type: string allOf: – #/definitions/enumSitReg description: Situação da ligação customerItemCode: type: string description: Código do item do cliente customerItemDescription: type: string description: Descrição do item do cliente itemCode: type: string description: Código do item itemDescription: type: string description: Descrição do item showOnlyCustomerItem: type: boolean description: Mostrar somente com item default: false autoComplete: type: string description: Texto para pesquisar por auto complete page: type: object allOf: – #/definitions/recPageRequest description: Paginação responses: 200: description: Ok schema: type: object required: – totalElements properties: recListCustomerItemLinks: type: array items: type: object allOf: – #/definitions/recListCustomerItemLinks description: Record de listagem das ligações totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listDefaultInvoiceTransactions: post: description: Listagem de transações padrões tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – branchId – destinationStateId – invoiceType – taxPayer properties: branchId: type: string description: Id da Filial destinationStateId: type: string description: Id da UF de destino invoiceType: type: string allOf: – #/definitions/enumTipNfs description: Tipo da nota fiscal taxPayer: type: boolean description: Indicativo de cliente contribuinte de ICMS productType: type: string allOf: – #/definitions/enumTipPro description: Tipo de produto responses: 200: description: Ok schema: type: object properties: transactions: type: array items: type: object allOf: – #/definitions/transaction description: Transação padrão 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Listagem de transações padrões tags: – Queries x-senior-visibility: PRIVATE parameters: – name: branchId description: Id da Filial in: query required: true type: string – name: destinationStateId description: Id da UF de destino in: query required: true type: string – name: invoiceType description: Tipo da nota fiscal in: query required: true type: string allOf: – #/definitions/enumTipNfs – name: taxPayer description: Indicativo de cliente contribuinte de ICMS in: query required: true type: boolean – name: productType description: Tipo de produto in: query type: string allOf: – #/definitions/enumTipPro responses: 200: description: Ok schema: type: object properties: transactions: type: array items: type: object allOf: – #/definitions/transaction description: Transação padrão 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listSaleInvoiceRange: post: description: Listar notas fiscais tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – seriesId – page properties: seriesId: type: string description: id da série fiscal invoiceNumberFrom: type: integer format: int64 description: número inicial invoiceNumberTo: type: integer format: int64 description: número final rangeStatus: type: string allOf: – #/definitions/enumSitFin description: situação baseDate: type: string format: date-time description: data base para consulta page: type: object allOf: – #/definitions/recPageRequest description: Pagina responses: 200: description: Ok schema: type: object required: – totalElements properties: saleInvoiceRange: type: array items: type: object allOf: – #/definitions/recSaleInvoiceRange description: Record de Lista de notas fiscais totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getInvoiceDetails: post: description: Query para retornar os detalhes da nota fiscal de saida tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Id da nota fiscal de saída responses: 200: description: Ok schema: type: object required: – detailsSummaryInvoice properties: detailsSummaryInvoice: type: object allOf: – #/definitions/saleInvoiceHeader description: Dados do resumo da nota fiscal detailsReversedInvoice: type: object allOf: – #/definitions/recDetailsReversedInvoice description: Dados da nota fiscal estornada detailsControllershipIntegration: type: object allOf: – #/definitions/recDetailsControllershipIntegration description: Dados da nota fiscal integrada controladoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query para retornar os detalhes da nota fiscal de saida tags: – Queries x-senior-visibility: PRIVATE parameters: – name: saleInvoiceId description: Id da nota fiscal de saída in: query required: true type: string responses: 200: description: Ok schema: type: object required: – detailsSummaryInvoice properties: detailsSummaryInvoice: type: object allOf: – #/definitions/saleInvoiceHeader description: Dados do resumo da nota fiscal detailsReversedInvoice: type: object allOf: – #/definitions/recDetailsReversedInvoice description: Dados da nota fiscal estornada detailsControllershipIntegration: type: object allOf: – #/definitions/recDetailsControllershipIntegration description: Dados da nota fiscal integrada controladoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/healthcheck: post: description: Query para o SRE verificar a disponibilidade do serviço tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/upDown description: Status geral do serviço checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verificações para assegurar o status 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query para o SRE verificar a disponibilidade do serviço tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/upDown description: Status geral do serviço checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verificações para assegurar o status 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listOriginInvoiceProducts: post: description: Listar os produtos da nota de origem tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – originInvoiceId – page properties: originInvoiceId: type: string description: Id da nota fiscal de origem autoComplete: type: string description: Pesquisa productCode: type: string description: Código do produto productDescription: type: string description: Descrição do produto page: type: object allOf: – #/definitions/recPageRequest description: Página responses: 200: description: Ok schema: type: object required: – totalElements properties: products: type: array items: type: object allOf: – #/definitions/recOriginInvoiceProduct description: Produtos totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listOriginInvoiceServices: post: description: Listar os serviços da nota de origem tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – originInvoiceId – page properties: originInvoiceId: type: string description: Id da nota fiscal de origem autoComplete: type: string description: Pesquisa serviceCode: type: string description: Código do serviço serviceDescription: type: string description: Descrição do serviço page: type: object allOf: – #/definitions/recPageRequest description: Página responses: 200: description: Ok schema: type: object required: – totalElements properties: services: type: array items: type: object allOf: – #/definitions/recOriginInvoiceService description: Serviços totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listItemsSaleInvoiceToReturn: post: description: Consultar os itens da nota para devolução tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e140nfs_id – e140nfs_return_id – page properties: e140nfs_id: type: string description: id da nota fiscal de saída item: type: string description: Item e140nfs_return_id: type: string description: id da nota no processo de devolucao page: type: object allOf: – #/definitions/recPageRequest description: Pagina responses: 200: description: Ok schema: type: object required: – items – totalElements properties: items: type: array items: type: object allOf: – #/definitions/recItemsReturnInvoice minimum: 1 description: Itens do pedido totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getGNREInformation: post: description: DEPRECADA – Query para retornar informações complementares para geração de guia GNRE, Nova API getInformationForTaxFormsGeneration tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – documentId properties: documentId: type: string description: Identificador do documento – Nota fiscal responses: 200: description: Ok schema: type: object properties: gnreInformation: type: object allOf: – #/definitions/gnreInformation description: Dados para geração da GNRE 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: DEPRECADA – Query para retornar informações complementares para geração de guia GNRE, Nova API getInformationForTaxFormsGeneration tags: – Queries x-senior-visibility: PRIVATE parameters: – name: documentId description: Identificador do documento – Nota fiscal in: query required: true type: string responses: 200: description: Ok schema: type: object properties: gnreInformation: type: object allOf: – #/definitions/gnreInformation description: Dados para geração da GNRE 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getInformationForTaxFormsGeneration: post: description: Obter informações para geração do formulário de guias tributárias tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – documentId properties: documentId: type: string description: Identificador do documento – Nota fiscal responses: 200: description: Ok schema: type: object properties: informationTaxForms: type: object allOf: – #/definitions/informationTaxForms description: Informações para geração das guias tributárias 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter informações para geração do formulário de guias tributárias tags: – Queries x-senior-visibility: PRIVATE parameters: – name: documentId description: Identificador do documento – Nota fiscal in: query required: true type: string responses: 200: description: Ok schema: type: object properties: informationTaxForms: type: object allOf: – #/definitions/informationTaxForms description: Informações para geração das guias tributárias 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/listLinkInvoiceDeliveryInvoice: post: description: Consultar notas de remessa relacionadas a nota fiscal de retorno de remessa tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e140nfs – pageRequest properties: e140nfs: type: string description: ID da nota fiscal pageRequest: type: object allOf: – #/definitions/recPageRequest description: Definição de paginação responses: 200: description: Ok schema: type: object required: – totalElements properties: invoiceDeliveryInvoice: type: array items: type: object allOf: – #/definitions/recDeliveryInvoice description: Lista de notas de origem totalElements: type: integer format: int64 description: Total de notas fiscais localizadas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/eligibleToExclude: post: description: Query para verificar se um registro de uma tabela é elegível para exclusão tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityName – id properties: entityName: type: string description: Nome da entidade id: type: string description: Id do registro responses: 200: description: Ok schema: type: object required: – eligible properties: eligible: type: boolean description: Indica se o registro é elegível para exclusão notEligibleMessage: type: string description: Mensagem quando o registro não estiver elegível para exclusão unkownEntity: type: boolean description: Indica se a entidade é desconhecida pelo serviço 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query para verificar se um registro de uma tabela é elegível para exclusão tags: – Queries x-senior-visibility: PRIVATE parameters: – name: entityName description: Nome da entidade in: query required: true type: string – name: id description: Id do registro in: query required: true type: string responses: 200: description: Ok schema: type: object required: – eligible properties: eligible: type: boolean description: Indica se o registro é elegível para exclusão notEligibleMessage: type: string description: Mensagem quando o registro não estiver elegível para exclusão unkownEntity: type: boolean description: Indica se a entidade é desconhecida pelo serviço 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getMetadata: post: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: metadataFormat: type: string description: responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: metadataFormat description: in: query type: string responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE001sxe: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140nfs: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140fin: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140finInvoice: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140imi: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140ins: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140msi: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140lot: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140ser: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140inf: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140cce: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140cceTransport: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140cceItems: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140cceTrailers: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140cceVolumes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE007ufs: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE006pai: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE031moe: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE001tns: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE001int: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE001tnsCplImpSai: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE001tnsCplImpEnt: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE051dis: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE025fer: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE024msd: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE024msg: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE001tns_com_ger: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE009ppe_com_nfv: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE070emp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE070fil: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE070ent: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE008rai: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE020snf: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE069gre: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE001pes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE085pes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE090pes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE001end: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE021mot: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE099usucomger: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE099usucomnfs: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE070filComNfs: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE064cat: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE028cpg: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE028icp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE066fpg: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE067fin: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE073pes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE081tab: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE081tpr: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE081itp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE012fam: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE012famSupGer: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE083ori: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE013agp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE012famComGer: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE075der: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE075derCplImp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE075derSupEst: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE075derComGer: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE075ppc: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportNcm: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE080ser: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE080ser_com_ger: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE015med: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE085hcl_com_ger: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE085hcl_com_nfs: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE090hrp_com_ger: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140insCommission: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE001tnsComNfs: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE070filComGer: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE020par: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE032edc: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140par: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140imd: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140emb: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140reb: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140obs: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE023crp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE002tpt: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE039por: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE033crt: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE047ntg: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE015tcu: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE075com: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140mnf: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE001pesCplImp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE070filCplImp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE080serCplImp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportLeiComplementar1162003: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportNbs: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE070empCplImp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE027str: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE205dep: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE210dxp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE027eqi: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140ide: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140dtn: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140ref: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140dti: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140hdf: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140nfsBatch: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140nfsBatchInvoice: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140nfsIntegrationInvoice: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE070filCplCtb: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE064seg: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140insIntegration: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE091plf: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE044ccu: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE070ine: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140return: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140nfsReturn: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140insReturn: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140lotReturn: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140serReturn: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportDeliveryInvoice: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportLinkInvoiceDelivery: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE001tnsSupEst: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportNaturezaReceitaPISCOFINS: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140nfsIntCpl: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE140insProductionOrder: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportBeneficioFiscal: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportSaleChannel: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportOriginDocument: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportOriginDocumentItem: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE070filFinCre: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportE085hclFinCre: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportModulos: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportExternalInvoiceIntegration: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/exportSendDocumentAttachment: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/queries/getDependencies: post: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/duplicateInvoiceToAuthorizeInContingency: post: description: Duplicar nota fiscal para contingência tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – originInvoiceId properties: originInvoiceId: type: string description: Id da nota orinigal responses: 200: description: Ok schema: type: object required: – duplicatedInvoiceId properties: duplicatedInvoiceId: type: string description: Id da nota duplicada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessStockMovement: post: description: Reprocessar integração de consumo de reserva de estoque da nota fiscal de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo movimentação de estoque responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo movimentação de estoque 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessCommissions: post: description: Reprocessar integração com comissões tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de integração com comissões responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de integração com comissões 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/issueSaleInvoices: post: description: Ação para emitir as nota fiscal de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: saleInvoiceIds: type: array items: type: string description: Ids das notas que devem ser emitidas responses: 200: description: Ok schema: type: object properties: batchNumber: type: integer format: int64 description: Número do lote de processamento recIssueSaleInvoices: type: array items: type: object allOf: – #/definitions/recIssueSaleInvoices description: Record de retorno informando o status da emissão 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/abortCancelingSaleInvoice: post: description: Ação para abortar o cancelamento das notas fiscais de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: saleInvoiceId: type: string description: Ids das notas que devem ser canceladas responses: 200: description: Ok schema: type: object properties: saleInvoiceId: type: string description: Ids das notas que devem ser canceladas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessCancellingStep: post: description: Ação para reprocessar o step de cancelamento da nota tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de cancelamento da nota fiscal de entrada responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de cancelamento da nota fiscal de entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessDisablingStep: post: description: Ação para reprocessar o step de inutilização eletrônica da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do step de inutilização da nota fiscal responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do step de inutilização da nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/cancelSaleInvoice: post: description: Ação para cancelar as notas fiscais de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: saleInvoiceIds: type: array items: type: string description: Ids das notas que devem ser canceladas cancelingReason: type: string description: Justificativa de cancelamento saleOrderChargeback: type: string allOf: – #/definitions/enumTipEstPed description: Tipo de estorno do pedido de venda installmentChargeback: type: string allOf: – #/definitions/enumTipEstCon description: Tipo de estorno da competência do contrato responses: 200: description: Ok schema: type: object properties: batchNumber: type: integer format: int64 description: Número do lote de processamento recCancelSaleInvoice: type: array items: type: object allOf: – #/definitions/recCancelSaleInvoice description: Record de retorno informando o status do cancelamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessConsumeStockBooking: post: description: Reprocessar integração de consumo de reserva de estoque da nota fiscal de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de consumo de reserva de estoque responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de consumo de reserva de estoque 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/deleteSaleInvoicesItems: post: description: Realiza a exclusão do(s) item(ns) da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – ids properties: id: type: string description: ID da nota fiscal ids: type: array items: type: string minimum: 1 description: IDs dos itens que serão excluídos responses: 200: description: Ok schema: type: object required: – ids properties: ids: type: array items: type: string minimum: 1 description: IDs dos itens que foram excluídos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/replaceServiceInvoice: post: description: Realiza a emissão da nota de substituição tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – idOriginInvoice – copyData properties: idOriginInvoice: type: string description: ID da nota de serviço de origem copyData: type: boolean description: Indicativo se os dados devem ser copiados da nota de origem responses: 200: description: Ok schema: type: object required: – idSubstituteInvoice properties: idSubstituteInvoice: type: string description: ID da nota substituta 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessCancellingOriginInvoice: post: description: Ação para reprocessar o step de cancelamento da nota de origem da substituição tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de cancelamento da nota fiscal responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de cancelamento da nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/deleteSaleInvoices: post: description: Realiza a exclusão da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: array items: type: string minimum: 1 description: IDs das notas que serão excluídas responses: 200: description: Ok schema: type: object properties: recDeleteSaleInvoices: type: array items: type: object allOf: – #/definitions/recDeleteSaleInvoices description: Record de retorno informando o status da exclusão 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/generateInvoiceVolumes: post: description: Realiza a geração de volumes tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota fiscal responses: 200: description: Ok schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistSaleInvoiceHeader: post: description: Persistência dos dados gerais da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – branchId – seriesId – issueDateTime – customerId – invoiceType properties: invoiceId: type: string description: Id da nota fiscal branchId: type: string description: Filial seriesId: type: string description: Id da série da nota fiscal issueDateTime: type: string format: date-time description: Data e hora da emissão da nota fiscal productTransactionId: type: string description: Id da transação do produto serviceTransactionId: type: string description: Id da transação do serviço customerId: type: string description: Id do cliente saleRepresentativeId: type: string description: Id do representante invoiceType: type: string allOf: – #/definitions/enumTipNfs description: Tipo da nota fiscal invoiceOrigin: type: string allOf: – #/definitions/enumPrcNfs description: Tipo da nota fiscal chargeInvoiceId: type: string description: Id da nota fiscal de cobrança integrationOrigin: type: string allOf: – #/definitions/externalIntegration description: Integração de origem fiscalAddressId: type: string description: Id do endereço fiscal responses: 200: description: Ok schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota fiscal 400: description: Requisição inválida, parâmetros obrigatórios não informados ou campo informado incorretamente 401: description: Usuário ou senha inválido default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/rehabilitateSaleInvoice: post: description: Ação para reabilitar as notas fiscais de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: saleInvoiceIds: type: array items: type: string description: Ids das notas que devem ser reabilitadas responses: 200: description: Ok schema: type: object properties: batchNumber: type: integer format: int64 description: Número do lote de processamento recRehabilitateSaleInvoice: type: array items: type: object allOf: – #/definitions/recRehabilitateSaleInvoice description: Record de retorno informando o status da reabilitação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/abortRehabilitatingSaleInvoice: post: description: Ação para abortar a reabilitação das notas fiscais de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: saleInvoiceId: type: string description: Id da nota fiscal responses: 200: description: Ok schema: type: object properties: saleInvoiceId: type: string description: Id da nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessRehabilitingStep: post: description: Ação para reprocessar os steps de reabilitação da nota tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de reabilitação da nota fiscal de saída responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de reabilitação da nota fiscal de saída 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistSaleInvoiceFiscalMessage: post: description: Persistência das mensagens da NF de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId – messageId properties: invoiceId: type: string description: Id da nota fiscal messageId: type: string description: Id do item a nota fiscal responses: 200: description: Ok schema: type: object required: – messageInvoiceId properties: messageInvoiceId: type: string description: Id da mensagem persistida 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistInvoiceItem: post: description: Persistência dos itens da Nota Fiscal de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId – itemType properties: invoiceId: type: string description: Id da nota fiscal itemId: type: string description: Id do item a nota fiscal itemType: type: string allOf: – #/definitions/enumProSer description: Tipo do item transactionId: type: string description: Id da transação do item productId: type: string description: Id do produto do item serviceId: type: string description: Id do serviço do item itemAdditionalDescription: type: string description: Descrição complementar do item saleMeasureUnitId: type: string description: Id da unidade de medida de venda do item warehouseId: type: string description: Id do depósito saleQuantity: type: number format: double description: Quantidade de venda priceListId: type: string description: Id da tabela de preço do item salePrice: type: string description: Preço de venda do item discountPercentage: type: number format: double description: Percentual de desconto do item discountValue: type: string description: Valor de desconto do item originalValue: type: string description: Valor original do item originalQuantity: type: number format: double description: Quantidade original do item returnedQuantity: type: number format: double description: Quantidade devolvida do item storageMeasureUnitId: type: string description: Id da unidade de medida de estoque do item invoicedQuantity: type: number format: double description: Quantidade faturada do item itemPrice: type: string description: Valor unitário de estoque do item grossWeight: type: number format: double description: Peso bruto do item netWeight: type: number format: double description: Peso líquido do item saleRepresentativeId: type: string description: Id do representante do item comissionPercentage: type: number format: double description: Percentual de comissão do item salePurposeId: type: string description: Id da finalidade de venda do item itemNote: type: string description: Observação do item ncmId: type: string description: Id do NCM do item productTaxOrigin: type: string allOf: – #/definitions/enumOriMer description: Origem da mercadoria do item taxBenefit: type: string description: Código do benefício fiscal do item municipalTaxCode: type: string description: Código fiscal municipal do serviço taxes: type: array items: type: object allOf: – #/definitions/recTaxes description: Impostos do item statusCauseId: type: string description: Id do motivo de situação específica noteStatusCause: type: string description: Observação do motivo fiscalMessages: type: array items: type: object allOf: – #/definitions/recFiscalMessages description: Mensagens fiscais batches: type: array items: type: object allOf: – #/definitions/batches description: Lotes serial: type: array items: type: object allOf: – #/definitions/serial description: Serial productCESTCode: type: string description: Especificador de substituição tributária saleOrderItemId: type: string description: Identificadador da entidade externa saleOrderCustomerNumber: type: string description: Número do pedido do cliente saleItemSequenceCustomer: type: string description: Sequencia do item do pedido do cliente financialAccount: type: string description: Conta financeira costCenter: type: string description: Centro de custo serviceTaxCode: type: string description: Código de tributação NFS-e fciCode: type: string description: Código da FCI installmentItemId: type: string description: Id do item da competencia do contrato termItemId: type: string description: Id do item da vigência do contrato saleOrderNumber: type: integer format: int64 description: Número do pedido de venda customerItemId: type: string description: Id do item do cliente productionOrder: type: array items: type: object allOf: – #/definitions/recProductionOrder description: Ordem de produção barCode: type: string maxLength: 14 description: Código de barras (cEAN) barCodeFree: type: string maxLength: 30 description: Código barras livre barCodeTributableUnit: type: string maxLength: 14 description: Gtin uni. Trib(cEANTrib) orderId: type: string description: Id do pedido de venda taxBenefitId: type: string description: Id benefício fiscal do item barCodeTrib: type: string maxLength: 30 description: Código barras da unidade tributável responses: 200: description: Ok schema: type: object required: – itemId properties: itemId: type: string description: Id do item persistido 400: description: Requisição inválida, parâmetros obrigatórios não informados ou campo informado incorretamente 401: description: Usuário ou senha inválido default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistBillingInformation: post: description: Persistência dos dados de cobrança do pedido tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id do pedido billingAddressId: type: string description: Id do endereço de cobrança paymentTermId: type: string description: Id da condição de pagamento keepInstallments: type: boolean description: Manter parcelas no recebimento default: false responses: 200: description: Ok schema: type: object properties: invoiceId: type: string description: Id do pedido 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/generateSaleInvoiceInstallments: post: description: Ação para gerar as parcelas com base na condição de pagamento tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId – paymentTermId properties: invoiceId: type: string description: ID do pedido de venda paymentTermId: type: string description: ID da condição de pagamento billingAddressId: type: string description: Id do endereço de cobrança responses: 200: description: Ok schema: type: object properties: invoiceId: type: string description: Retorno da geração das parcelas com base na condição de pagamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistSaleInvoiceInstallments: post: description: Persistência da parcela do pedido de venda tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id do pedido installmentId: type: string description: Id da parcela installmentDueDate: type: string format: date description: Data de vencimento da parcela installmentPercentage: type: number format: double description: Percentual da parcela minimum: 0.00 maximum: 999.99 installmentValue: type: string description: Valor da parcela minimum: 0.00 maximum: 9999999999999.99 paymentMethodId: type: string description: Id da forma de pagamento installmentNote: type: string maxLength: 250 description: Observação da parcela cardCompanyTaxNumber: type: string maxLength: 14 description: CNPJ da credenciadora de cartão de crédito/débito cardBrand: type: string allOf: – #/definitions/enumBanOpe description: Bandeira da operadora de cartão de crédito/débito authorizationNumber: type: string maxLength: 100 description: Número de autorização da operação cartão de crédito/débito paymentMethodType: type: string allOf: – #/definitions/enumIndPag description: Indicativo da forma de pagamento accountsReceivableGroupId: type: string description: Id do grupo a receber accountsReceivableTypeId: type: string description: Id do tipo do título bearerId: type: string description: Id do portador portfolioId: type: string description: Id da carteira expenseNatureId: type: string description: Id da natureza de gasto titleNumber: type: string maxLength: 10 description: Número do título responses: 200: description: Ok schema: type: object properties: installmentId: type: string description: Id da parcela 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/recalculateInstallments: post: description: Ação para calcular as parcelas com base no valor financeiro tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id do pedido responses: 200: description: Ok schema: type: object properties: invoiceId: type: string description: Id do pedido 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/recalculateSaleInvoice: post: description: Ação para recalcular as nota fiscal de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: saleInvoiceIds: type: array items: type: string description: Ids das notas que devem ser recalculadas responses: 200: description: Ok schema: type: object properties: recRecalculateSaleInvoice: type: array items: type: object allOf: – #/definitions/recRecalculateSaleInvoice description: Record de retorno informando o status do recalculo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistVolumesInformation: post: description: Ação que persiste o volume tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: volumeId: type: string description: ID do volume invoiceId: type: string description: Id da nota fiscal de saída volumeQuantity: type: integer format: int64 description: Quantidade volumeType: type: string description: Espécie volumeBrand: type: string description: Marca volumeNumbering: type: string description: Numeração volumeGrossWeight: type: number format: double description: Peso bruto volumeNetWeight: type: number format: double description: Peso líquido volumeBarcode: type: string description: Código de barras status: type: string allOf: – #/definitions/enumInvoiceVolumeStatus description: Situação do volume validationMessage: type: string description: Mensagem de validação responses: 200: description: Ok schema: type: object properties: volumeId: type: string description: Id do volume 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/changePaymentTerms: post: description: Alteração da condição de pagamento tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId – paymentTermId properties: invoiceId: type: string description: ID do pedido de compra paymentTermId: type: string description: ID da condição de pagamento recalculateInvoice: type: boolean description: Indica se o pedido deve ser recalculado default: false responses: 200: description: Ok schema: type: object properties: invoiceId: type: string description: ID do pedido 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistStateParameters: post: description: Action de persistência dos parâmetros por estado tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId – destinationStateId properties: stateParameterId: type: string description: Id do registro companyId: type: string description: Id da empresa branchId: type: string description: Id da filial stateBranchesId: type: string description: UF das filiais destinationStateId: type: string description: ID da UF de destino stateRegistration: type: string description: Inscrição estadual venTfp: type: string description: Transação padrão para NF saída de produtos do estabelecimento a contribuinte venTfn: type: string description: Transação padrão para NF saída de produtos do estabelecimento não contribuinte venTpa: type: string description: Transação padrão para NF saída de produtos adquiridos p/ comercialização a contribuinte venTpn: type: string description: Transação padrão para NF saída de produtos adquiridos p/ comercialização a não contribuinte venTfs: type: string description: Transação padrão para NF saída de serviços venTdp: type: string description: Transação padrão de devolução de itens de produto venTds: type: string description: Transação padrão de devolução de itens de serviço tnsRem: type: string description: Transação para Notas Fiscais de Remessa tnsRet: type: string description: Transação para Notas Fiscais de Retorno venTsm: type: string description: Transação padrão para NF de simples remessa tnsAst: type: string description: Transação mercadoria de subst. trib. na condição de contribuinte substituído remInd: type: string description: Transação para notas fiscais de remessa para industrialização com movimentação de estoque remIndSemEst: type: string description: Transação para notas fiscais de remessa para industrialização sem movimentação de estoque venCob: type: string description: Transação padrão para cobrança de mercadoria venEnt: type: string description: Transação padrão para entrega de mercadoria responses: 200: description: Ok schema: type: object properties: recStateParameterId: type: array items: type: object allOf: – #/definitions/recStateParameterId description: Ids do registro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/compileDynamicMessage: post: description: Executa a compilação da mensagem tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – messageId – saleInvoiceId – messageType properties: messageId: type: string description: Id da mensagem saleInvoiceId: type: string description: Id da Nota ou Item da mensagem messageType: type: string allOf: – #/definitions/enumMessageType description: Tipo da da mensagem responses: 200: description: Ok schema: type: object required: – compiledMessage properties: compiledMessage: type: string description: Mensagem compilada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistTransportInformation: post: description: Action para persistência de informações de transporte tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota fiscal de saída departureDateTime: type: string format: date-time description: Data e hora de saída deliveryScheduleDate: type: string format: date description: Data de agendamento da entrega deliveryAddressId: type: string description: Id do endereço de entrega shippingCompanyId: type: string description: Id da transportador redispatchCompanyId: type: string description: Id da transportadora de redespacho vehicleLicensePlate: type: string description: Placa do veículo vehicleStateId: type: string description: UF do veículo wagonIdentification: type: string description: Identificação do vagão ferryIdentification: type: string description: Identificação da balsa freightType: type: string allOf: – #/definitions/enumCifFob description: Tipo de frete freightValue: type: string description: Valor do frete minimum: 0.00 maximum: 9999999999999.99 default: 0 statedFreightValue: type: string description: Valor do frete destacado minimum: 0.00 maximum: 9999999999999.99 default: 0 importFreightValue: type: string description: Valor do frete de importação minimum: 0.00 maximum: 9999999999999.99 default: 0 insuranceValue: type: string description: Valor do segurog minimum: 0.00 maximum: 9999999999999.99 default: 0 importInsuranceValue: type: string description: Valor de seguro de importação minimum: 0.00 maximum: 9999999999999.99 default: 0 packagingValue: type: string description: Valor das embalagens minimum: 0.00 maximum: 9999999999999.99 default: 0 boardingLocation: type: string description: Descrição do local de embarque boardingStateId: type: string description: UF de embarque dispatchLocation: type: string description: Descrição do local de despacho responses: 200: description: Ok schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota fiscal de saída 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/validateInvoice: post: description: Validação da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota responses: 200: description: Ok schema: type: object properties: validationsInvoice: type: object allOf: – #/definitions/validationsInvoice description: Validações da nota sendDocumentStep: type: boolean description: Nota será enviada no step de envio de documentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistTrailerInformation: post: description: Action para persistência de informações de reboque tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId – trailerLicensePlate – trailerStateId properties: trailerId: type: string description: Id do reboque invoiceId: type: string description: Id da nota fiscal de saída shippingCompanyId: type: string description: Id da transportadora do reboque trailerLicensePlate: type: string description: Placa trailerStateId: type: string description: UF responses: 200: description: Ok schema: type: object properties: trailerId: type: string description: Id do reboque 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistNote: post: description: Action para persistir as observações tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId – note properties: noteId: type: string description: ID da observação – E140OBS.id invoiceId: type: string description: Id da nota fiscal de saída – E140OBS.e140nfs_id note: type: string description: Texto da observação – E140OBS.ObsNfv statusCauseId: type: string description: Id do motivo de situação específica – E140OBS.e021mot_id noteType: type: string allOf: – #/definitions/enumTipOpd description: Tipo da observação – E140OBS.TipObs informationType: type: string allOf: – #/definitions/enumTipLog description: Tipo de Informação – E140OBS.TipInf responses: 200: description: Ok schema: type: object properties: id: type: string description: ID da observação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistAdditionalInformation: post: description: Action para persistir para as informações adicionais tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota fiscal de saída invoiceNote: type: string maxLength: 999 description: Observação customerOrderNumber: type: string description: Número do pedido do cliente statusCauseId: type: string description: Id do motivo de situação específica statusCauseNote: type: string description: Observação do motivo consumerPresence: type: string allOf: – #/definitions/enumIndPre description: Indicativo de presença do consumidor issCollectionCityId: type: string description: Cidade de recolhimento de ISS serviceProvisionDate: type: string format: date description: Data de prestação do serviço additionalDiscountPercent: type: number format: double description: Percentual de desconto adicional minimum: 0.00 maximum: 100.0 additionalDiscountValue: type: string description: Valor de desconto adicional minimum: 0.00 maximum: 9999999999999.99 default: 0 chargesValue: type: string description: Valor dos encargos minimum: 0.00 maximum: 9999999999999.99 default: 0 otherExpensesValue: type: string description: Valor das outras despesas minimum: 0.00 maximum: 9999999999999.99 default: 0 statedOtherExpensesValue: type: string description: Valor das outras despesas destacado minimum: 0.00 maximum: 9999999999999.99 default: 0 importOtherExpensesValue: type: string description: Valor das outras despesas de importação minimum: 0.00 maximum: 9999999999999.99 default: 0 finalConsumerOperation: type: boolean description: Indicativo de consumidor final default: false indicativeIntermediation: type: string allOf: – #/definitions/enumIndicativeIntermediation description: Indicativo de intermediação intermediaryTaxNumber: type: string maxLength: 14 description: CNPJ do Intermediador da Transação intermediaryRegistration: type: string maxLength: 60 description: Identificador cadastrado no intermediador entryFreeZoneDate: type: string format: date description: Data de ingresso na Zona Franca invoiceAdditionalInformation: type: string description: Informações complementares para documento fiscal agreementId: type: string description: Id do contrato de origem externalOrderId: type: string maxLength: 36 description: Id do pedido no ecommerce saleChannelId: type: string description: Id do canal de venda responses: 200: description: Ok schema: type: object properties: invoiceId: type: string description: Id da nota fiscal de saída 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/convertMeasureUnit: post: description: Conversão entre unidade de medidas tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – measureUnitIdFrom – measureUnitIdTo properties: branchId: type: string description: Identificador da filial productId: type: string description: Identificador de produto measureUnitIdFrom: type: string description: Identificador de unidade de medida de origem quantityFrom: type: number format: double description: Quantidade de origem minimum: 0.00 maximum: 999999999.99999 priceFrom: type: string description: Preço de origem minimum: 0.00 maximum: 99999999999.9999999999 quantityTo: type: number format: double description: Quantidade de origem destino minimum: 0.00 maximum: 999999999.99999 priceTo: type: string description: Preço de origem destino minimum: 0.00 maximum: 99999999999.9999999999 measureUnitIdTo: type: string description: Identificador de unidade de medida de destino conversionType: type: string allOf: – #/definitions/enumTipoConv description: Tipo de conversão measureUnitId: type: string description: Identificador de unidade de medida de estoque responses: 200: description: Ok schema: type: object properties: recConvertMeasureUnit: type: object allOf: – #/definitions/recConvertMeasureUnit description: Conversão de unidades de medidas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/finishSaleInvoices: post: description: Finalização das notas tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceIds properties: invoiceIds: type: array items: type: string minimum: 1 description: Lista de ids das notas a serem fechadas automaticallyIssue: type: boolean description: Emissão automática default: false printReceipt: type: boolean description: Imprimir recibo simples default: false responses: 200: description: Ok schema: type: object required: – batchIds properties: batchIds: type: array items: type: string minimum: 1 description: Ids dos lotes criado para o processamento do fechamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessEffectiveTaxesInvoice: post: description: Reprocessar controle de saldos de retenção da nota fiscal de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de validação responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de validação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessRegistrarControlePEPS: post: description: Reprocessar controle de saldos do PEPS tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de validação responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de validação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessGnreChargeBack: post: description: Reprocessar cancelamento GNRE tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de validação responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de validação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessValidateInvoice: post: description: Reprocessar validação da nota fiscal de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de validação responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de validação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessEdocsIntegration: post: description: Reprocessar integração com e-Docs da nota fiscal de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de integração com e-Docs responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de integração com e-Docs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessFinishSaleInvoice: post: description: Reprocessar fechamento da nota fiscal de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de fechamento responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de fechamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessAccountsReceivableIntegration: post: description: Reprocessar integração de contas a receber da nota fiscal de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de integração de contas a receber responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de integração de contas a receber 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessApportionmentIntegration: post: description: Reprocessar integração de rateio da nota fiscal de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de integração de rateio responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de integração de rateio 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/disableSaleInvoice: post: description: Ação para inutilizar as notas fiscais de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceIds – disableReason properties: saleInvoiceIds: type: array items: type: string minimum: 1 description: Ids das notas que devem ser inutilizadas disableReason: type: string description: Justificativa da inutilização saleOrderChargeback: type: string allOf: – #/definitions/enumTipEstPed description: Tipo de estorno do pedido de venda installmentChargeback: type: string allOf: – #/definitions/enumTipEstCon description: Tipo de estorno da competência do contrato responses: 200: description: Ok schema: type: object required: – recDisableSaleInvoice properties: batchNumber: type: integer format: int64 description: Número do lote de processamento recDisableSaleInvoice: type: array items: type: object allOf: – #/definitions/recDisableSaleInvoice minimum: 1 description: Record de retorno informando o status da inutilização 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/disableSaleInvoiceRange: post: description: Ação para inutilizar as notas fiscais de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rangeIds – disableReason properties: rangeIds: type: array items: type: string minimum: 1 description: Ids das faixas de numeração que devem ser inutilizadas disableReason: type: string description: Justificativa da inutilização saleOrderChargeback: type: string allOf: – #/definitions/enumTipEstPed description: Tipo de estorno do pedido de venda responses: 200: description: Ok schema: type: object required: – recDisableSaleInvoice properties: batchNumber: type: integer format: int64 description: Número do lote de processamento recDisableSaleInvoice: type: array items: type: object allOf: – #/definitions/recDisableSaleInvoiceRange minimum: 1 description: Record de retorno informando o status da inutilização 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessDisableSaleInvoiceRange: post: description: Ação para reprocessar a inutilização das notas fiscais de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rangeIds properties: rangeIds: type: array items: type: string minimum: 1 description: Ids das faixas de numeração que devem ser inutilizadas responses: 200: description: Ok schema: type: object required: – recDisableSaleInvoice properties: batchNumber: type: integer format: int64 description: Número do lote de processamento recDisableSaleInvoice: type: array items: type: object allOf: – #/definitions/recDisableSaleInvoiceRange minimum: 1 description: Record de retorno informando o status da inutilização 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/generateInvoiceFromPurchaseInvoice: post: description: Gerar a nota fiscal de saída via nota fiscal de entrada tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – returnInvoice – externalId properties: returnInvoice: type: object allOf: – #/definitions/recInvoice description: Dados para a nota fiscal de entrada externalId: type: string description: Identificação externa responses: 200: description: Ok schema: type: object required: – batchId – batchStatus properties: batchId: type: string description: Id do lote de processamento da nota fiscal batchStatus: type: string allOf: – #/definitions/enumBatchStatus description: Situação do lote 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/generateInvoiceFromSaleOrder: post: description: Gerar a nota fiscal de saída via pedido de venda tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – saleInvoice – externalId properties: saleInvoice: type: object allOf: – #/definitions/recInvoice description: Dados para a nota fiscal de saída externalId: type: string description: Identificação externa responses: 200: description: Ok schema: type: object required: – batchId – batchStatus properties: batchId: type: string description: Id do lote de processamento da nota fiscal batchStatus: type: string allOf: – #/definitions/enumBatchStatus description: Situação do lote 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/generateInvoiceFromInventoryAdjustment: post: description: Gerar a nota fiscal de saída via inventário de estoque tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – adjustmentInvoice – externalId properties: adjustmentInvoice: type: object allOf: – #/definitions/recInvoice description: Dados para a nota fiscal de ajuste de estoque externalId: type: string description: Identificação externa responses: 200: description: Ok schema: type: object required: – batchId – batchStatus properties: batchId: type: string description: Id do lote de processamento da nota fiscal batchStatus: type: string allOf: – #/definitions/enumBatchStatus description: Situação do lote 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/prepareReturnInvoice: post: description: Gerar um processo de devolução tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: array items: type: string minimum: 1 description: Lista de ids de notas de saída responses: 200: description: Ok schema: type: object required: – e140return properties: e140return: type: string description: Identificacao do processo de devolução gerado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistInvoiceReturnItem: post: description: Salvar item de nota de processo de devolução tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e140ins properties: e140ins: type: object allOf: – #/definitions/recInvoiceReturnItem description: Itens em devolução responses: 200: description: Ok schema: type: object required: – e140ins_return properties: e140ins_return: type: string description: Identificador do item processo devolução 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/generateComplementaryInvoice: post: description: Gerar nota fiscal complementar tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: originInvoiceId: type: string description: ID da nota fiscal de origem responses: 200: description: Ok schema: type: object required: – complementaryInvoiceId properties: complementaryInvoiceId: type: string description: Id da nota fiscal complementar 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistComplementaryInvoiceItem: post: description: Persistência dos itens da NF de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId – itemType properties: invoiceId: type: string description: Id da nota fiscal (e140nfs.id) itemId: type: string description: Id do item a nota fiscal (e140ins.id) originId: type: string description: Id do item de origem (e140ins.origin_id) itemType: type: string allOf: – #/definitions/enumProSer description: Tipo do item (e140ins.proSer) transactionId: type: string description: Id da transação do item productId: type: string description: Id do produto do item (e140ins.e075der_id) serviceId: type: string description: Id do serviço do item (e140ins.e080ser_id) itemAdditionalDescription: type: string description: Descrição complementar do item (e140ins.cplInv) saleMeasureUnitId: type: string description: Id da unidade de medida de venda do item (e140ins.e015med_id_uniVen) saleQuantity: type: number format: double description: Quantidade de venda (e140ins.qtdVen) salePrice: type: string description: Preço de venda do item (e140ins.preVen) netValue: type: string description: Valor líquido do item (e140ins.vlrLiq) productCESTCode: type: string description: Especificador de substituição tributária financialAccount: type: string description: Conta financeira costCenter: type: string description: Centro de custo taxes: type: array items: type: object allOf: – #/definitions/recTaxes description: Impostos do item (e140imi) responses: 200: description: Ok schema: type: object required: – itemId properties: itemId: type: string description: Id do item persistido 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistInvoiceReturn: post: description: Salvar todos os itens de nota de processo de devolução tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e140ins_id – e140nfs_id – e140nfs_return_id properties: e140ins_id: type: array items: type: string minimum: 1 description: Id do item e140nfs_id: type: string description: Id da nota fiscal e140nfs_return_id: type: string description: Id do processo devoluçao responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/printReceipt: post: description: Imprimir relatório de Recibo simples tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota fiscal responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/printShippingTags: post: description: Imprimir etiquetas de embarque tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota fiscal responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/printInvoiceDanfseMirror: post: description: Imprimir relatório de espelho da nota fiscal eletrônica de serviço tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota fiscal responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/printInvoiceDanfeMirror: post: description: Imprimir relatório de espelho da nota fiscal eletrônica tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota fiscal responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/deleteItemInvoiceReturn: post: description: Remover os itens selecionados do processo de devolução tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e140ins_id – e140nfs_return_id properties: e140ins_id: type: array items: type: string minimum: 1 description: Lista de itens a serem zerados no processo de devolução e140nfs_return_id: type: string description: Id da nota no processo de devolução responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/deleteTrailerInformation: post: description: Remover os itens de transporte selecionados tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – ids properties: ids: type: array items: type: string minimum: 1 description: Lista de itens a serem excluídos responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/deleteVolumesInformation: post: description: Remover os itens de embalagem selecionadas tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – ids properties: ids: type: array items: type: string minimum: 1 description: Lista de itens a serem excluídos responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/deleteSaleInvoiceFiscalMessage: post: description: Remover as mensagens fiscais selecionadas tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – ids properties: ids: type: array items: type: string minimum: 1 description: Lista de itens a serem excluídos responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/deleteSaleInvoiceInstallments: post: description: Remover as parcelas selecionadas tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: Lista de itens a serem excluídos responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistBatchSeriesItemReturn: post: description: Altera dados dos lotes e séries – Nota de devolução tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e140nfsReturn – e140ins properties: e140nfsReturn: type: string description: Identificação da nota do processo de devolução e140ins: type: string description: Item da nota fiscal que está sendo devolvida e140lot: type: string description: Identificação de lote e140ser: type: string description: Identificação de Série quantity: type: number format: double description: Quantidade a devolver minimum: 0 e140lotReturnId: type: string description: Identificação do lote return e140serReturnId: type: string description: Identificação da serie return responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/generateReturnInvoice: post: description: Formaliza a devolução de mercadorias vendidas tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e070fil – e020snf – tipoEmissao – e140return properties: e070fil: type: string description: Filial para geração da nota de entrada e020snf: type: string description: Série da nota fiscal tipoEmissao: type: string allOf: – #/definitions/enumTipEmi description: Tipo de emissão da nota fiscal de entrada numeroNfc: type: integer format: int64 description: Número da nota fiscal e140return: type: string description: id do processo de devolução responses: 200: description: Ok schema: type: object required: – e140return_id properties: e140return_id: type: string description: id do processo de devolução notaFiscal_id: type: string description: Id da nota fiscal gerada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/deleteBatchSeriesItemReturn: post: description: Excluir o registro do processo de devolução para o lote ou série tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – ctrLote properties: ctrLote: type: boolean description: Indicativo se é controle por Lote e140lot_returnId: type: string description: Id do registro Lote e140ser_returnId: type: string description: Id do registro Série responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/confirmSalesInvoiceReturn: post: description: Primitiva que confirma itens do processo de devolução tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e140ins_returnId – e140nfsReturn properties: e140ins_returnId: type: array items: type: string minimum: 1 description: Lista de itens de processo devolução e140nfsReturn: type: string description: Identificador de nota no processo de devolução responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/cancelSalesInvoiceReturn: post: description: Cancela detalhamento itens processo devolução tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e140nfsReturn properties: e140nfsReturn: type: string description: Identificador da nota no processo de devolução responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistAdjustInvoiceItem: post: description: Persistência dos itens da NF de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId – itemType properties: invoiceId: type: string description: Id da nota fiscal (e140nfs.id) itemId: type: string description: Id do item a nota fiscal (e140ins.id) itemType: type: string allOf: – #/definitions/enumProSer description: Tipo do item (e140ins.proSer) transactionId: type: string description: Id da transação do item itemAdditionalDescription: type: string description: Descrição complementar do item (e140ins.cplInv) storageMeasureUnitId: type: string description: Id da unidade de medida de estoque do item (e140ins.e015med_id_uniMed) storageQuantity: type: number format: double description: Quantidade na unidade de estoque (e140ins.qtdPed) itemPrice: type: string description: Preço unitário do item (e140ins.preUni) netValue: type: string description: Valor líquido do item (e140ins.vlrLiq) productCESTCode: type: string description: Especificador de substituição tributária financialAccount: type: string description: Conta financeira costCenter: type: string description: Centro de custo productId: type: string description: Id do produto warehouseId: type: string description: Id do depósito batches: type: array items: type: object allOf: – #/definitions/batches description: Lotes serial: type: array items: type: object allOf: – #/definitions/serial description: Serial taxes: type: array items: type: object allOf: – #/definitions/recTaxes description: Impostos do item (e140imi) responses: 200: description: Ok schema: type: object required: – itemId properties: itemId: type: string description: Id do item persistido 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/generateAdjustmentLetter: post: description: Gerar carta de correção da NF-e tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: invoiceId: type: string description: ID da nota fiscal responses: 200: description: Ok schema: type: object required: – adjustmentLetter properties: adjustmentLetter: type: object allOf: – #/definitions/e140cce description: Dados da carta de correção gerada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistAdjustmentLetter: post: description: Persistir a carta de correção tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – adjustmentLetter properties: adjustmentLetter: type: object allOf: – #/definitions/recAdjustmentLetter description: Carta de correção responses: 200: description: Ok schema: type: object required: – adjustmentLetterId properties: adjustmentLetterId: type: string description: ID da carta de correção 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistAdjustmentLetterItem: post: description: Persistir o item da carta de correção tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – itemId – operationNature properties: itemId: type: string description: Id do item da carta de correção operationNature: type: string maxLength: 5 description: Natureza de operação responses: 200: description: Ok schema: type: object required: – itemId properties: itemId: type: string description: Id do item da carta de correção 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistAdjustmentLetterTrailer: post: description: Persistir dados do reboque da carta de correção tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – adjustmentLetterId – trailerLicensePlate – stateId properties: adjustmentLetterId: type: string description: Id da carta de correção trailerId: type: string description: Id do reboque shippingCompanyId: type: string description: Id da transportadora trailerLicensePlate: type: string description: Placa do reboque stateId: type: string description: Id da UF do reboque responses: 200: description: Ok schema: type: object required: – trailerId properties: trailerId: type: string description: Id do reboque 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/persistAdjustmentLetterVolume: post: description: Persistir os dados do volume da carta de correção tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – adjustmentLetterId properties: adjustmentLetterId: type: string description: Id da carta de correção volumeId: type: string description: Id do volume quantity: type: integer format: int64 description: Quantidade type: type: string maxLength: 255 description: Espécie do volume brand: type: string maxLength: 255 description: Marca do volume number: type: string maxLength: 255 description: Numeração do volume grossWeight: type: number format: double description: Peso bruto minimum: 0.00 maximum: 999999.99999 netWeight: type: number format: double description: Peso líquido minimum: 0.00 maximum: 999999.99999 barCode: type: string maxLength: 255 description: Código de barra responses: 200: description: Ok schema: type: object required: – volumeId properties: volumeId: type: string description: Id do volume 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/generateInvoiceFromDeliveryInvoice: post: description: Gerar a nota fiscal de saída via recebimento – nota fiscal de remessa tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – header – deliveryInvoice properties: header: type: object allOf: – #/definitions/recInvoiceHeader description: Dados da nota fiscal de Retorno a ser gerada deliveryInvoice: type: object allOf: – #/definitions/recDeliveryInvoice description: Dados na nota fiscal de remessa responses: 200: description: Ok schema: type: object required: – e140nfs_id properties: e140nfs_id: type: string description: Id da nota fiscal gerada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/issueAdjustmentLetter: post: description: Ação para emissão da carta de correção tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – adjustmentLetterId properties: adjustmentLetterId: type: string description: ID da carta de correção a ser emitida responses: 200: description: Ok schema: type: object required: – adjustmentLetterId properties: adjustmentLetterId: type: string description: ID da carta de correção emitida 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessAdjustmentLetterIssuance: post: description: Ação para reprocessar a emissão da carta de correção tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – adjustmentLetterId properties: adjustmentLetterId: type: string description: ID da carta de correção a ser reprocessada responses: 200: description: Ok schema: type: object required: – adjustmentLetterId properties: adjustmentLetterId: type: string description: ID da carta de correção reprocessada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/generateReturnedDeliveryInvoice: post: description: Gerar nota de retorno de remessa tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e140nfs_id – tipoEmissao – e020snf_id – e001tns_id properties: e140nfs_id: type: string description: ID da nota fiscal de remessa tipoEmissao: type: string allOf: – #/definitions/enumTipEmi description: Tipo Emissão e020snf_id: type: string description: ID da Série number: type: integer format: int64 description: Número da nota a ser gerada minimum: 0 maximum: 99999999 chaveEletronica: type: string description: Chave eletronica e001tns_id: type: string description: Transação de produto responses: 200: description: Ok schema: type: object required: – purchaseInvoice_id properties: purchaseInvoice_id: type: string description: ID da nota fiscal de entrada gerada referente a retorno da remessa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/generateReversalInvoice: post: description: Gera nota fiscal de estorno de uma nota fiscal de venda tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId – note properties: invoiceId: type: string description: Identificador da nota fiscal que será estornada note: type: string maxLength: 2000 description: Motivo do estorno responses: 200: description: Ok schema: type: object properties: reversalInvoiceId: type: string description: Identificador da nota fiscal de estorno gerada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/generateInvoiceFromSaleAgreement: post: description: Primitiva que faz a geração e fechameto de uma nota através do contrato de venda tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – agreementInvoice – externalId properties: agreementInvoice: type: object allOf: – #/definitions/recInvoice description: Dados do contrato para geração da nota fiscal externalId: type: string description: Identificação externa responses: 200: description: Ok schema: type: object required: – batchId – batchStatus properties: batchId: type: string description: Id do lote de processamento da nota fiscal batchStatus: type: string allOf: – #/definitions/enumBatchStatus description: Situação do lote de processamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/updateControllershipIntegration: post: description: Primitiva para atualizar indicativo de integração com a controladoria nas notas fiscais tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/controllershipIntegrationData description: Dados para atualização responses: 200: description: Ok schema: type: object required: – ticket properties: ticket: type: string description: Identificador de quem faz a chamada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/printInvoiceHeader: post: description: Imprimir relatório dos dados gerais da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId properties: companyId: type: string description: Id da empresa branchIds: type: array items: type: string description: Id(s) da(s) filial(is) customerIds: type: array items: type: string description: Id(s) do(s) cliente(s) deliveryAddressIds: type: array items: type: string description: Id(s) do(s) endereço(s) de entrega(s) representativeIds: type: array items: type: string description: Id(s) do(s) representantes(s) initialIssueDate: type: string format: date description: Data de emissão inicial finalIssueDate: type: string format: date description: Data de emissão final paymentTermIds: type: array items: type: string description: Id(s) da(s) condição(ões) de pagamento stateIds: type: array items: type: string description: Id(s) do(s) estado(s) seriesIds: type: array items: type: string description: Id(s) da(s) série(s) regions: type: array items: type: string allOf: – #/definitions/enumRegions description: Região(ões) status: type: array items: type: string allOf: – #/definitions/enumSitNfs description: Situação(ões) da(s) nota(s) agreementIds: type: array items: type: string description: Id(s) do(s) contrato(s) invoiceType: type: array items: type: string allOf: – #/definitions/enumTipNfs description: Tipo(s) de(s) nota(s) printFormat: type: string allOf: – #/definitions/enumReportPrintFormat description: Formato da impressão sortType: type: string allOf: – #/definitions/enumReportSortType description: Tipo de ordenação responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/generateShipmentInvoice: post: description: Gerar nota fiscal de remessa para industrialização tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – shipmentInvoice properties: shipmentInvoice: type: object allOf: – #/definitions/recInvoice description: Dados para geração da nota de remessa para industrialização responses: 200: description: Ok schema: type: object required: – batchId – batchStatus properties: batchId: type: string description: Id do lote de processamento da nota fiscal batchStatus: type: string allOf: – #/definitions/enumBatchStatus description: Situação do lote 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessAgreementInvoice: post: description: Reprocessar nota fiscal de saída via contrato\n### Resources:\n- res://senior.com.br/erpx_com_fat/saleinvoice/actions/reprocessAgreementInvoice – Processar\n tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota responses: 200: description: Ok schema: type: object 400: description: Requisição inválida, parâmetros obrigatórios não informados ou campo informado incorretamente 401: description: Usuário ou senha inválido 403: description: Permissão negada 404: description: Entidade ou Registro não encontrado default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/reprocessSendDocuments: post: description: Reprocessar integração de envio dos documentos da nota fiscal de saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de integração de envio dos documentos responses: 200: description: Ok schema: type: object required: – integrationId properties: integrationId: type: string description: ID do processo de integração de envio dos documentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/softExclude: post: description: Realiza a exclusão lógica para o registro de uma tabela tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityName – id properties: entityName: type: string description: Nome da entidade id: type: string description: Id do registro responses: 200: description: Ok schema: type: object required: – deleted properties: deleted: type: boolean description: Indica se o registro está/foi excluído errorMessage: type: string description: Mensagem de erro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/undoSoftExclude: post: description: Realiza a compensação da exclusão lógica para o registro de uma tabela tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityName – id properties: entityName: type: string description: Nome da entidade id: type: string description: Id do registro responses: 200: description: Ok schema: type: object required: – deleted properties: deleted: type: boolean description: Indica se o registro está/foi excluído errorMessage: type: string description: Mensagem de erro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/odata: post: description: tags: – Actions x-senior-visibility: PRIVATE responses: 204: description: No response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE001sxe: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140nfs: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140fin: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140finInvoice: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140imi: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140ins: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140msi: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140lot: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140ser: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140inf: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140cce: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140cceTransport: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140cceItems: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140cceTrailers: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140cceVolumes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE007ufs: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE006pai: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE031moe: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE001tns: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE001int: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE001tnsCplImpSai: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE001tnsCplImpEnt: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE051dis: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE025fer: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE024msd: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE024msg: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE001tns_com_ger: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE009ppe_com_nfv: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE070emp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE070fil: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE070ent: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE008rai: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE020snf: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE069gre: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE001pes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE085pes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE090pes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE001end: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE021mot: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE099usucomger: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE099usucomnfs: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE070filComNfs: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE064cat: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE028cpg: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE028icp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE066fpg: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE067fin: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE073pes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE081tab: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE081tpr: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE081itp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE012fam: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE012famSupGer: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE083ori: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE013agp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE012famComGer: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE075der: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE075derCplImp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE075derSupEst: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE075derComGer: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE075ppc: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importNcm: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE080ser: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE080ser_com_ger: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE015med: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE085hcl_com_ger: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE085hcl_com_nfs: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE090hrp_com_ger: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140insCommission: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE001tnsComNfs: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE070filComGer: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE020par: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE032edc: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140par: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140imd: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140emb: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140reb: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140obs: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE023crp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE002tpt: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE039por: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE033crt: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE047ntg: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE015tcu: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE075com: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140mnf: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE001pesCplImp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE070filCplImp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE080serCplImp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importLeiComplementar1162003: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importNbs: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE070empCplImp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE027str: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE205dep: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE210dxp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE027eqi: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140ide: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140dtn: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140ref: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140dti: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140hdf: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140nfsBatch: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140nfsBatchInvoice: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140nfsIntegrationInvoice: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE070filCplCtb: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE064seg: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140insIntegration: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE091plf: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE044ccu: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE070ine: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140return: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140nfsReturn: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140insReturn: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140lotReturn: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140serReturn: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importDeliveryInvoice: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importLinkInvoiceDelivery: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE001tnsSupEst: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importNaturezaReceitaPISCOFINS: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140nfsIntCpl: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE140insProductionOrder: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importBeneficioFiscal: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importSaleChannel: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importOriginDocument: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importOriginDocumentItem: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE070filFinCre: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importE085hclFinCre: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importModulos: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importExternalInvoiceIntegration: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/actions/importSendDocumentAttachment: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/signals/updateAccountingInformationAccountReceivableInvoice: post: description: Atualizar informações contábeis das notas fiscais de saída tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/updateAccountingInformationAccountReceivableInvoiceData description: Parâmetros de entrada responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /saleinvoice/signals/processSaleAgreementBatchInvoice: post: description: Atualizar as competências dos contratos vinculados as notas de saída do batch tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – batchId properties: batchId: type: string description: Id do batch de emissão ou fechamento responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /saleinvoice/signals/updateInvoiceItemReturn: post: description: Altera dados do item – Nota de devolução tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId properties: notaFiscalId: type: string description: Id da nota fiscal de entrada responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /saleinvoice/signals/checkInvoicesInDuplicity: post: description: Consulta notas em duplicidade tags: – Signals parameters: – name: input in: body required: true schema: type: object responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /saleinvoice/signals/controllershipIntegrationInternalSignal: post: description: Sinal que inicia a atualização da integração da controladoria tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/controllershipIntegrationData description: Dados para atualização responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /saleinvoice/signals/getItemsSaleInvoiceShipping: post: description: signal que inicia a requisição de itens de produto na nota fiscal de saída para fazer herança do rateio na nota de frete. tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId – incomingInvoiceId properties: saleInvoiceId: type: string description: Id da nota fiscal de saída incomingInvoiceId: type: string description: Id da nota fiscal de entrada do tipo frete responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /saleinvoice/signals/reprocessModuleApportionment: post: description: Reprocessar todo o rateio das requisições tags: – Signals parameters: – name: input in: body required: true schema: type: object properties: onlyRegular: type: boolean description: Apenas normal responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /saleinvoice/events/finishInvoiceStarted: post: description: Evento para fechamento de nota x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Identificador da nota fiscal de saída responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/integrationInvoiceChanged: post: description: Evento de atualização das informações da integração da nota com websocket x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – e140nfsId – e140nfsIntegrationInvoice properties: e140nfsId: type: string description: Identificação da nota fiscal e140nfsIntegrationInvoice: type: object allOf: – #/definitions/e140nfsIntegrationInvoice description: Integração da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceRecalculationChanged: post: description: Evento responsavel por publicar eventos do websocket do recálculo x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Identificador da nota fiscal de saída responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceHeaderChanged: post: description: Evento com dados da nota fiscal para websocket x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object properties: saleInvoiceHeader: type: object allOf: – #/definitions/saleInvoiceHeader description: Registro de Nota Fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/e140insChanged: post: description: Evento de atualização das informações dos itens da nota com websocket x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – e140ins properties: e140ins: type: object allOf: – #/definitions/e140ins description: Item da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/integrationInvoiceCreated: post: description: Evento de criação da integração da nota com websocket x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – e140nfsId – e140nfsIntegrationInvoice properties: e140nfsId: type: string description: Identificação da nota fiscal e140nfsIntegrationInvoice: type: object allOf: – #/definitions/e140nfsIntegrationInvoice description: Integração da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/integrationInvoiceDeleted: post: description: Evento de delete da integração da nota com websocket x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – e140nfsId – e140nfsIntegrationInvoiceId properties: e140nfsId: type: string description: Identificação da nota fiscal e140nfsIntegrationInvoiceId: type: string description: Integração da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/chargeInvoiceFinishSuccess: post: description: Evento de sucesso do fechamento de uma nota de cobrança via pedido para entrega futura x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – chargeInvoiceId properties: chargeInvoiceId: type: string description: Id da nota fiscal de cobrança responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromSaleOrderSent: post: description: Evento para envio de nota x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Identificador da nota fiscal de saída responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceVolumeGenerated: post: description: Evento de volumes gerados x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – invoiceId – processResult properties: invoiceId: type: string description: Id da nota processResult: type: string allOf: – #/definitions/enumSitVal description: Resultado do processamento validationMessage: type: string description: Mensagem de validação responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromSaleAgreementCancelBillingSuccess: post: description: Evento de sucesso no step de cancelamento do contas a receber da nota via contrato x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – externalId properties: externalId: type: string description: Identificador externo titleNumber: type: string description: Número do título responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/batchProcessingCreated: post: description: Evento para validação da nota x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – e140nfsBatchId properties: e140nfsBatchId: type: string description: ID do lote criado para processamento message: type: string description: Dados da nota fiscal de saída automaticallyIssue: type: boolean description: Emissão automática default: false responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/replaceSaleInvoiceSucessCanceled: post: description: Evento de cancelamento da nota fiscal x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Id da nota origin: type: string allOf: – #/definitions/enumPrcNfs description: Procedência da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/replaceSaleInvoiceErrorCanceled: post: description: Evento de cancelamento da nota fiscal x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Id da nota message: type: string description: Mensagem de erro no processamento do cancelamento responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/updateOrderForContigencyInvoiceCreated: post: description: Evento para atualizar dados da nota gerada via pedido – nota de contingência e substituição para nova nota x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId – saleInvoiceDuplicatedId – saleInvoiceDuplicatedNumber properties: saleInvoiceId: type: string description: ID da nota fiscal original saleInvoiceDuplicatedId: type: string description: ID da nota fiscal duplicada saleInvoiceDuplicatedNumber: type: integer format: int64 description: Número da nota fiscal duplicada minimum: 0 maximum: 99999999 responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceCanceled: post: description: Evento de cancelamento da nota fiscal x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Id da nota origin: type: string allOf: – #/definitions/enumPrcNfs description: Procedência da nota fiscal type: type: string allOf: – #/definitions/enumTipNfs description: Tipo da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceEffectiveTaxesSucess: post: description: Evento para efetivação de retenções x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Id da nota responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceEffectiveTaxesError: post: description: Evento para efetivação de retenções x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId – validationMessage properties: saleInvoiceId: type: string description: Id da nota validationMessage: type: string description: Mensagem de validação responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/registrarControleEntradaSaidaSucess: post: description: Evento para efetivação do controle PEPS x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Id da nota responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/registrarControleEntradaSaidaError: post: description: Evento para efetivação do controle PEPS x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId – validationMessage properties: saleInvoiceId: type: string description: Id da nota validationMessage: type: string description: Mensagem de validação responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/additionalInfoRecalcRequired: post: description: Evento informação adicional recalculo x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Id da nota responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/transportInfoRecalcRequired: post: description: Evento informação adicional recalculo x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Id da nota responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceRecalcRequired: post: description: Evento informação adicional recalculo x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Id da nota finishSaleInvoiceAfterRecalculate: type: boolean description: Indicativo se a nota deve ser fechada após recálculo default: false responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromSaleAgreementRecalcRequired: post: description: Evento de recalculo da nota fiscal via contrato x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Id da nota finishSaleInvoiceAfterRecalculate: type: boolean description: Indicativo se a nota deve ser fechada após recálculo default: false responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/calculateItemRequired: post: description: Evento de cálculo do item x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – itemId properties: itemId: type: string description: Id do item responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleAgreementRequired: post: description: Evento de retorno para atualização do contrato x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object properties: invoiceId: type: string description: Id da nota errorMessage: type: string description: Messagem de erro returnType: type: string description: Tipo de retorno do contrato controlProcessId: type: string description: Id de controle do processo responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceValidationSucess: post: description: Evento para validação da nota x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Ida da nota responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceValidationError: post: description: Evento para validação da nota x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId – validationMessage properties: saleInvoiceId: type: string description: Id da nota validationMessage: type: string description: Mensagem de validação adjustments: type: array items: type: object allOf: – #/definitions/adjustment description: Lista de ajustes responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/generateVolumes: post: description: Evento de geração de volumes x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: ID da nota responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromPurchaseInvoiceGenerationSucess: post: description: Evento para validação da nota x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – externalId – invoiceId – invoiceNumber – invoiceSeriesId – invoiceSeriesCode properties: externalId: type: string description: Identificador externo invoiceId: type: string description: Identificador da nota fiscal de saída invoiceNumber: type: integer format: int64 description: Número da nota fiscal invoiceSeriesId: type: string description: Identificador da série fiscal invoiceSeriesCode: type: string description: Código da série da nota fiscal invoiceType: type: string allOf: – #/definitions/enumTipNfs description: Tipo de nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromPurchaseInvoiceGenerationError: post: description: Evento para validação da nota x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – externalId – validationMessage properties: externalId: type: string description: Ida da nota validada validationMessage: type: string description: Mensagem de validação invoiceType: type: string allOf: – #/definitions/enumTipNfs description: Tipo de nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/deleteSaleInvoiceFromPurchaseOrderSucess: post: description: Deletar a nota fiscal de saída via pedido de venda x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Identificador da nota fiscal de saída responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/deleteSaleInvoiceFromInventoryAdjustSucess: post: description: Deletar a nota fiscal de saída via acerto de estoque x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Identificador da nota fiscal de saída responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromSaleOrderGenerationSucess: post: description: Evento para validação da nota x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – externalId – invoiceId – invoiceNumber – invoiceSeriesId – invoiceSeriesCode – invoiceIssueDate properties: externalId: type: string description: Identificador externo invoiceId: type: string description: Identificador da nota fiscal de saída invoiceNumber: type: integer format: int64 description: Número da nota fiscal invoiceSeriesId: type: string description: Identificador da série fiscal invoiceSeriesCode: type: string description: Código da série da nota fiscal invoiceIssueDate: type: string format: date-time description: Data de emissão da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromSaleOrderGenerationError: post: description: Evento para validação da nota x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – externalId – validationMessage properties: externalId: type: string description: Ida da nota validada validationMessage: type: string description: Mensagem de validação responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/shipmentInvoiceGenerationSucess: post: description: Evento de sucesso na geração de nota de remessa para industrialização x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – externalId – invoiceId – invoiceNumber – invoiceSeriesId – invoiceSeriesCode properties: externalId: type: string description: Identificador externo invoiceId: type: string description: Identificador da nota fiscal de saída invoiceNumber: type: integer format: int64 description: Número da nota fiscal invoiceSeriesId: type: string description: Identificador da série fiscal invoiceSeriesCode: type: string description: Código da série da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/shipmentInvoiceGenerationError: post: description: Evento de erro na geração de nota de remessa para industrialização x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – externalId – validationMessage properties: externalId: type: string description: Ida da nota validada validationMessage: type: string description: Mensagem de validação responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromSaleAgreementGenerationSuccess: post: description: Evento de sucesso na geração/fechamento da nota via contrato x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – externalId – invoiceId – invoiceNumber – serieCode – netValue properties: externalId: type: string description: Identificador externo invoiceId: type: string description: Identificador da nota fiscal de saída invoiceNumber: type: integer format: int64 description: Número da nota fiscal serieCode: type: string description: Código da série netValue: type: string description: Valor líquido da nota generatedCharge: type: boolean description: Indicativo se foi gerado step de contas a receber status: type: string allOf: – #/definitions/enumInvoiceStatus description: Indicativo se a nota foi emitida ou gerada em digitação responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromSaleAgreementGenerationError: post: description: Evento de erro na geração/fechamento da nota via contrato x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – externalId properties: externalId: type: string description: Identificador externo validationMessage: type: string description: Mensagem de validação invoiceId: type: string description: Identificador da nota fiscal de saída invoiceNumber: type: integer format: int64 description: Número da nota fiscal serieCode: type: string description: Código da série netValue: type: string description: Valor líquido da nota adjustments: type: array items: type: object allOf: – #/definitions/adjustment description: Lista de ajustes responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromSaleAgreementBillingError: post: description: Evento de erro no step de contas a receber da nota via contrato x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – externalId properties: externalId: type: string description: Identificador externo validationMessage: type: string description: Mensagem de validação responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromSaleAgreementBillingSuccess: post: description: Evento de sucesso no step de contas a receber da nota via contrato x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – externalId properties: externalId: type: string description: Identificador externo titleNumber: type: string description: Número do título titleCode: type: string description: Código do tipo de título titleValue: type: string description: Valor em aberto do título branchId: type: string description: Id da filial chargePaymentId: type: string description: Id do lote financeiro dueDate: type: string format: date description: Data de vencimento do titulo responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceDisabled: post: description: Evento de sucesso na inutilização x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Id da nota origin: type: string allOf: – #/definitions/enumPrcNfs description: Procedência da nota fiscal type: type: string allOf: – #/definitions/enumTipNfs description: Tipo da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceDeleted: post: description: Evento de sucesso na exclusão x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Id da nota origin: type: string allOf: – #/definitions/enumPrcNfs description: Procedência da nota fiscal type: type: string allOf: – #/definitions/enumTipNfs description: Tipo da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromInventoryAdjustmentGenerationSucess: post: description: Evento para validação da nota x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – externalId – invoiceId – invoiceNumber – invoiceSeriesId – invoiceSeriesCode properties: externalId: type: string description: Identificador externo invoiceId: type: string description: Identificador da nota fiscal de saída invoiceNumber: type: integer format: int64 description: Número da nota fiscal invoiceSeriesId: type: string description: Identificador da série fiscal invoiceSeriesCode: type: string description: Código da série da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromInventoryAdjustmentGenerationError: post: description: Evento para validação da nota x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – externalId – validationMessage properties: externalId: type: string description: Ida da nota validada validationMessage: type: string description: Mensagem de validação responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFinishFromSaleInvoiceSucess: post: description: Evento de sucesso do fechamento da nota do tipo GERACAO_VIA_PEDIDO x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId – externalId properties: saleInvoiceId: type: string description: Identificador da nota fiscal externalId: type: string description: Identificação externa accessKey: type: string description: Chave eletrônica responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFinishFromPurchaseInvoiceSucess: post: description: Evento de sucesso do fechamento da nota do tipo GERACAO_VIA_NF_ENTRADA x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId – externalId properties: saleInvoiceId: type: string description: Identificador da nota fiscal externalId: type: string description: Identificação externa batchType: type: string allOf: – #/definitions/enumBatchProcessingType description: Identificação do batch de processamento responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/cancelSaleOrderQuantity: post: description: Evento para acionar cancelamento de saldo do pedido se necessário x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId – externalId properties: saleInvoiceId: type: string description: Identificador da nota fiscal externalId: type: string description: Identificação externa responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFinishFromInventoryAdjustmentSucess: post: description: Evento de sucesso do fechamento da nota do tipo GERACAO_VIA_ESTOQUE x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId – externalId properties: saleInvoiceId: type: string description: Identificador da nota fiscal externalId: type: string description: Identificação externa responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceIssueAuthorization: post: description: Evento de autorização da nota fiscal x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId – codSnf properties: saleInvoiceId: type: string description: Identificador da nota fiscal numNfs: type: integer format: int64 description: Número Nota Fiscal minimum: 0 maximum: 99999999 codSnf: type: string maxLength: 3 description: Série externalId: type: string description: Identificação externa responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/finishRehabilitateBatch: post: description: Evento de finalização de reabilitação x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Identificador da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/callNextStepFromCompleted: post: description: Evento que dispara próxima step a partir do step finalizado x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – nextStepId properties: nextStepId: type: string description: Identificador do próximo step a ser exeutado (E140nfsIntegrationInvoiceEntity.id) responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/callSendDocumentStep: post: description: Evento que incia o step de envio de documentos por email x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Identificador da nota fiscal a ser enviada responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/finishExternalInvoiceFromBatch: post: description: Evento de finalização de nota externa x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – batchId – saleInvoiceId properties: batchId: type: string description: Identificador do Batch saleInvoiceId: type: string description: Identificador da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/generateExternalInvoiceFromBatch: post: description: Evento para geração de nota externa a partir de um lote x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – batchId – saleInvoiceId – batchStatus properties: batchId: type: string description: Identificador do Batch saleInvoiceId: type: string description: Identificador da nota fiscal batchStatus: type: string allOf: – #/definitions/enumBatchStatus description: Status batch responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/cancellingSaleInvoiceOrigenError: post: description: Evento de erro no cancelamento da nota fiscal de origem x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object properties: fatCon: type: string description: Fato contábil da nota fiscal message: type: string description: Mensagem do erro ocorrido responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/cancellingSaleInvoiceOrigenSucess: post: description: Evento de sucesso no cancelamento da nota fiscal de origem x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object properties: fatCon: type: string description: Fato contábil da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/demandaConsumoReservaSucesso: post: description: Evento de sucesso no consumo da reserva de estoque x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object properties: e140insIntegration: type: object allOf: – #/definitions/e140insIntegration description: Identificador da integração com o serviço do demandas para consumo de estoque responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/demandaEstornoReservaSucesso: post: description: Evento de sucesso no estorno da reserva de estoque x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object properties: e140insIntegration: type: object allOf: – #/definitions/e140insIntegration description: Identificador da integração com o serviço do demandas para estorno de estoque responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceAccoutingIntegrationSuccess: post: description: Evento chamado após a atualização do indicativo de integração com a contabilidade x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/controllershipIntegrationData description: Dados responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceAccoutingIntegrationError: post: description: Evento chamado quando houver algum erro na atualização do indicativo de integração com a contabilidade x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/controllershipIntegrationData description: Dados responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceTaxIntegrationSuccess: post: description: Evento chamado após a atualização do indicativo de integração com a tributos x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/controllershipIntegrationData description: Dados responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceTaxIntegrationError: post: description: Evento chamado quando houver algum erro na atualização do indicativo de integração com tributos x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/controllershipIntegrationData description: Dados responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/reversedChargeInvoice: post: description: Evento de nota fiscal de cobrança estornada x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – chargeInvoiceId properties: chargeInvoiceId: type: string description: Id da nota fiscal de cobrança responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/updateAccountingInformationAccountReceivableInvoiceSuccess: post: description: Evento de sucesso a ser publicado após a atualização das informações contábeis nas notas fiscais x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – ticket properties: ticket: type: string description: Indentificador do processo responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/updateAccountingInformationAccountReceivableInvoiceError: post: description: Evento de sucesso a ser publicado após a atualização das informações contábeis nas notas fiscais x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – ticket properties: ticket: type: string description: Indentificador do processo errorMessage: type: string description: Mensagem de erro ocorrido no processo detailErrorMessage: type: string description: Detalhes do erro ocorrido no processo (stack trace) responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/getItemsSaleInvoiceShippingEvent: post: description: Evento que obtém os itens de produto na nota fiscal de saída x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId – incomingInvoiceId – saleInvoiceItemsForCallShipping properties: saleInvoiceId: type: string description: Nota fiscal saida incomingInvoiceId: type: string description: Nota fiscal entrada frete saleInvoiceItemsForCallShipping: type: array items: type: object allOf: – #/definitions/recSaleInvoiceItemsForCallShipping minimum: 1 description: Lista de itens da nota fiscal para a ligação responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/invoiceFromExternalOrderFinishSuccess: post: description: Evento de sucesso de uma nota via ecommerce autorizada x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object properties: invoiceId: type: string description: ID da nota gerada externalOrderId: type: string maxLength: 36 description: ID do pedido no ecommerce responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/sendDocumentKeyToFinance: post: description: Evento de integração da chave do documento presente na tabela E140ide x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object properties: invoiceId: type: string description: ID da nota gerada documentKey: type: string maxLength: 44 description: Chave do documento responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/bankSlipsEmailFinished: post: description: Evento de finalização do envio de email dos boletos x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object properties: emailTicket: type: string description: Ticket do envio de email invoiceId: type: string description: ID da nota gerada message: type: string description: Mensagem de exceção responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/saleInvoiceFinished: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId – codSnf – tipNfs properties: saleInvoiceId: type: string description: Identificador da nota fiscal numNfs: type: integer format: int64 description: Número Nota Fiscal minimum: 0 maximum: 99999999 codSnf: type: string maxLength: 3 description: Série tipNfs: type: string allOf: – #/definitions/enumTipNfs description: Tipo da nota fiscal externalId: type: string description: Identificação externa responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/reprocessNextPendingInvoiceIntegration: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Identificador da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/callSendDocumentMailSender: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – saleInvoiceId properties: saleInvoiceId: type: string description: Identificador da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE001sxeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE001sxeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140nfsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140nfsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140finEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140finEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140finInvoiceEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140finInvoiceEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140imiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140imiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140insEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140insEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140msiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140msiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140lotEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140lotEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140serEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140serEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140infEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140infEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140cceEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140cceEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140cceTransportEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140cceTransportEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140cceItemsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140cceItemsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140cceTrailersEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140cceTrailersEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140cceVolumesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140cceVolumesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE007ufsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE007ufsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE006paiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE006paiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE031moeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE031moeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE001tnsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE001tnsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE001intEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE001intEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE001tnsCplImpSaiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE001tnsCplImpSaiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE001tnsCplImpEntEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE001tnsCplImpEntEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE051disEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE051disEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE025ferEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE025ferEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE024msdEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE024msdEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE024msgEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE024msgEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE001tns_com_gerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE001tns_com_gerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE009ppe_com_nfvEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE009ppe_com_nfvEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE070empEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE070empEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE070filEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE070filEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE070entEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE070entEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE008raiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE008raiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE020snfEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE020snfEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE069greEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE069greEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE001pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE001pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE085pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE085pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE090pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE090pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE001endEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE001endEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE021motEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE021motEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE099usucomgerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE099usucomgerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE099usucomnfsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE099usucomnfsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE070filComNfsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE070filComNfsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE064catEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE064catEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE028cpgEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE028cpgEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE028icpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE028icpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE066fpgEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE066fpgEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE067finEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE067finEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE073pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE073pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE081tabEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE081tabEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE081tprEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE081tprEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE081itpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE081itpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE012famEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE012famEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE012famSupGerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE012famSupGerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE083oriEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE083oriEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE013agpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE013agpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE012famComGerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE012famComGerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE075derEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE075derEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE075derCplImpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE075derCplImpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE075derSupEstEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE075derSupEstEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE075derComGerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE075derComGerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE075ppcEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE075ppcEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importNcmEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportNcmEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE080serEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE080serEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE080ser_com_gerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE080ser_com_gerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE015medEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE015medEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE085hcl_com_gerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE085hcl_com_gerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE085hcl_com_nfsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE085hcl_com_nfsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE090hrp_com_gerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE090hrp_com_gerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140insCommissionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140insCommissionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE001tnsComNfsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE001tnsComNfsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE070filComGerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE070filComGerEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE020parEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE020parEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE032edcEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE032edcEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140parEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140parEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140imdEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140imdEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140embEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140embEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140rebEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140rebEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140obsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140obsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE023crpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE023crpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE002tptEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE002tptEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE039porEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE039porEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE033crtEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE033crtEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE047ntgEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE047ntgEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE015tcuEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE015tcuEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE075comEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE075comEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140mnfEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140mnfEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE001pesCplImpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE001pesCplImpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE070filCplImpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE070filCplImpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE080serCplImpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE080serCplImpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importLeiComplementar1162003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportLeiComplementar1162003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importNbsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportNbsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE070empCplImpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE070empCplImpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE027strEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE027strEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE205depEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE205depEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE210dxpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE210dxpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE027eqiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE027eqiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140ideEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140ideEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140dtnEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140dtnEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140refEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140refEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140dtiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140dtiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140hdfEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140hdfEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140nfsBatchEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140nfsBatchEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140nfsBatchInvoiceEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140nfsBatchInvoiceEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140nfsIntegrationInvoiceEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140nfsIntegrationInvoiceEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE070filCplCtbEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE070filCplCtbEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE064segEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE064segEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140insIntegrationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140insIntegrationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE091plfEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE091plfEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE044ccuEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE044ccuEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE070ineEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE070ineEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140returnEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140returnEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140nfsReturnEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140nfsReturnEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140insReturnEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140insReturnEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140lotReturnEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140lotReturnEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140serReturnEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140serReturnEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importDeliveryInvoiceEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportDeliveryInvoiceEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importLinkInvoiceDeliveryEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportLinkInvoiceDeliveryEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE001tnsSupEstEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE001tnsSupEstEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importNaturezaReceitaPISCOFINSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportNaturezaReceitaPISCOFINSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140nfsIntCplEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140nfsIntCplEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE140insProductionOrderEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE140insProductionOrderEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importBeneficioFiscalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportBeneficioFiscalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importSaleChannelEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportSaleChannelEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importOriginDocumentEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportOriginDocumentEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importOriginDocumentItemEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportOriginDocumentItemEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE070filFinCreEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE070filFinCreEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importE085hclFinCreEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportE085hclFinCreEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importModulosEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportModulosEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importExternalInvoiceIntegrationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportExternalInvoiceIntegrationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/importSendDocumentAttachmentEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/events/exportSendDocumentAttachmentEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001sxe: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001sxe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001sxe/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001sxe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfs responses: 200: description: The created resource schema: #/definitions/e140nfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfs responses: 200: description: The created resource schema: #/definitions/e140nfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140nfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140nfs responses: 200: description: Ok schema: #/definitions/editE140nfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140nfs responses: 200: description: Ok schema: #/definitions/e140nfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140nfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140nfs responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140fin: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140fin responses: 200: description: The created resource schema: #/definitions/e140fin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140fin responses: 200: description: The created resource schema: #/definitions/e140fin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140fin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140fin/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140fin responses: 200: description: Ok schema: #/definitions/editE140fin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140fin responses: 200: description: Ok schema: #/definitions/e140fin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140fin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140fin/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140fin responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140finInvoice: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140finInvoice responses: 200: description: The created resource schema: #/definitions/e140finInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140finInvoice responses: 200: description: The created resource schema: #/definitions/e140finInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140finInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140finInvoice/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140finInvoice responses: 200: description: Ok schema: #/definitions/editE140finInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140finInvoice responses: 200: description: Ok schema: #/definitions/e140finInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140finInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140fin/{parentId}/e140finInvoice: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140finInvoice responses: 200: description: The created resources schema: type: array items: #/definitions/e140finInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140finInvoice responses: 200: description: The created resources schema: type: array items: #/definitions/e140finInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140finInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140fin/{parentId}/e140finInvoice/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140finInvoice responses: 200: description: Ok schema: #/definitions/editE140finInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140finInvoice responses: 200: description: Ok schema: #/definitions/e140finInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140finInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140finInvoice/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140finInvoice responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140imi: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140imi responses: 200: description: The created resource schema: #/definitions/e140imi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140imi responses: 200: description: The created resource schema: #/definitions/e140imi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140imi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140imi/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140imi responses: 200: description: Ok schema: #/definitions/editE140imi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140imi responses: 200: description: Ok schema: #/definitions/e140imi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140imi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140imi: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140imi responses: 200: description: The created resources schema: type: array items: #/definitions/e140imi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140imi responses: 200: description: The created resources schema: type: array items: #/definitions/e140imi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140imi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140imi/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140imi responses: 200: description: Ok schema: #/definitions/editE140imi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140imi responses: 200: description: Ok schema: #/definitions/e140imi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140imi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140imi/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140imi responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140ins responses: 200: description: The created resource schema: #/definitions/e140ins 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140ins responses: 200: description: The created resource schema: #/definitions/e140ins 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140ins 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140ins responses: 200: description: Ok schema: #/definitions/editE140ins 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140ins responses: 200: description: Ok schema: #/definitions/e140ins 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140ins 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140ins: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140ins responses: 200: description: The created resources schema: type: array items: #/definitions/e140ins 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140ins responses: 200: description: The created resources schema: type: array items: #/definitions/e140ins 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140ins 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140ins/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140ins responses: 200: description: Ok schema: #/definitions/editE140ins 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140ins responses: 200: description: Ok schema: #/definitions/e140ins 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140ins 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140ins responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140msi: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140msi responses: 200: description: The created resource schema: #/definitions/e140msi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140msi responses: 200: description: The created resource schema: #/definitions/e140msi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140msi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140msi/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140msi responses: 200: description: Ok schema: #/definitions/editE140msi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140msi responses: 200: description: Ok schema: #/definitions/e140msi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140msi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140msi: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140msi responses: 200: description: The created resources schema: type: array items: #/definitions/e140msi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140msi responses: 200: description: The created resources schema: type: array items: #/definitions/e140msi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140msi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140msi/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140msi responses: 200: description: Ok schema: #/definitions/editE140msi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140msi responses: 200: description: Ok schema: #/definitions/e140msi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140msi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140msi/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140msi responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140lot: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140lot responses: 200: description: The created resource schema: #/definitions/e140lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140lot responses: 200: description: The created resource schema: #/definitions/e140lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140lot/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140lot responses: 200: description: Ok schema: #/definitions/editE140lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140lot responses: 200: description: Ok schema: #/definitions/e140lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140lot: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140lot responses: 200: description: The created resources schema: type: array items: #/definitions/e140lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140lot responses: 200: description: The created resources schema: type: array items: #/definitions/e140lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140lot/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140lot responses: 200: description: Ok schema: #/definitions/editE140lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140lot responses: 200: description: Ok schema: #/definitions/e140lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140lot/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140lot responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ser: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140ser responses: 200: description: The created resource schema: #/definitions/e140ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140ser responses: 200: description: The created resource schema: #/definitions/e140ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ser/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140ser responses: 200: description: Ok schema: #/definitions/editE140ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140ser responses: 200: description: Ok schema: #/definitions/e140ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140ser: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140ser responses: 200: description: The created resources schema: type: array items: #/definitions/e140ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140ser responses: 200: description: The created resources schema: type: array items: #/definitions/e140ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140ser/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140ser responses: 200: description: Ok schema: #/definitions/editE140ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140ser responses: 200: description: Ok schema: #/definitions/e140ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ser/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140ser responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140inf: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140inf responses: 200: description: The created resource schema: #/definitions/e140inf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140inf responses: 200: description: The created resource schema: #/definitions/e140inf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140inf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140inf/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140inf responses: 200: description: Ok schema: #/definitions/editE140inf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140inf responses: 200: description: Ok schema: #/definitions/e140inf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140inf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140inf: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140inf responses: 200: description: The created resource schema: #/definitions/e140inf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140inf responses: 200: description: The created resource schema: #/definitions/e140inf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140inf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140inf/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140inf responses: 200: description: Ok schema: #/definitions/editE140inf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140inf responses: 200: description: Ok schema: #/definitions/e140inf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140inf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140inf/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140inf responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cce: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140cce responses: 200: description: The created resource schema: #/definitions/e140cce 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140cce responses: 200: description: The created resource schema: #/definitions/e140cce 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140cce 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cce/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140cce responses: 200: description: Ok schema: #/definitions/editE140cce 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140cce responses: 200: description: Ok schema: #/definitions/e140cce 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140cce 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cce/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140cce responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cceTransport: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140cceTransport responses: 200: description: The created resource schema: #/definitions/e140cceTransport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140cceTransport responses: 200: description: The created resource schema: #/definitions/e140cceTransport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140cceTransport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cceTransport/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140cceTransport responses: 200: description: Ok schema: #/definitions/editE140cceTransport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140cceTransport responses: 200: description: Ok schema: #/definitions/e140cceTransport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140cceTransport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cce/{parentId}/e140cceTransport: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140cceTransport responses: 200: description: The created resource schema: #/definitions/e140cceTransport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140cceTransport responses: 200: description: The created resource schema: #/definitions/e140cceTransport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140cceTransport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cce/{parentId}/e140cceTransport/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140cceTransport responses: 200: description: Ok schema: #/definitions/editE140cceTransport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140cceTransport responses: 200: description: Ok schema: #/definitions/e140cceTransport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140cceTransport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cceTransport/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140cceTransport responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cceItems: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140cceItems responses: 200: description: The created resource schema: #/definitions/e140cceItems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140cceItems responses: 200: description: The created resource schema: #/definitions/e140cceItems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140cceItems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cceItems/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140cceItems responses: 200: description: Ok schema: #/definitions/editE140cceItems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140cceItems responses: 200: description: Ok schema: #/definitions/e140cceItems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140cceItems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cce/{parentId}/e140cceItems: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140cceItems responses: 200: description: The created resources schema: type: array items: #/definitions/e140cceItems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140cceItems responses: 200: description: The created resources schema: type: array items: #/definitions/e140cceItems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140cceItems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cce/{parentId}/e140cceItems/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140cceItems responses: 200: description: Ok schema: #/definitions/editE140cceItems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140cceItems responses: 200: description: Ok schema: #/definitions/e140cceItems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140cceItems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cceItems/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140cceItems responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cceTrailers: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140cceTrailers responses: 200: description: The created resource schema: #/definitions/e140cceTrailers 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140cceTrailers responses: 200: description: The created resource schema: #/definitions/e140cceTrailers 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140cceTrailers 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cceTrailers/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140cceTrailers responses: 200: description: Ok schema: #/definitions/editE140cceTrailers 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140cceTrailers responses: 200: description: Ok schema: #/definitions/e140cceTrailers 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140cceTrailers 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cce/{parentId}/e140cceTrailers: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140cceTrailers responses: 200: description: The created resources schema: type: array items: #/definitions/e140cceTrailers 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140cceTrailers responses: 200: description: The created resources schema: type: array items: #/definitions/e140cceTrailers 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140cceTrailers 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cce/{parentId}/e140cceTrailers/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140cceTrailers responses: 200: description: Ok schema: #/definitions/editE140cceTrailers 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140cceTrailers responses: 200: description: Ok schema: #/definitions/e140cceTrailers 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140cceTrailers 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cceTrailers/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140cceTrailers responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cceVolumes: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140cceVolumes responses: 200: description: The created resource schema: #/definitions/e140cceVolumes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140cceVolumes responses: 200: description: The created resource schema: #/definitions/e140cceVolumes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140cceVolumes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cceVolumes/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140cceVolumes responses: 200: description: Ok schema: #/definitions/editE140cceVolumes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140cceVolumes responses: 200: description: Ok schema: #/definitions/e140cceVolumes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140cceVolumes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cce/{parentId}/e140cceVolumes: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140cceVolumes responses: 200: description: The created resources schema: type: array items: #/definitions/e140cceVolumes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140cceVolumes responses: 200: description: The created resources schema: type: array items: #/definitions/e140cceVolumes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140cceVolumes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cce/{parentId}/e140cceVolumes/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140cceVolumes responses: 200: description: Ok schema: #/definitions/editE140cceVolumes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140cceVolumes responses: 200: description: Ok schema: #/definitions/e140cceVolumes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140cceVolumes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140cceVolumes/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140cceVolumes responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e007ufs: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e007ufs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e007ufs/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e007ufs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e006pai: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e006pai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e006pai/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e006pai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e031moe: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e031moe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e031moe/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e031moe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tns: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001tns 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tns/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001tns 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001int: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001int 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001int/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001int 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tnsCplImpSai: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001tnsCplImpSai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tnsCplImpSai/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001tnsCplImpSai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tnsCplImpEnt: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001tnsCplImpEnt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tnsCplImpEnt/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001tnsCplImpEnt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e051dis: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e051dis 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e051dis/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e051dis 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e025fer: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e025fer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e025fer/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e025fer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e024msd: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e024msd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e024msd/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e024msd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e024msg: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e024msg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e024msg/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e024msg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tns_com_ger: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001tns_com_ger 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tns_com_ger/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001tns_com_ger 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e009ppe_com_nfv: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e009ppe_com_nfv responses: 200: description: The created resource schema: #/definitions/e009ppe_com_nfv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e009ppe_com_nfv responses: 200: description: The created resource schema: #/definitions/e009ppe_com_nfv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e009ppe_com_nfv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e009ppe_com_nfv/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE009ppe_com_nfv responses: 200: description: Ok schema: #/definitions/editE009ppe_com_nfv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e009ppe_com_nfv responses: 200: description: Ok schema: #/definitions/e009ppe_com_nfv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e009ppe_com_nfv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e009ppe_com_nfv/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e009ppe_com_nfv responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070emp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070emp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070fil: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070fil/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070ent: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070ent 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070ent/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070ent 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e008rai: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e008rai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e008rai/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e008rai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e020snf: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e020snf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e020snf/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e020snf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e069gre: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e069gre 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e069gre/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e069gre 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001pes: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001pes/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e085pes: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e085pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e085pes/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e085pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e090pes: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e090pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e090pes/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e090pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001end: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001end 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001end/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001end 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e021mot: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e021mot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e021mot/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e021mot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e099usucomger: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e099usucomger 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e099usucomger/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e099usucomger 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e099usucomnfs: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e099usucomnfs responses: 200: description: The created resource schema: #/definitions/e099usucomnfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e099usucomnfs responses: 200: description: The created resource schema: #/definitions/e099usucomnfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e099usucomnfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e099usucomnfs/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE099usucomnfs responses: 200: description: Ok schema: #/definitions/editE099usucomnfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e099usucomnfs responses: 200: description: Ok schema: #/definitions/e099usucomnfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e099usucomnfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e099usucomnfs/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e099usucomnfs responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070filComNfs: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e070filComNfs responses: 200: description: The created resource schema: #/definitions/e070filComNfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e070filComNfs responses: 200: description: The created resource schema: #/definitions/e070filComNfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070filComNfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070filComNfs/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE070filComNfs responses: 200: description: Ok schema: #/definitions/editE070filComNfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e070filComNfs responses: 200: description: Ok schema: #/definitions/e070filComNfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070filComNfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070filComNfs/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e070filComNfs responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e064cat: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e064cat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e064cat/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e064cat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e028cpg: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e028cpg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e028cpg/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e028cpg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e028icp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e028icp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e028icp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e028icp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e066fpg: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e066fpg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e066fpg/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e066fpg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e067fin: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e067fin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e067fin/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e067fin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e073pes: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e073pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e073pes/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e073pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e081tab: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e081tab 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e081tab/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e081tab 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e081tpr: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e081tpr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e081tpr/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e081tpr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e081itp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e081itp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e081itp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e081itp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e012fam: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e012fam 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e012fam/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e012fam 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e012famSupGer: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e012famSupGer responses: 200: description: The created resource schema: #/definitions/e012famSupGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e012famSupGer responses: 200: description: The created resource schema: #/definitions/e012famSupGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e012famSupGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e012famSupGer/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE012famSupGer responses: 200: description: Ok schema: #/definitions/editE012famSupGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e012famSupGer responses: 200: description: Ok schema: #/definitions/e012famSupGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e012famSupGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e012famSupGer/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e012famSupGer responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e083ori: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e083ori 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e083ori/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e083ori 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e013agp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e013agp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e013agp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e013agp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e012famComGer: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e012famComGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e012famComGer/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e012famComGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e075der: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e075der 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e075der/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e075der 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e075derCplImp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e075derCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e075derCplImp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e075derCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e075derSupEst: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e075derSupEst 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e075derSupEst/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e075derSupEst 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e075derComGer: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e075derComGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e075derComGer/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e075derComGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e075ppc: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e075ppc 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e075ppc/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e075ppc 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/ncm: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/ncm 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/ncm/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/ncm 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e080ser: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e080ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e080ser/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e080ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e080ser_com_ger: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e080ser_com_ger 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e080ser_com_ger/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e080ser_com_ger 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e015med: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e015med 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e015med/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e015med 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e085hcl_com_ger: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e085hcl_com_ger 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e085hcl_com_ger/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e085hcl_com_ger 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e085hcl_com_nfs: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e085hcl_com_nfs responses: 200: description: The created resource schema: #/definitions/e085hcl_com_nfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e085hcl_com_nfs responses: 200: description: The created resource schema: #/definitions/e085hcl_com_nfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e085hcl_com_nfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e085hcl_com_nfs/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE085hcl_com_nfs responses: 200: description: Ok schema: #/definitions/editE085hcl_com_nfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e085hcl_com_nfs responses: 200: description: Ok schema: #/definitions/e085hcl_com_nfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e085hcl_com_nfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e085hcl_com_nfs/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e085hcl_com_nfs responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e090hrp_com_ger: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e090hrp_com_ger 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e090hrp_com_ger/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e090hrp_com_ger 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140insCommission: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140insCommission responses: 200: description: The created resource schema: #/definitions/e140insCommission 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140insCommission responses: 200: description: The created resource schema: #/definitions/e140insCommission 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140insCommission 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140insCommission/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140insCommission responses: 200: description: Ok schema: #/definitions/editE140insCommission 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140insCommission responses: 200: description: Ok schema: #/definitions/e140insCommission 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140insCommission 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140insCommission: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140insCommission responses: 200: description: The created resources schema: type: array items: #/definitions/e140insCommission 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140insCommission responses: 200: description: The created resources schema: type: array items: #/definitions/e140insCommission 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140insCommission 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140insCommission/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140insCommission responses: 200: description: Ok schema: #/definitions/editE140insCommission 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140insCommission responses: 200: description: Ok schema: #/definitions/e140insCommission 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140insCommission 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140insCommission/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140insCommission responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tnsComNfs: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e001tnsComNfs responses: 200: description: The created resource schema: #/definitions/e001tnsComNfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e001tnsComNfs responses: 200: description: The created resource schema: #/definitions/e001tnsComNfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001tnsComNfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tnsComNfs/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE001tnsComNfs responses: 200: description: Ok schema: #/definitions/editE001tnsComNfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e001tnsComNfs responses: 200: description: Ok schema: #/definitions/e001tnsComNfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001tnsComNfs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tnsComNfs/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e001tnsComNfs responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070filComGer: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070filComGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070filComGer/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070filComGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e020par: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e020par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e020par/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e020par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e032edc: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e032edc 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e032edc/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e032edc 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140par: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140par responses: 200: description: The created resource schema: #/definitions/e140par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140par responses: 200: description: The created resource schema: #/definitions/e140par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140par/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140par responses: 200: description: Ok schema: #/definitions/editE140par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140par responses: 200: description: Ok schema: #/definitions/e140par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140par: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140par responses: 200: description: The created resources schema: type: array items: #/definitions/e140par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140par responses: 200: description: The created resources schema: type: array items: #/definitions/e140par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140par/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140par responses: 200: description: Ok schema: #/definitions/editE140par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140par responses: 200: description: Ok schema: #/definitions/e140par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140par/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140par responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140imd: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140imd responses: 200: description: The created resource schema: #/definitions/e140imd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140imd responses: 200: description: The created resource schema: #/definitions/e140imd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140imd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140imd/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140imd responses: 200: description: Ok schema: #/definitions/editE140imd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140imd responses: 200: description: Ok schema: #/definitions/e140imd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140imd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140imd: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140imd responses: 200: description: The created resources schema: type: array items: #/definitions/e140imd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140imd responses: 200: description: The created resources schema: type: array items: #/definitions/e140imd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140imd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140imd/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140imd responses: 200: description: Ok schema: #/definitions/editE140imd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140imd responses: 200: description: Ok schema: #/definitions/e140imd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140imd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140imd/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140imd responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140emb: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140emb responses: 200: description: The created resource schema: #/definitions/e140emb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140emb responses: 200: description: The created resource schema: #/definitions/e140emb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140emb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140emb/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140emb responses: 200: description: Ok schema: #/definitions/editE140emb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140emb responses: 200: description: Ok schema: #/definitions/e140emb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140emb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140emb: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140emb responses: 200: description: The created resources schema: type: array items: #/definitions/e140emb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140emb responses: 200: description: The created resources schema: type: array items: #/definitions/e140emb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140emb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140emb/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140emb responses: 200: description: Ok schema: #/definitions/editE140emb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140emb responses: 200: description: Ok schema: #/definitions/e140emb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140emb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140emb/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140emb responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140reb: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140reb responses: 200: description: The created resource schema: #/definitions/e140reb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140reb responses: 200: description: The created resource schema: #/definitions/e140reb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140reb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140reb/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140reb responses: 200: description: Ok schema: #/definitions/editE140reb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140reb responses: 200: description: Ok schema: #/definitions/e140reb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140reb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140reb: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140reb responses: 200: description: The created resources schema: type: array items: #/definitions/e140reb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140reb responses: 200: description: The created resources schema: type: array items: #/definitions/e140reb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140reb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140reb/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140reb responses: 200: description: Ok schema: #/definitions/editE140reb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140reb responses: 200: description: Ok schema: #/definitions/e140reb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140reb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140reb/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140reb responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140obs: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140obs responses: 200: description: The created resource schema: #/definitions/e140obs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140obs responses: 200: description: The created resource schema: #/definitions/e140obs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140obs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140obs/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140obs responses: 200: description: Ok schema: #/definitions/editE140obs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140obs responses: 200: description: Ok schema: #/definitions/e140obs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140obs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140obs/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140obs responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e023crp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e023crp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e023crp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e023crp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e002tpt: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e002tpt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e002tpt/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e002tpt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e039por: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e039por 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e039por/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e039por 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e033crt: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e033crt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e033crt/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e033crt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e047ntg: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e047ntg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e047ntg/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e047ntg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e015tcu: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e015tcu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e015tcu/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e015tcu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e075com: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e075com responses: 200: description: The created resource schema: #/definitions/e075com 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e075com responses: 200: description: The created resource schema: #/definitions/e075com 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e075com 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e075com/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE075com responses: 200: description: Ok schema: #/definitions/editE075com 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e075com responses: 200: description: Ok schema: #/definitions/e075com 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e075com 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e075com/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e075com responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140mnf: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140mnf responses: 200: description: The created resource schema: #/definitions/e140mnf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140mnf responses: 200: description: The created resource schema: #/definitions/e140mnf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140mnf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140mnf/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140mnf responses: 200: description: Ok schema: #/definitions/editE140mnf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140mnf responses: 200: description: Ok schema: #/definitions/e140mnf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140mnf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140mnf: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140mnf responses: 200: description: The created resources schema: type: array items: #/definitions/e140mnf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140mnf responses: 200: description: The created resources schema: type: array items: #/definitions/e140mnf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140mnf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140mnf/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140mnf responses: 200: description: Ok schema: #/definitions/editE140mnf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140mnf responses: 200: description: Ok schema: #/definitions/e140mnf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140mnf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140mnf/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140mnf responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001pesCplImp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001pesCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001pesCplImp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001pesCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070filCplImp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070filCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070filCplImp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070filCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e080serCplImp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e080serCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e080serCplImp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e080serCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/leiComplementar1162003: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/leiComplementar1162003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/leiComplementar1162003/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/leiComplementar1162003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/nbs: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/nbs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/nbs/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/nbs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070empCplImp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070empCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070empCplImp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070empCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e027str: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e027str 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e027str/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e027str 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e205dep: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e205dep 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e205dep/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e205dep 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e210dxp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e210dxp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e210dxp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e210dxp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e027eqi: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e027eqi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e027eqi/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e027eqi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ide: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140ide responses: 200: description: The created resource schema: #/definitions/e140ide 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140ide responses: 200: description: The created resource schema: #/definitions/e140ide 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140ide 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ide/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140ide responses: 200: description: Ok schema: #/definitions/editE140ide 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140ide responses: 200: description: Ok schema: #/definitions/e140ide 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140ide 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140ide: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140ide responses: 200: description: The created resource schema: #/definitions/e140ide 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140ide responses: 200: description: The created resource schema: #/definitions/e140ide 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140ide 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140ide/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140ide responses: 200: description: Ok schema: #/definitions/editE140ide 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140ide responses: 200: description: Ok schema: #/definitions/e140ide 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140ide 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ide/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140ide responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140dtn: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140dtn responses: 200: description: The created resource schema: #/definitions/e140dtn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140dtn responses: 200: description: The created resource schema: #/definitions/e140dtn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140dtn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140dtn/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140dtn responses: 200: description: Ok schema: #/definitions/editE140dtn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140dtn responses: 200: description: Ok schema: #/definitions/e140dtn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140dtn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140dtn: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140dtn responses: 200: description: The created resource schema: #/definitions/e140dtn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140dtn responses: 200: description: The created resource schema: #/definitions/e140dtn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140dtn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140dtn/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140dtn responses: 200: description: Ok schema: #/definitions/editE140dtn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140dtn responses: 200: description: Ok schema: #/definitions/e140dtn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140dtn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140dtn/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140dtn responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ref: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140ref responses: 200: description: The created resource schema: #/definitions/e140ref 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140ref responses: 200: description: The created resource schema: #/definitions/e140ref 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140ref 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ref/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140ref responses: 200: description: Ok schema: #/definitions/editE140ref 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140ref responses: 200: description: Ok schema: #/definitions/e140ref 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140ref 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140ref: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140ref responses: 200: description: The created resources schema: type: array items: #/definitions/e140ref 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140ref responses: 200: description: The created resources schema: type: array items: #/definitions/e140ref 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140ref 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140ref/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140ref responses: 200: description: Ok schema: #/definitions/editE140ref 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140ref responses: 200: description: Ok schema: #/definitions/e140ref 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140ref 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ref/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140ref responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140dti: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140dti responses: 200: description: The created resource schema: #/definitions/e140dti 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140dti responses: 200: description: The created resource schema: #/definitions/e140dti 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140dti 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140dti/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140dti responses: 200: description: Ok schema: #/definitions/editE140dti 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140dti responses: 200: description: Ok schema: #/definitions/e140dti 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140dti 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140dti: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140dti responses: 200: description: The created resource schema: #/definitions/e140dti 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140dti responses: 200: description: The created resource schema: #/definitions/e140dti 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140dti 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140dti/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140dti responses: 200: description: Ok schema: #/definitions/editE140dti 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140dti responses: 200: description: Ok schema: #/definitions/e140dti 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140dti 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140dti/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140dti responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140hdf: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140hdf responses: 200: description: The created resource schema: #/definitions/e140hdf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140hdf responses: 200: description: The created resource schema: #/definitions/e140hdf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140hdf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140hdf/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140hdf responses: 200: description: Ok schema: #/definitions/editE140hdf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140hdf responses: 200: description: Ok schema: #/definitions/e140hdf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140hdf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140hdf: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140hdf responses: 200: description: The created resources schema: type: array items: #/definitions/e140hdf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140hdf responses: 200: description: The created resources schema: type: array items: #/definitions/e140hdf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140hdf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140hdf/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140hdf responses: 200: description: Ok schema: #/definitions/editE140hdf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140hdf responses: 200: description: Ok schema: #/definitions/e140hdf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140hdf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140hdf/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140hdf responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsBatch: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfsBatch responses: 200: description: The created resource schema: #/definitions/e140nfsBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfsBatch responses: 200: description: The created resource schema: #/definitions/e140nfsBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140nfsBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsBatch/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140nfsBatch responses: 200: description: Ok schema: #/definitions/editE140nfsBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140nfsBatch responses: 200: description: Ok schema: #/definitions/e140nfsBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140nfsBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsBatch/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140nfsBatch responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsBatchInvoice: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfsBatchInvoice responses: 200: description: The created resource schema: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfsBatchInvoice responses: 200: description: The created resource schema: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsBatchInvoice/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140nfsBatchInvoice responses: 200: description: Ok schema: #/definitions/editE140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140nfsBatchInvoice responses: 200: description: Ok schema: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140fin/{parentId}/e140nfsBatchInvoice: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140nfsBatchInvoice responses: 200: description: The created resources schema: type: array items: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140nfsBatchInvoice responses: 200: description: The created resources schema: type: array items: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsBatch/{parentId}/e140nfsBatchInvoice: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140nfsBatchInvoice responses: 200: description: The created resources schema: type: array items: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140nfsBatchInvoice responses: 200: description: The created resources schema: type: array items: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140fin/{parentId}/e140nfsBatchInvoice/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140nfsBatchInvoice responses: 200: description: Ok schema: #/definitions/editE140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140nfsBatchInvoice responses: 200: description: Ok schema: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsBatch/{parentId}/e140nfsBatchInvoice/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140nfsBatchInvoice responses: 200: description: Ok schema: #/definitions/editE140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140nfsBatchInvoice responses: 200: description: Ok schema: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140nfsBatchInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsBatchInvoice/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140nfsBatchInvoice responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsIntegrationInvoice: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfsIntegrationInvoice responses: 200: description: The created resource schema: #/definitions/e140nfsIntegrationInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfsIntegrationInvoice responses: 200: description: The created resource schema: #/definitions/e140nfsIntegrationInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140nfsIntegrationInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsIntegrationInvoice/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140nfsIntegrationInvoice responses: 200: description: Ok schema: #/definitions/editE140nfsIntegrationInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140nfsIntegrationInvoice responses: 200: description: Ok schema: #/definitions/e140nfsIntegrationInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140nfsIntegrationInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsIntegrationInvoice/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140nfsIntegrationInvoice responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070filCplCtb: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e070filCplCtb responses: 200: description: The created resource schema: #/definitions/e070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e070filCplCtb responses: 200: description: The created resource schema: #/definitions/e070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070filCplCtb/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE070filCplCtb responses: 200: description: Ok schema: #/definitions/editE070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e070filCplCtb responses: 200: description: Ok schema: #/definitions/e070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070filCplCtb/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e070filCplCtb responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e064seg: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e064seg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e064seg/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e064seg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140insIntegration: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140insIntegration responses: 200: description: The created resource schema: #/definitions/e140insIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140insIntegration responses: 200: description: The created resource schema: #/definitions/e140insIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140insIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140insIntegration/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140insIntegration responses: 200: description: Ok schema: #/definitions/editE140insIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140insIntegration responses: 200: description: Ok schema: #/definitions/e140insIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140insIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsIntegrationInvoice/{parentId}/e140insIntegration: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140insIntegration responses: 200: description: The created resources schema: type: array items: #/definitions/e140insIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140insIntegration responses: 200: description: The created resources schema: type: array items: #/definitions/e140insIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140insIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsIntegrationInvoice/{parentId}/e140insIntegration/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140insIntegration responses: 200: description: Ok schema: #/definitions/editE140insIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140insIntegration responses: 200: description: Ok schema: #/definitions/e140insIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140insIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140insIntegration/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140insIntegration responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e091plf: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e091plf responses: 200: description: The created resource schema: #/definitions/e091plf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e091plf responses: 200: description: The created resource schema: #/definitions/e091plf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e091plf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e091plf/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE091plf responses: 200: description: Ok schema: #/definitions/editE091plf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e091plf responses: 200: description: Ok schema: #/definitions/e091plf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e091plf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e091plf/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e091plf responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e044ccu: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e044ccu responses: 200: description: The created resource schema: #/definitions/e044ccu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e044ccu responses: 200: description: The created resource schema: #/definitions/e044ccu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e044ccu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e044ccu/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE044ccu responses: 200: description: Ok schema: #/definitions/editE044ccu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e044ccu responses: 200: description: Ok schema: #/definitions/e044ccu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e044ccu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e044ccu/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e044ccu responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070ine: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e070ine responses: 200: description: The created resource schema: #/definitions/e070ine 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e070ine responses: 200: description: The created resource schema: #/definitions/e070ine 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070ine 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070ine/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE070ine responses: 200: description: Ok schema: #/definitions/editE070ine 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e070ine responses: 200: description: Ok schema: #/definitions/e070ine 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070ine 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070ine/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e070ine responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140return: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140return responses: 200: description: The created resource schema: #/definitions/e140return 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140return responses: 200: description: The created resource schema: #/definitions/e140return 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140return 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140return/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140return responses: 200: description: Ok schema: #/definitions/editE140return 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140return responses: 200: description: Ok schema: #/definitions/e140return 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140return 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140return/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140return responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsReturn: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfsReturn responses: 200: description: The created resource schema: #/definitions/e140nfsReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfsReturn responses: 200: description: The created resource schema: #/definitions/e140nfsReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140nfsReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsReturn/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140nfsReturn responses: 200: description: Ok schema: #/definitions/editE140nfsReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140nfsReturn responses: 200: description: Ok schema: #/definitions/e140nfsReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140nfsReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsReturn/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140nfsReturn responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140insReturn: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140insReturn responses: 200: description: The created resource schema: #/definitions/e140insReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140insReturn responses: 200: description: The created resource schema: #/definitions/e140insReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140insReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140insReturn/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140insReturn responses: 200: description: Ok schema: #/definitions/editE140insReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140insReturn responses: 200: description: Ok schema: #/definitions/e140insReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140insReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140insReturn/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140insReturn responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140lotReturn: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140lotReturn responses: 200: description: The created resource schema: #/definitions/e140lotReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140lotReturn responses: 200: description: The created resource schema: #/definitions/e140lotReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140lotReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140lotReturn/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140lotReturn responses: 200: description: Ok schema: #/definitions/editE140lotReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140lotReturn responses: 200: description: Ok schema: #/definitions/e140lotReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140lotReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140lotReturn/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140lotReturn responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140serReturn: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140serReturn responses: 200: description: The created resource schema: #/definitions/e140serReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140serReturn responses: 200: description: The created resource schema: #/definitions/e140serReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140serReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140serReturn/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140serReturn responses: 200: description: Ok schema: #/definitions/editE140serReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140serReturn responses: 200: description: Ok schema: #/definitions/e140serReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140serReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140serReturn/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140serReturn responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/deliveryInvoice: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/deliveryInvoice responses: 200: description: The created resource schema: #/definitions/deliveryInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/deliveryInvoice responses: 200: description: The created resource schema: #/definitions/deliveryInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/deliveryInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/deliveryInvoice/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editDeliveryInvoice responses: 200: description: Ok schema: #/definitions/editDeliveryInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/deliveryInvoice responses: 200: description: Ok schema: #/definitions/deliveryInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/deliveryInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/deliveryInvoice/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/deliveryInvoice responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/linkInvoiceDelivery: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/linkInvoiceDelivery responses: 200: description: The created resource schema: #/definitions/linkInvoiceDelivery 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/linkInvoiceDelivery responses: 200: description: The created resource schema: #/definitions/linkInvoiceDelivery 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/linkInvoiceDelivery 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/linkInvoiceDelivery/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editLinkInvoiceDelivery responses: 200: description: Ok schema: #/definitions/editLinkInvoiceDelivery 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/linkInvoiceDelivery responses: 200: description: Ok schema: #/definitions/linkInvoiceDelivery 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/linkInvoiceDelivery 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/linkInvoiceDelivery/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/linkInvoiceDelivery responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tnsSupEst: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e001tnsSupEst responses: 200: description: The created resource schema: #/definitions/e001tnsSupEst 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e001tnsSupEst responses: 200: description: The created resource schema: #/definitions/e001tnsSupEst 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001tnsSupEst 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tnsSupEst/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE001tnsSupEst responses: 200: description: Ok schema: #/definitions/editE001tnsSupEst 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e001tnsSupEst responses: 200: description: Ok schema: #/definitions/e001tnsSupEst 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001tnsSupEst 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e001tnsSupEst/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e001tnsSupEst responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/naturezaReceitaPISCOFINS: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/naturezaReceitaPISCOFINS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/naturezaReceitaPISCOFINS/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/naturezaReceitaPISCOFINS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsIntCpl: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfsIntCpl responses: 200: description: The created resource schema: #/definitions/e140nfsIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfsIntCpl responses: 200: description: The created resource schema: #/definitions/e140nfsIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140nfsIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsIntCpl/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140nfsIntCpl responses: 200: description: Ok schema: #/definitions/editE140nfsIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140nfsIntCpl responses: 200: description: Ok schema: #/definitions/e140nfsIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140nfsIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140nfsIntCpl: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfsIntCpl responses: 200: description: The created resource schema: #/definitions/e140nfsIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140nfsIntCpl responses: 200: description: The created resource schema: #/definitions/e140nfsIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140nfsIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/e140nfsIntCpl/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140nfsIntCpl responses: 200: description: Ok schema: #/definitions/editE140nfsIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140nfsIntCpl responses: 200: description: Ok schema: #/definitions/e140nfsIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140nfsIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsIntCpl/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140nfsIntCpl responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140insProductionOrder: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140insProductionOrder responses: 200: description: The created resource schema: #/definitions/e140insProductionOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e140insProductionOrder responses: 200: description: The created resource schema: #/definitions/e140insProductionOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140insProductionOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140insProductionOrder/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140insProductionOrder responses: 200: description: Ok schema: #/definitions/editE140insProductionOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140insProductionOrder responses: 200: description: Ok schema: #/definitions/e140insProductionOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140insProductionOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140insProductionOrder: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140insProductionOrder responses: 200: description: The created resources schema: type: array items: #/definitions/e140insProductionOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e140insProductionOrder responses: 200: description: The created resources schema: type: array items: #/definitions/e140insProductionOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e140insProductionOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140ins/{parentId}/e140insProductionOrder/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editE140insProductionOrder responses: 200: description: Ok schema: #/definitions/editE140insProductionOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e140insProductionOrder responses: 200: description: Ok schema: #/definitions/e140insProductionOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e140insProductionOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140insProductionOrder/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e140insProductionOrder responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/beneficioFiscal: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/beneficioFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/beneficioFiscal/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/beneficioFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/saleChannel: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/saleChannel 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/saleChannel/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/saleChannel 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/originDocument: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/originDocument responses: 200: description: The created resource schema: #/definitions/originDocument 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/originDocument responses: 200: description: The created resource schema: #/definitions/originDocument 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/originDocument 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/originDocument/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editOriginDocument responses: 200: description: Ok schema: #/definitions/editOriginDocument 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/originDocument responses: 200: description: Ok schema: #/definitions/originDocument 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/originDocument 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/originDocuments: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/originDocument responses: 200: description: The created resources schema: type: array items: #/definitions/originDocument 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/originDocument responses: 200: description: The created resources schema: type: array items: #/definitions/originDocument 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/originDocument 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfs/{parentId}/originDocuments/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editOriginDocument responses: 200: description: Ok schema: #/definitions/editOriginDocument 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/originDocument responses: 200: description: Ok schema: #/definitions/originDocument 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/originDocument 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/originDocument/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/originDocument responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/originDocumentItem: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/originDocumentItem responses: 200: description: The created resource schema: #/definitions/originDocumentItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/originDocumentItem responses: 200: description: The created resource schema: #/definitions/originDocumentItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/originDocumentItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/originDocumentItem/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editOriginDocumentItem responses: 200: description: Ok schema: #/definitions/editOriginDocumentItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/originDocumentItem responses: 200: description: Ok schema: #/definitions/originDocumentItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/originDocumentItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/originDocument/{parentId}/originDocumentItens: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/originDocumentItem responses: 200: description: The created resources schema: type: array items: #/definitions/originDocumentItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/originDocumentItem responses: 200: description: The created resources schema: type: array items: #/definitions/originDocumentItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/originDocumentItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/originDocument/{parentId}/originDocumentItens/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editOriginDocumentItem responses: 200: description: Ok schema: #/definitions/editOriginDocumentItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/originDocumentItem responses: 200: description: Ok schema: #/definitions/originDocumentItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/originDocumentItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/originDocumentItem/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/originDocumentItem responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070filFinCre: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070filFinCre 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e070filFinCre/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070filFinCre 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e085hclFinCre: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e085hclFinCre 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e085hclFinCre/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e085hclFinCre 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/modulos: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/modulos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/modulos/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/modulos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/externalInvoiceIntegration: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/externalInvoiceIntegration responses: 200: description: The created resource schema: #/definitions/externalInvoiceIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/externalInvoiceIntegration responses: 200: description: The created resource schema: #/definitions/externalInvoiceIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/externalInvoiceIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/externalInvoiceIntegration/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editExternalInvoiceIntegration responses: 200: description: Ok schema: #/definitions/editExternalInvoiceIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/externalInvoiceIntegration responses: 200: description: Ok schema: #/definitions/externalInvoiceIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/externalInvoiceIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/externalInvoiceIntegration/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/externalInvoiceIntegration responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/sendDocumentAttachment: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/sendDocumentAttachment responses: 200: description: The created resource schema: #/definitions/sendDocumentAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/sendDocumentAttachment responses: 200: description: The created resource schema: #/definitions/sendDocumentAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/sendDocumentAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/sendDocumentAttachment/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editSendDocumentAttachment responses: 200: description: Ok schema: #/definitions/editSendDocumentAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/sendDocumentAttachment responses: 200: description: Ok schema: #/definitions/sendDocumentAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/sendDocumentAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsIntegrationInvoice/{parentId}/sendDocumentAttachment: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/sendDocumentAttachment responses: 200: description: The created resources schema: type: array items: #/definitions/sendDocumentAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/sendDocumentAttachment responses: 200: description: The created resources schema: type: array items: #/definitions/sendDocumentAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/sendDocumentAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/e140nfsIntegrationInvoice/{parentId}/sendDocumentAttachment/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editSendDocumentAttachment responses: 200: description: Ok schema: #/definitions/editSendDocumentAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/sendDocumentAttachment responses: 200: description: Ok schema: #/definitions/sendDocumentAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/sendDocumentAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /saleinvoice/entities/sendDocumentAttachment/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sendDocumentAttachment responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericErrordefinitions: enumICMSSTDevolucao: description: Devolução ICMS ST campos de retorno type: string enum: – V1 – V2 – V3 enumInvoiceVolumeStatus: description: Situacao do volume no atendimento type: string enum: – V0 – V1 enumSituacaoDemanda: description: Situação da demanda type: string enum: – NAO_GERADA – GERADA – EM_ATENDIMENTO – FINALIZADA – CANCELADA – EM_CANCELAMENTO – EM_MOVIMENTACAO – MOVIMENTADA – ERRO enumTipEstPed: description: Tipo de estorno do pedido de venda type: string enum: – V1 – V2 – V3 enumVenCan: description: Permissão para cancelamento de NF saída type: string enum: – V1 – V2 – V3 enumIndicativeIntermediation: description: Indicativo de intermediação type: string enum: – V0 – V1 – V9 enumSitFin: description: Situação da faixa de numeração type: string enum: – GERADA – PROCESSANDO – INUTILIZADA – ERRO enumTipDocRef: description: Tipo do documento referenciado type: string enum: – REFNFE – REFNF – REFNFP – REFCTE – REFECF – REFEST enumTipImpCst: description: Tipo de imposto documento type: string enum: – PIS_COFINS – IPI – ICMS – ISS enumTipoOperacao: description: Tipo de operação type: string enum: – VSAIDA – VENTRADA – VAMBOS enumTipoConv: description: Tipo de conversão type: string enum: – VU – VQ – VP – VPS enumTypeOrder: description: Enumeração para o tipo de ordenação type: string enum: – Asc – Desc enumCtrVld: description: Controle validade type: string enum: – VO – VD – VL enumTipInt: description: Enumeração do tipo de Integração type: string enum: – V1 – V2 – V3 enumFinNfe: description: Tipo da nota fiscal type: string enum: – V1 – V2 – V3 – V4 – VS enumPrcNfs: description: Finalidade da nota fiscal type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V99 enumMessageType: description: Tipo da mensagem type: string enum: – SALE_INVOICE – SALE_INVOICE_ITEM – SALE_INVOICE_INSTALLMENT – SALE_INVOICE_ITEM_DEVOLUTION – SALE_INVOICE_ITEM_EXTERNAL – SALE_INVOICE_ITEM_RETURN – SALE_INVOICE_CHARGE enumTipNfs: description: Tipo da nota fiscal type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V20 – V21 – V22 – V23 – V24 – V99 enumSitNfs: description: Situacao da nota fiscal type: string enum: – V0 – V1 – V2 – V3 – V4 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V13 enumSitIns: description: Situação item da nota type: string enum: – V1 – V2 – V3 enumNfvBlo: description: Status de bloqueio da nota type: string enum: – V1 – V2 enumTipMer: description: Tipo de mercado type: string enum: – VI – VE – VP enumTipAce: description: Tipo de acerto (arredondamento) type: string enum: – V1 – V2 enumTipEmc: description: Tipo do direito de propriedade da empresa type: string enum: – V1 – V2 enumAplSnf: description: Situação registro type: string enum: – VS – VM – VE – VF – VD enumFinSnf: description: Finalidade type: string enum: – EMISSAO_PROPRIA – EMISSAO_TERCEIRO enumSitReg: description: Situação registro type: string enum: – VA – VI enumAplMot: description: Aplicações Motivo type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V13 – V14 – V15 – V16 – V17 – V18 – V19 – V20 – V21 – V22 – V23 – V24 – V25 – V26 – V27 – V28 – V29 – V30 – V31 – V32 – V33 – V34 – V35 – V36 – V37 – V38 – V39 – V40 – V41 – V42 – V43 – V44 – V45 – V46 – V47 – V48 – V49 – V50 – V51 – V52 – V53 – V99 enumLisMod: description: Módulo da transação type: string enum: – VVEP – VVEO – VVEC – VVEF – VVES – VVEN – VESN – VESR – VESB – VESC – VESF – VCRE – VCRP – VCRB – VCRA – VRAM – VCRV – VCOO – VCSO – VCOF – VCOS – VCON – VCPE – VCPP – VCPB – VCPM – VCPA – VPAM – VCPV – VCBC – VCBM – VFTC – VPCP – VCFB – VPAT – VPRJ – VCCR – VCCP enumIndPre: description: Indicativo de presença do consumidor type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V9 enumVenTip: description: Tipo de venda type: string enum: – VN – VT – VB enumIntMsg: description: Interesse da mensagem type: string enum: – VF – VC – VN – VP enumEntidadeMensagemDinamica: description: Tipo da entidade da mensagem dinâmica type: string enum: – NF_ENTRADA – NF_SAIDA – ITEM_NF_ENTRADA – ITEM_NF_SAIDA enumDisAut: description: Dispositivo autorizado type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 enumJurFis: description: Tipo Pessoa type: string enum: – VJ – VF enumSitVal: description: Resultado do processamento type: string enum: – ERROR – OK enumUtiImpCurto: description: Forma de integração para controladoria type: string enum: – VS – VN – VO enumAdjFrm: description: Formulário para correção validação type: string enum: – NONE – CADASTRO_SERIE – CADASTRO_CIDADE – CADASTRO_FILIAL – CADASTRO_PESSOA – CADASTRO_TRANSACAO – CADASTRO_PRODUTO – CADASTRO_TRANSPORTADOR – CADASTRO_SERVICO – CADASTRO_FORMA_DE_PAGAMENTO – STEP_ITENS – CADASTRO_NCM – STEP_ADICIONAIS – STEP_COBRANCA – STEP_TRANSPORTE – CADASTRO_PERFIL_TRIBUTARIO – CADASTRO_DEFINICOES_FILIAL_COBRANCA – CADASTRO_DEFINICOES_FILIAL_ADICIONAIS – CADASTRO_DEFINICOES_FILIAL_TRANSPORTE – CADASTRO_DEFINICOES_FILIAL_REPRESENTANTE – CADASTRO_UNIDADE_MEDIDA – CADASTRO_USUARIO – CADASTRO_MOTIVO – CADASTRO_PARAMETROS_ESTADO – CADASTRO_FAMILIA – CADASTRO_TABELA_PRECO – CADASTRO_MENSAGEM_FISCAL – CADASTRO_FINALIDADE_VENDA – CADASTRO_ENDERECO_FILIAL – CADASTRO_ENDERECO_CLIENTE – CADASTRO_TRANSPORTADORA enumAplLiq: description: Enumeração do tipo de aplicação do valor do imposto type: string enum: – VA – VS – VN enumAplNop: description: Aplicação da natureza da operação type: string enum: – VN – VS – VI – VR – VO – VT – VD – VA – VB – VE – VC – VF – VG – VV – VX – VCR – VET enumExiIss: description: Exigibilidade type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 enumNatOps: description: Natureza da operação type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 enumCodigoTributacao: description: Código de Tributação type: string enum: – NORMAL – RETIDA – SUBSTITUTA – ISENTA enumOriGti: description: Forma de busca do código GTIN para gerar as tags cEAN e cEANTrib type: string enum: – V1 – V2 – V3 – V4 – V5 enumEntSai: description: Enumeração de entrada e saída type: string enum: – VE – VS enumEstMov: description: Tipo do estoque movimentado pela transação type: string enum: – VNO – VRE – VCF – VET – VPT – VCO – VCQ enumInvoiceStatus: description: Situação da nota fiscal type: string enum: – TYPING – ISSUED – PROCESSING enumAplCpg: description: Enumeração de aplicação da condição de pagamento type: string enum: – VV – VC – VA enumDiaEsp: description: Enumeração de dia especial type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – VA – VS – VD – VQ – VM enumTipPar: description: Enumeração do tipo de parcela type: string enum: – V1 – V2 – V3 enumIndPag: description: Forma de pagamento type: string enum: – V0 – V1 enumCifFob: description: Tipo de frete type: string enum: – V0 – V1 – V2 – V3 – V4 – V9 enumIndImp: description: Indicativo de status de importação de arquivo de tabela de preço type: string enum: – VN – VS – VF – VI enumProSer: description: Enumeração de Produto Serviço type: string enum: – VP – VS enumTipPro: description: Tipo produto type: string enum: – VP – VC – VM – VD – VS enumOriMer: description: Origem fiscal da mercadoria type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 enumProImp: description: Tipo Produto para Impostos type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V99 enumAntPos: description: Critério Dia Vencimento type: string enum: – VA – VS – VN – VU enumTipNtg: description: Tipo Movimento type: string enum: – VN – VT – VR enumCatRep: description: Enumeration Categoria do Representante type: string enum: – VMAT – VREP – VVEN – VOPE – VSUB – VGER – VDIS – VDIR – VGRE – VASS – VCRE – VCAI – VPRE – VSUP – VGEC – VANS – VGES enumOpeVen: description: Tipo da operação de venda type: string enum: – VC – VR – VN enumComPar: description: Pagamento da comissão por parcelas type: string enum: – PRIMEIRA – ULTIMA – PROPORCIONAL enumMotDes: description: Mot Des type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V16 – V90 enumTipImpDoc: description: Tipo de imposto documento type: string enum: – IPI – IPI_PRESUMIDO – IPI_DEVOLVIDO – IPI_CREDITADO – ICMS – ICMS_SIMPLES – ICMS_FUTURO – ICMS_DIFERIDO – ICMS_DESONERADO – ICMS_ST – ICMS_UF_DESTINO – ICMS_ISENTAS_OUTRAS – ICMS_CREDITADO – ICMS_EFETIVO – ICMS_ST_RETIDO_ANT – ICMS_ST_FUTURO – ICMS_ST_SOLIDARIO – ICMS_IMPORTACAO – ICMS_DESTINO – FCP – FCP_ST – FCP_UF_DESTINO – FCP_ST_RETIDO_ANT – ISS – COFINS – COFINS_RETIDO – COFINS_RECUPERAR_IMPORTACAO – COFINS_RECUPERAR – COFINS_DEVOLVIDO – PIS – PIS_RETIDO – PIS_RECUPERAR_IMPORTACAO – PIS_RECUPERAR – PIS_DEVOLVIDO – CSLL – ISS_RETIDO – IRRF – INSS – INSS_PATRONAL – IMPOSTO_IMPORTACAO – DIFAL – DIFAL_DEVOLVIDO – CIDE_TECNOLOGIA – FUNRURAL_TOTAL – FUNRURAL_INSS – FUNRURAL_RAT – FUNRURAL_SENAR enumAplGrp: description: tipo aplicação type: string enum: – VA – VR – VP enumBanOpe: description: Bandeira da operadora de cartão de crédito/débito type: string enum: – V01 – V02 – V03 – V04 – V05 – V06 – V07 – V08 – V09 – V10 – V11 – V12 – V13 – V14 – V15 – V16 – V17 – V18 – V19 – V20 – V21 – V22 – V23 – V24 – V25 – V26 – V27 – V99 enumCodCrt: description: Código do Regime Tributário type: string enum: – V1 – V2 – V3 enumRatVal: description: Ratval type: string enum: – VV – VB – VP – VQ enumTipOpd: description: TipObs type: string enum: – VM – VA enumTipLog: description: Tipo de informação type: string enum: – V1 – V2 – V3 enumTipCnv: description: Operação de conversão type: string enum: – VASTERISCO – VBARRAINVERTIDA – VREGRA enumProEpe: description: Enquadramento de produto específico type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V9 enumSituacao: description: Situação type: string enum: – VATIVO – VINATIVO enumTipEmp: description: Tipo de empresa type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V13 – V14 – V99 enumCepIss: description: Tipo de tributação ISS type: string enum: – VC – VF enumDetImp: description: type: string enum: – VS – VB – VN enumBatchProcessingType: description: Tipo do lote de processamento type: string enum: – GERACAO_VIA_PEDIDO – GERACAO_VIA_INDUSTRIALIZACAO – GERACAO_VIA_NF_ENTRADA – GERACAO_VIA_ESTOQUE – FECHAMENTO – EMISSAO – INUTILIZACAO – CANCELAMENTO – REABILITACAO – GERACAO_VIA_NF_ESTORNO_ENTRADA – GERACAO_VIA_CONTRATO enumIntegrationStatus: description: Situação da integração type: string enum: – INTEGRACAO_NAO_REALIZADA – INTEGRACAO_INICIADA – INTEGRACAO_FINALIZADA_SUCESSO – INTEGRACAO_FINALIZADA_ERRO – INTEGRACAO_NAO_NECESSARIA – INTEGRACAO_CANCELADA – INTEGRACAO_DENEGADA enumTipEstCon: description: Tipo de estorno do contrato type: string enum: – V1 – V2 enumIntegrationStep: description: Módulo da integração type: string enum: – INTEGRACAO_RETENCOES – INTEGRACAO_PEPS – INTEGRACAO_VALIDACAO – INTEGRACAO_DOCS_FISCAIS – INTEGRACAO_FINANCEIRO – INTEGRACAO_CONSUMO_RESERVA_ESTOQUE – INTEGRACAO_MOVIMENTO_ESTOQUE – INTEGRACAO_RATEIO_PRODUTO – INTEGRACAO_RATEIO_SERVICO – INTEGRACAO_FECHAMENTO – INTEGRACAO_INUTILIZACAO – INTEGRACAO_COMISSAO – CANCELAMENTO_VALIDACAO – CANCELAMENTO_ELETRONICO – CANCELAMENTO_RETENCOES – CANCELAMENTO_PEPS – CANCELAMENTO_FINANCEIRO – CANCELAMENTO_CONSUMO_RESERVA_ESTOQUE – CANCELAMENTO_RATEIO_PRODUTO – CANCELAMENTO_RATEIO_SERVICO – CANCELAMENTO_MOVIMENTO_ESTOQUE – CANCELAMENTO_ESTORNO_PEDIDO_VENDA – CANCELAMENTO_ESTORNO_NOTA_ENTRADA – CANCELAMENTO_NOTA_SERVICO_SUBSTITUIDA – REABILITACAO_VALIDACAO – REABILITACAO_RETENCOES – REABILITACAO_FINANCEIRO – REABILITACAO_PEPS – REABILITACAO_CONSUMO_RESERVA_ESTOQUE – REABILITACAO_RATEIO_PRODUTO – REABILITACAO_RATEIO_SERVICO – REABILITACAO_MOVIMENTO_ESTOQUE – REABILITACAO_ESTORNO_PEDIDO_VENDA – INUTILIZACAO_ESTORNO_PEDIDO_VENDA – CANCELAMENTO_GNRE – CANCELAMENTO_ESTORNO_COMPETENCIA_CONTRATO – INUTILIZACAO_ESTORNO_COMPETENCIA_CONTRATO – INUTILIZACAO_NUMERACAO_ELETRONICA – REABILITACAO_COMISSAO – CANCELAMENTO_COMISSAO – INTEGRACAO_ENVIO_DOCUMENTOS enumSitNel: description: Situação do documento fiscal type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V13 – V14 – V15 – V16 – V17 – V18 – V19 enumTipCtg: description: Tipo da contingência NF-e type: string enum: – V1 – V2 – V4 – V5 – V6 – V7 enumBatchStatus: description: Status do lote de processamento type: string enum: – PENDENTE – PROCESSANDO – SUCESSO – ERRO enumTipSeg: description: Código do segmento type: string enum: – VA – VB – VC – VD – VE – VF – VG – VH – VI – VJ – VK – VL – VM – VN – VO – VP – VQ – VR – VS – VT – VU enumTipFpg: description: Tipo pagamento type: string enum: – V01 – V02 – V03 – V04 – V05 – V10 – V11 – V12 – V13 – V15 – V16 – V17 – V18 – V19 – V90 – V99 enumSitDoe: description: Tipo de documento – eDocs type: string enum: – V01 – V02 – V03 – V04 – V05 – V06 – V07 – V08 – V09 – V10 – V11 – V12 – V13 – V14 – V15 – V16 – V17 – V18 – V19 enumAgrupadorDinamicoObservacao: description: Agrupador dos campos para mensagens dinamicas com observação type: string enum: – REFERENCIADO – PROPRIO – DEVOLUCAO – RECURSIVO – COBRANCA upDown: description: Up or down type: string enum: – UP – DOWN enumSituacaoProcessoDevolucao: description: Situações do processo de devolução de nota fiscal de saída type: string enum: – Iniciado – EmAndamento – Finalizado – Falha enumGNREParticipantType: description: Enumeração com o tipo de participante type: string enum: – EMITENTE – DESTINATARIO enumTaxFormsParticipantType: description: Enumeração com o tipo de participante type: string enum: – EMITENTE – DESTINATARIO enumGNRETax: description: Impostos guia type: string enum: – CSRF – IRRF – INSS – ISS – FCP – DIFAL – ICMS_ST – FCP_ST enumTipEmi: description: Tipo de emissão de nota fiscal type: string enum: – EmissaoTerceiro – EmissaoPropria enumRegEst: description: Regime Especial de Tributação type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 tipoDiferimento: description: Indicativo de como será o tipo de diferimento type: string enum: – BASE – VALOR enumDescontaICMSST: description: Desconta ICMS ST – EFD ICMS IPI type: string enum: – NAO – SOMENTE_FINANCEIRO – SOMENTE_DO_VALOR_LIQUIDO enumRegControleRet: description: Regime de controle de retenção type: string enum: – CAIXA – COMPETENCIA controllershipIntegrationType: description: Tipo de integração da controladoria type: string enum: – ACCOUTING – TAX controllershipIntegrationUpdateType: description: Tipo de atualização da integração da controladoria type: string enum: – UPDATE – OUTDATE enumInvoiceType: description: Enum para dizer se é nota fiscal de entrada ou saída type: string enum: – IncomingInvoice – SaleInvoice enumRegimeTributarioPisCofins: description: Regime tributário para o Pis e Cofins type: string enum: – CUMULATIVO – NAO_CUMULATIVO enumSecuritiesNumberType: description: Tipo de Número de Títulos type: string enum: – RPS – INVOICE_NUMBER externalIntegration: description: Integração de origem type: string enum: – ECOMMERCE originInvoiceProcess: description: Tipo de processo que originou a nota fiscal de saída type: string enum: – DEVOLUCAO enumReportPrintFormat: description: Tipo de impressão do relatório type: string enum: – PDF – PLANILHA enumReportSortType: description: Tipo de ordenação do relatório type: string enum: – SERIE_NUMBER – CUSTOMER_SERIE_NUMBER enumRegions: description: Regiões type: string enum: – SUL – NORTE – NORDESTE – SUDESTE – CENTRO_OESTE – EXTERIOR enumModulos: description: Módulos que podem ser adquiridos pelo cliente type: string enum: – CONTROLADORIA – MANUFATURA – ECOMMERCE – MRP – RMS – FLUXO_CAIXA – DRP – CRM – PDV enumExternalInvoiceStatus: description: Status da integração type: string enum: – IN_PROGRESS – INVOICE_CREATED – FINISHED – ERROR enumExternalInvoiceIntegration: description: Identificador da origem integração externa type: string enum: – PDV – API enumFunruralIndicativoAquisicao: description: Indicativo de aquisição para o FUNRURAL type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 enumSendDocumentAttachmentType: description: Identificação do tipo do anexo type: string enum: – BANK_SLIP – DANFE – SIMPLE_RECEIPT enumSendDocumentAttachmentSituation: description: Identificação da situação do anexo type: string enum: – PENDING – READY – ERROR userNotificationKind: description: User notification kind. type: string enum: – Operational – Management – News userNotificationPriority: description: User notification priority. type: string enum: – Error – Alert – None eventEmailFormat: description: Format of the email type: string enum: – HTML – PLAIN_TEXT fieldType: description: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME fileFormat: description: type: string enum: – CSV – FLAT – JSON – XML hookFunction: description: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE eventType: description: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START errorStrategy: description: type: string enum: – CALL_SCRIPT – IGNORE – STOP status: description: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING errorType: description: type: string enum: – CONVERT_ERROR – SERVICE_ERROR recItemStatus: description: Record com dados de item e status type: object required: – id – sitIns properties: id: type: string description: Id do item sitIns: type: string allOf: – #/definitions/enumSitIns description: Situação do item recProductionOrder: description: Dados da ordem de produção type: object required: – opNumber properties: opNumber: type: integer format: int64 description: Número da OP reserveId: type: string description: Id da reserva shipment: type: object allOf: – #/definitions/recShipment description: Dados da remessa recShipment: description: Dados da remessa type: object required: – id – number properties: id: type: string description: Id da remessa number: type: string description: Número da remessa recRefNFe: description: Documentos fiscais referencaidos (NF-e) type: object properties: keyAccess: type: string maxLength: 44 description: Chave de acesso recCancelSaleInvoice: description: Dados do cancelamento da nota fiscal de saída allOf: – #/definitions/recBaseSaleInvoice – type: object properties: cancelingSituation: type: boolean description: Indicativo se a nota fiscal foi cancelada recRefNF: description: Documentos fiscais referenciados (Modelo 1A) type: object properties: emitentStateInitials: type: string maxLength: 2 description: Sigla da UF do emitente emissionYearMonth: type: string maxLength: 4 description: Ano e Mês de emissão da NF-e emitentCNPJ: type: string maxLength: 14 description: CNPJ do emitente invoiceModel: type: string maxLength: 2 description: Modelo do Documento Fiscal invoiceSeries: type: string maxLength: 3 description: Série do Documento Fiscal invoiceNumber: type: string maxLength: 9 description: Número do Documento Fiscal recRefNFP: description: Documentos fiscais referenciados (Nota fiscal de produtor) type: object properties: emitentStateInitials: type: string maxLength: 2 description: Sigla da UF do emitente emissionYearMonth: type: string maxLength: 4 description: Ano e Mês de emissão da NF-e emitentCNPJ: type: string maxLength: 14 description: CNPJ do emitente emitentCPF: type: string maxLength: 11 description: CPF do emitente emitentIE: type: string maxLength: 14 description: IE do emitente invoiceModel: type: string maxLength: 2 description: Modelo do Documento Fiscal invoiceSeries: type: string maxLength: 3 description: Série do Documento Fiscal invoiceNumber: type: string maxLength: 9 description: Número do Documento Fiscal recRefCTe: description: Documentos fiscais referenciados (CT-e) type: object properties: keyAccess: type: string maxLength: 44 description: Chave de acesso recRefECF: description: Documentos fiscais referenciados (Cupom fiscal) type: object properties: invoiceModel: type: string maxLength: 2 description: Modelo do Documento Fiscal sequencialECFNumber: type: string maxLength: 3 description: Número de ordem sequencial do ECF cooNumber: type: string maxLength: 6 description: Número do Contador de Ordem de Operação – COO recPredefineInvoiceInformation: description: Record de sugestão de nota fiscal type: object properties: productCESTCode: type: string description: Código Especificador da Substituição tributária CEST priceList: type: object allOf: – #/definitions/recPriceList description: Tabelas de preço customerItem: type: object allOf: – #/definitions/recCustomer description: Cliente salePurpose: type: object allOf: – #/definitions/recSalePurpose description: Finalidade saleMeasureUnit: type: object allOf: – #/definitions/recMeansureUnit description: Unidade de medida itemValues: type: object allOf: – #/definitions/recItemValues description: valores transaction: type: object allOf: – #/definitions/recTransaction description: Transação ncm: type: object allOf: – #/definitions/recNcm description: NCM warehouse: type: object allOf: – #/definitions/recWarehouse description: Depósito barCode: type: string description: Código de barras (cEAN) barCodeFree: type: string description: Código barras livre barCodeTributableUnit: type: string description: Gtin uni. Trib(cEANTrib) salePriceListValidity: type: object allOf: – #/definitions/recE081tpr description: Validade da tabela de preço salePriceListItem: type: object allOf: – #/definitions/recE081itp description: Item da tabela de preço recDeleteSaleInvoices: description: Dados da exclusão da nota fiscal de saída type: object properties: saleInvoiceId: type: string description: Id da nota fiscal deletingSituation: type: boolean description: Indicativo se a nota foi excluída validationMessages: type: array items: type: string description: Mensagens de validação que ocorreram na exclusão da nota company: type: object allOf: – #/definitions/recCompany description: Dados da empresa branch: type: object allOf: – #/definitions/recCompany description: Dados da filial saleInvoiceNumber: type: integer format: int64 description: Número da nota fiscal customer: type: object allOf: – #/definitions/recCustomer description: Dados do cliente recItemValues: description: Record de valores do item type: object properties: salePrice: type: string description: Preço de venda pricePerQuantity: type: boolean description: Preço por quantidade itemDiscountPercentage: type: number format: double description: Percentual de desconto commissionPercentage: type: number format: double description: Percentual de comissão validationsInvoice: description: Record de validação de nota fiscal type: object properties: invoiceId: type: string description: Id do pedido number: type: integer format: int64 description: Número da nota fiscal issueDate: type: string format: date-time description: Data/Hora Emissão status: type: string allOf: – #/definitions/enumSitVal description: Situação da nota fiscal company: type: object allOf: – #/definitions/company description: Empresa branch: type: object allOf: – #/definitions/branch description: Filial series: type: object allOf: – #/definitions/series description: Série adjustments: type: array items: type: object allOf: – #/definitions/adjustment description: Lista de ajustes adjustment: description: Record de ajuste type: object properties: itemIndex: type: integer format: int64 description: Sequência do item da nota fiscal id: type: string description: Id do item da nota fiscal message: type: string maxLength: 1000 description: Mensagem de consistência adjustmentForm: type: string allOf: – #/definitions/enumAdjFrm description: Tela para ajuste recConvertMeasureUnit: description: Record de conversão de unidade de medida type: object properties: quantityFrom: type: number format: double description: Quantidade de origem minimum: 0.00 maximum: 999999999.99999 priceFrom: type: string description: Preço de origem minimum: 0.00 maximum: 999999999.99999 quantityTo: type: number format: double description: Quantidade de destino minimum: 0.00 maximum: 999999999.99999 priceTo: type: string description: Preço de destino minimum: 0.00 maximum: 999999999.99999 priceList: description: Record de tabelas de preço type: object properties: id: type: string description: Id da tabela de preço code: type: string description: Código da tabela de preço description: type: string description: Descrição initials: type: string description: Abreviatura status: type: string allOf: – #/definitions/enumSitReg description: Status company: type: object allOf: – #/definitions/company description: Informacoes da Empresa transaction: description: Record de transação type: object properties: id: type: string description: ID da transação code: type: string description: Código da transação description: type: string description: Descrição da transação cfop: type: string description: Natureza de operação cfopApplication: type: string allOf: – #/definitions/enumAplNop description: Aplicação da natureza da operação module: type: string allOf: – #/definitions/enumLisMod description: Módulo da transação manualOperationAllowed: type: boolean description: Aceita lançamentos manuais saleType: type: string allOf: – #/definitions/enumVenTip description: Tipo da venda operationType: type: string allOf: – #/definitions/enumProSer description: Tipo da operação recRefReversalNFe: description: Documentos fiscais referenciados (NF-e Estorno / Estornada) type: object properties: reversalInvoiceId: type: string description: Identificador da nota de estorno / estornada keyAccess: type: string maxLength: 44 description: Chave de acesso complement: type: string maxLength: 2000 description: Complemento issueDateTime: type: string format: date-time description: Data e hora de emissão do documento referenciado invoiceSeries: type: string maxLength: 3 description: Série do Documento Fiscal invoiceNumber: type: string maxLength: 9 description: Número do Documento Fiscal company: description: Record de Empresa type: object properties: id: type: string description: ID da Empresa code: type: integer format: int64 description: código da Empresa tradeName: type: string description: nome fantasia da Empresa city: description: Record de Empresa discriminator: _discriminator type: object required: – _discriminator properties: id: type: string description: id code: type: integer format: int64 description: código da cidade name: type: string description: Nome da Cidade state: type: object allOf: – #/definitions/state description: Id do estado do cliente _discriminator: type: string description: recAddress: description: Record com dados de endereço allOf: – #/definitions/city – type: object branch: description: Record de Filial type: object properties: id: type: string description: ID da Filial code: type: integer format: int64 description: código da Filial tradeName: type: string description: nome Filial city: type: object allOf: – #/definitions/city description: Id da cidade da filial series: description: Record de Série da Nota Fiscal type: object properties: id: type: string description: id da série fiscal code: type: string description: código da série fiscal description: type: string description: descrição da série fiscal legalCode: type: string description: Código da série legal authorizedDevice: type: string allOf: – #/definitions/enumDisAut description: Dispositivo autorizado da série customer: description: Record de Cliente type: object required: – taxPayer properties: id: type: string description: id da série fiscal code: type: integer format: int64 description: Código da série fiscal tradeName: type: string description: descrição da série fiscal name: type: string description: Nome do cliente type: type: string allOf: – #/definitions/enumJurFis description: Tipo do Cliente taxNumber: type: string description: CPF CNPJ customerAddress: type: object allOf: – #/definitions/recAddress description: Endereço do cliente defaultDeliveryAddress: type: object allOf: – #/definitions/recAddress description: Endereço de entrega de entrega do cliente status: type: string allOf: – #/definitions/enumSitReg description: Situação do Cliente taxPayer: type: boolean description: Indicativo de cliente contribuinte de ICMS representative: type: object allOf: – #/definitions/representative description: Representante padrão do cliente hasCompanyBranchDefinition: type: boolean description: Indicativo caso o cliente possua definições cadastradas com empresa e filial default: false state: type: object allOf: – #/definitions/state description: Estado do cliente representative: description: Record de Representante type: object properties: id: type: string description: id da série fiscal code: type: integer format: int64 description: código da série fiscal tradeName: type: string description: descrição da série fiscal name: type: string description: Nome do representante type: type: string allOf: – #/definitions/enumJurFis description: Tipo pessoa rgNumber: type: string description: Numero RG taxNumber: type: string description: CPF CNPJ city: type: object allOf: – #/definitions/city description: Cidade paymentTerm: description: Condição de pagamento type: object properties: id: type: string description: id da condição de pagamento code: type: string description: código da condição de pagamento description: type: string description: descrição da condição de pagamento state: description: Estado type: object properties: id: type: string description: Id da UF initials: type: string description: Sigla da UF name: type: string description: Nome da UF country: type: object allOf: – #/definitions/country description: País country: description: País type: object properties: id: type: string description: Id do País code: type: string description: Código do páis name: type: string description: Nome do país recPermissions: description: Record de permissões type: object required: – userId – companyId properties: userId: type: string description: User Id companyId: type: string description: Company Id venTbp: type: boolean description: Aceitar Pedido e NF Saída s/ Tabela Preço venPar: type: boolean description: Alterar Representante Pedido/NF venPap: type: boolean description: Alterar Preço Pedido/NF venPds: type: boolean description: Alterar Desconto Pedido/NF venPco: type: boolean description: Alterar Comissão Pedido/NF venAim: type: boolean description: Indicativo se o usuário pode alterar os impostos do pedido e notas fiscais venAtv: type: boolean description: Permite alterar a tabela de preço dos itens dos pedidos ou notas fiscais venPtn: type: boolean description: Alterar Transação Pedido venInu: type: boolean description: Inutilizar Nota Fiscal venAns: type: boolean description: Permite alterar a situação da nota fiscal venFqp: type: boolean description: Permite faturar acima da quantidade pedida venCan: type: string allOf: – #/definitions/enumVenCan description: Permite cancelar notas fiscais de saída saleInvoiceHeader: description: Condição de pagamento type: object required: – issuancePurpose – type properties: id: type: string description: Id da nota fiscal originInvoiceId: type: string description: Id da nota fiscal de origem originInvoiceType: type: string allOf: – #/definitions/enumTipNfs description: Tipo da nota fiscal de origem company: type: object allOf: – #/definitions/company description: Empresa da nota fiscal customer: type: object allOf: – #/definitions/customer description: Cliente da nota fiscal branch: type: object allOf: – #/definitions/branch description: Filial series: type: object allOf: – #/definitions/series description: Série da nota fiscal number: type: integer format: int64 description: Número da nota fiscal status: type: string allOf: – #/definitions/enumSitNfs description: Situação da nota fiscal itemsQuantity: type: integer format: int64 description: Quantidade de itens da nota fiscal grossWeight: type: number format: double description: Peso bruto total dos produtos da nota fiscal netWeight: type: number format: double description: Peso líquido total dos produtos da nota fiscal netValue: type: string description: Valor líquido da nota fiscal issueDateTime: type: string format: date-time description: Data e hora de emissão da nota fiscal productTransaction: type: object allOf: – #/definitions/transaction description: Id da transação de produto da nota fiscal serviceTransaction: type: object allOf: – #/definitions/transaction description: id da transação de serviço da nota fiscal representative: type: object allOf: – #/definitions/representative description: Representante da nota fiscal createdBy: type: string description: Usuário responsável pela geração da nota fiscal creationDateTime: type: string format: date-time description: Data e hora de geração da nota fiscal updatedBy: type: string description: Usuário responsável pela alteração da nota fiscal updateDateTime: type: string format: date-time description: Data e hora de alteração da nota fiscal origin: type: string allOf: – #/definitions/enumPrcNfs description: Procedência da nota fiscal issuancePurpose: type: string allOf: – #/definitions/enumFinNfe description: Finalidade da nota fiscal type: type: string allOf: – #/definitions/enumTipNfs description: Tipo da nota fiscal billingAddress: type: object allOf: – #/definitions/address description: Endereço de cobrança paymentTerm: type: object allOf: – #/definitions/paymentTerm description: Condição de pagamento grossValue: type: string description: valor bruto discountValue: type: string description: valor de desconto financialValue: type: string description: valor financeiro blocked: type: boolean description: nota fiscal bloqueada keepedInstallments: type: boolean description: Parcelas mantidas shippingCompany: type: object allOf: – #/definitions/recDefaultData description: Id da transportador redispatchCompany: type: object allOf: – #/definitions/recDefaultData description: Id da transportadora de redespacho editable: type: boolean description: Editável rpsNumber: type: integer format: int64 description: Número da RPS sitDoe: type: string allOf: – #/definitions/enumSitDoe description: Situação do documento fiscal chvDoe: type: string maxLength: 50 description: Chave Eletrônica chvCtg: type: string maxLength: 50 description: Chave Contingência chargeInvoiceNumber: type: integer format: int64 description: Número da nota fiscal de cobrança deliveryAddress: type: object allOf: – #/definitions/address description: Endereço de entrega externallyAuthorized: type: boolean description: Identifica se a nota fiscal é de origem externa fiscalAddress: type: object allOf: – #/definitions/address description: Endereço fiscal recPermissoesUsuario: description: Record com as permissões do usuário ativo type: object required: – alterarNumeroUltimoDocumentoEmitido properties: alterarNumeroUltimoDocumentoEmitido: type: boolean description: Indicativo se pode alterar o Número do último documento emitido recTaxes: description: Dados gerais dos pedidos type: object required: – taxType properties: id: type: string description: Id da entidade de impostos taxType: type: string allOf: – #/definitions/enumTipImpDoc description: Tipo de imposto taxCalculationBasis: type: string description: Base de cálculo do imposto taxRate: type: number format: double description: Alíquota do imposto taxValue: type: string description: Valor do imposto taxReduction: type: number format: double description: Percentual de redução da base do imposto mvaRate: type: number format: double description: Percentual da margem de valor adicionado do ICMS ST icmsRelaxationCause: type: string allOf: – #/definitions/enumMotDes description: Motivo de desoneração de ICMS otherValue: type: string description: Valor de outras exemptedValue: type: string description: Valor de isentas ipiContext: type: object allOf: – #/definitions/recIpiContext description: Enquadramento de IPI productTaxOrigin: type: string allOf: – #/definitions/enumOriMer description: Origem fiscal da mercadoria cst: type: object allOf: – #/definitions/recCst description: situação tributária impMan: type: boolean description: Imposto manual returnTaxCalculationBasis: type: string description: Base de cálculo do imposto para devolução taxRateDestination: type: number format: double description: Alíquota de icms de destino returnTaxRate: type: number format: double description: Alíquota do imposto para devolução returnTaxValue: type: string description: Valor do imposto para devolução suportFinalConsomer: type: number format: double description: Suportado consumidor final amountCollection: type: number format: double description: Valor recolhido pelo substituto withheldAmountIcms: type: number format: double description: Valor Icms St Retido aplLiq: type: string allOf: – #/definitions/enumAplLiq description: Aplicação do imposto taxSTSubstitution: type: string allOf: – #/definitions/enumICMSSTDevolucao description: Forma ST Devolução pisCofinsRevenueNature: type: object allOf: – #/definitions/recPisCofinsRevenueNature description: Natureza da receita de PIS e COFINS taxationCode: type: string description: Código da tributação nas retenções taxRegime: type: string allOf: – #/definitions/enumRegimeTributarioPisCofins description: Regime tributário parametroCalculoImpostos: type: string description: Id do parametro usado para o calculo dos impostos perfilTributarioCalculoImpostos: type: string description: Id do perfil tributário que contem os parametros de cálculo parametroStCalculoImpostos: type: string description: Id do parâmetro de Substituição Tributária usado no cálculo dos impostos acquisitionIndicative: type: string allOf: – #/definitions/enumFunruralIndicativoAquisicao description: Indicativo de aquisição para o FUNRURAL paramStEstadoCalculoImpostos: type: string description: Id do parâmetro de Substituição Tributária usado no cálculo dos impostos por estado percentualSuspensaoParcial: type: number format: double description: Percentual de suspensão parcial minimum: 0 maximum: 999.9999 recPisCofinsRevenueNature: description: Dados da natureza da receita de PIS e COFINS allOf: – #/definitions/recDefaultData – type: object recCommission: description: Record de comissão type: object properties: representative: type: object allOf: – #/definitions/recRepresentative description: Representante calculationBasis: type: string description: Valor base de comissão value: type: string description: Valor da comissão recDefaultData: description: Record de dados gerais discriminator: _discriminator type: object required: – id – _discriminator properties: id: type: string description: Id do registro code: type: string description: Código do registro description: type: string description: Descrição do registro _discriminator: type: string description: recRepresentative: description: Record com dados do Representante allOf: – #/definitions/recDefaultData – type: object recCst: description: Record com dados da situação tributária allOf: – #/definitions/recDefaultData – type: object recIpiContext: description: Record com dados do Enquadramento de IPI allOf: – #/definitions/recDefaultData – type: object recPriceList: description: Record com dados da Tabela de preço allOf: – #/definitions/recDefaultData – type: object recFamily: description: Record com dados da familia allOf: – #/definitions/recDefaultData – type: object recOrigin: description: Record com dados da origem allOf: – #/definitions/recDefaultData – type: object recProduct: description: Record com dados do produto allOf: – #/definitions/recDefaultData – type: object properties: originItemId: type: string description: Id do item de origem recService: description: Record com dados do serviço allOf: – #/definitions/recDefaultData – type: object properties: originItemId: type: string description: Id do item de origem recSalePurpose: description: Record com finalidade de venda allOf: – #/definitions/recDefaultData – type: object recNcm: description: Record com dados do NCM allOf: – #/definitions/recDefaultData – type: object properties: codeCest: type: string description: CEST fiscalMeasureUnit: type: string description: Unidade de Medida Fiscal recTaxBenefit: description: Record com dados do benefício fiscal allOf: – #/definitions/recDefaultData – type: object properties: abreviatura: type: string description: Abreviatura recMeansureUnit: description: Record de Unidade de Medida allOf: – #/definitions/recDefaultData – type: object properties: decimals: type: integer format: int64 description: casas decimais measureUnit: type: string description: unidade de medida recTransaction: description: Dados da Tabela de preço allOf: – #/definitions/recDefaultData – type: object recMeasureUnit: description: Record da unidade de medida allOf: – #/definitions/recDefaultData – type: object required: – decimalsQuantity properties: decimalsQuantity: type: integer format: int64 description: Decimais da unidade recIssueSaleInvoices: description: Dados do recalculo da nota fiscal de saída allOf: – #/definitions/recBaseSaleInvoice – type: object properties: issueSituation: type: boolean description: Indicativo se a nota foi emitida recItem: description: Registro do item da nota fiscal type: object required: – id – itemType – transaction – purchaseInvoiceItemId properties: id: type: string description: Id do item da nota fiscal code: type: string description: Código do registro description: type: string description: Descrição do registro itemIndex: type: integer format: int64 description: Sequência do item itemType: type: string allOf: – #/definitions/enumProSer description: Tipo do item itemProduct: type: object allOf: – #/definitions/recE075derPro description: Código do produto do item itemService: type: object allOf: – #/definitions/recE080ser description: Código do serviço do item itemAddictionalDescription: type: string description: Retornar o complemento do item transaction: type: object allOf: – #/definitions/transaction description: Transação storageMeasureUnit: type: object allOf: – #/definitions/recMeasureUnit description: Código da unidade de medida de estoque do item invoicedQuantity: type: number format: double description: Quantidade faturada do item purchaseInvoiceItemId: type: string description: ID do item na nota de entrada saleMeasureUnit: type: object allOf: – #/definitions/recMeasureUnit description: Código da unidade de medida de venda do item saleQuantity: type: number format: double description: Quantidade de venda do item returnedQuantity: type: number format: double description: Quantidade devolvida do item priceList: type: object allOf: – #/definitions/recPriceList description: Tabela de preço de venda salePurpose: type: object allOf: – #/definitions/recSalePurpose description: Finalidade de compra salePrice: type: string description: Preço de venda do item grossValue: type: string description: Valor bruto do item itemPrice: type: string description: Preço do item na unidade de medida de estoque/serviço saleRepresentative: type: object allOf: – #/definitions/representative description: Represnetante comissionPercentage: type: number format: double description: Percentual de comissão otherValues: type: string description: Outros valores do item discountPercentage: type: number format: double description: Percentual de desconto do item discountValue: type: string description: Valor de desconto do item additionalDiscountPercentage: type: number format: double description: Percentual de desconto adicional additionalDiscountValue: type: string description: Valor de desconto adicional netValue: type: string description: Valor líquido do item grossWeight: type: number format: double description: Peso bruto netWeight: type: number format: double description: Peso líquido ncm: type: object allOf: – #/definitions/recNcm description: Dados do NCM productTaxOrigin: type: string allOf: – #/definitions/enumOriMer description: Origem da mercadoria taxBenefitCode: type: string description: Código do benefício fiscal do item municipalTaxCode: type: string description: Código fiscal municipal do serviço taxes: type: array items: type: object allOf: – #/definitions/recTaxes description: Impostos statusCause: type: object allOf: – #/definitions/recStatusCause description: Dados do motivo noteStatusCause: type: string description: Observação do motivo itemNote: type: string description: Observação do item recWarehouse: type: object allOf: – #/definitions/recWarehouse description: Depósito productCESTCode: type: string description: Especificador de substituição tributária financialAccount: type: object allOf: – #/definitions/recDefaultData description: Conta financeira costCenter: type: object allOf: – #/definitions/recDefaultData description: Centro de custo batches: type: array items: type: object allOf: – #/definitions/batches description: Lotes serial: type: array items: type: object allOf: – #/definitions/serial description: Serial serviceTaxCode: type: string description: Código de tributação NFS-e operationNature: type: string maxLength: 5 description: Natureza de operacao saleOrderItemId: type: string description: Id do item de origem itemStatus: type: string allOf: – #/definitions/enumSitIns description: Status do item messageOperation: type: string maxLength: 500 description: Mensagem operação fci: type: string description: Código da FCI installmentItemId: type: string description: Id do item da competencia do contrato de origem customerItem: type: object allOf: – #/definitions/recDefaultData description: Item do cliente saleOrderNumberCustomer: type: string description: Número do pedido do cliente saleItemSequenceCustomer: type: string description: Sequência do item do pedido do cliente dthalt: type: string format: date-time description: Data de alteração barCode: type: string description: Código de barras (cEAN) barCodeFree: type: string description: Código barras livre barCodeTributableUnit: type: string description: Gtin uni. Trib(cEANTrib) order: type: object allOf: – #/definitions/recOrder description: pedido de venda taxBenefit: type: object allOf: – #/definitions/recTaxBenefit description: Benefício fiscal do item originDocument: type: object allOf: – #/definitions/recItemOriginDocument description: Informações do documento de origem salePriceListValidity: type: object allOf: – #/definitions/recE081tpr description: Id da validade da tabela de preço salePriceListItem: type: object allOf: – #/definitions/recE081itp description: Id do item da tabela de preço barCodeTrib: type: string maxLength: 30 description: Código barras da unidade tributável recDetailsReversedInvoice: description: Record com informações da nota fiscal estornada relacionada à nota de estorno type: object properties: series: type: object allOf: – #/definitions/series description: Série de nota fiscal number: type: integer format: int64 description: Número da nota fiscal issueDateTime: type: string format: date-time description: Data da emissão da nota estornada recDetailsControllershipIntegration: description: Record com informações de integração com a controladoria type: object properties: intCtb: type: boolean description: Indicativo de Integração Contabil intTri: type: boolean description: Indicativo de Integração de Tributo intPat: type: boolean description: Indicativo de Integração de Patrimonio accoutingLotNumber: type: integer format: int64 description: Número do Lote recE075derPro: description: Recod com dados do produto allOf: – #/definitions/recProduct – type: object required: – productType properties: e083ori: type: object allOf: – #/definitions/recOrigin description: Dados da origem e012fam: type: object allOf: – #/definitions/recFamily description: Dados da família desCpl: type: string description: Descrição Complementar storageMeasureUnit: type: object allOf: – #/definitions/recMeasureUnit description: Unidade Medida estoque saleMeasureUnit: type: object allOf: – #/definitions/recMeasureUnit description: Unidade Medida venda productType: type: string allOf: – #/definitions/enumTipPro description: Tipo Produto indexPpc: type: boolean description: Indice status: type: string allOf: – #/definitions/enumSitReg description: Situação do Serviço decimalsEspPro: type: integer format: int64 description: Decimais Preço Venda familyStorageInformation: type: object allOf: – #/definitions/familyStorageInformation description: Especialização de estoque da família productGrossWeight: type: number format: double description: Peso bruto do item productNetWeight: type: number format: double description: Peso líquido do item recE080ser: description: Record de serviços allOf: – #/definitions/recService – type: object properties: e083ori: type: object allOf: – #/definitions/recOrigin description: Dados da origem e012fam: type: object allOf: – #/definitions/recFamily description: Dados da família cplSer: type: string description: Complemento measureUnit: type: object allOf: – #/definitions/recMeasureUnit description: Unidade de medida codTri: type: string description: Código Tributação DARF indexPpc: type: boolean description: Indice decimalsEspPro: type: integer format: int64 description: Decimais Preço Venda status: type: string allOf: – #/definitions/enumSitReg description: Situação do Serviço recPageRequest: description: Record de paginação type: object required: – offset – size properties: offset: type: integer format: int64 description: Offset da página size: type: integer format: int64 description: Size da página orderBy: type: array items: type: object allOf: – #/definitions/recFieldsOrderBy description: Campos da ordenação dos registros a serem pesquisados recFiscalMessages: description: Record de mensagem fiscal type: object properties: itemMessageId: type: string description: Id da mensagem do item messageId: type: string description: Id da mensagem fiscal deleted: type: boolean description: Indicativo se a mensagem foi excluída no front default: false recFieldsOrderBy: description: Define o registro com os dados dos campos à serem ordenados type: object required: – field – order properties: field: type: string description: Nome do campo a ser ordenado order: type: string allOf: – #/definitions/enumTypeOrder description: Tipo de ordenação do campo (ASC / DESC) address: description: Record de endereço type: object properties: id: type: string description: ID do endereço address: type: string description: Endereço number: type: string description: Número do endereço complement: type: string description: Complemento postalCode: type: integer format: int64 description: Cep do endereço neighborhood: type: string description: Bairro city: type: string description: Cidade state: type: string description: Estado familyStorageInformation: description: Record da especialização de estoque da família type: object properties: batchControlled: type: boolean description: indicativo se o produto é controlado por lote serialControlled: type: boolean description: indicativo se o produto é controlado por série recWarehouse: description: Record de depósito type: object properties: id: type: string description: ID do endereço code: type: string description: Endereço description: type: string description: Número do endereço batches: description: Lote type: object required: – batchId – code – quantity properties: id: type: string description: Id do batchId: type: string description: Id do lote no estoque code: type: string description: Código do lote manufactoringDate: type: string format: date description: Data de fabricação expirationDate: type: string format: date description: Data de validade quantity: type: number format: double description: Quantidade deleted: type: boolean description: Indicativo se o lote foi excluído serial: description: Série type: object required: – serialId – number properties: id: type: string description: Id da série serialId: type: string description: Id da série number: type: string description: Número da série manufactoringDate: type: string format: date description: Data de fabricação expirationDate: type: string format: date description: Data de validade deleted: type: boolean description: Indicativo se a série foi excluído recListCustomerItemLinks: description: Record para listar as ligações de Cliente x Item type: object properties: linkId: type: string description: Id da ligação company: type: object allOf: – #/definitions/recCompany description: Empresa itemType: type: string allOf: – #/definitions/enumProSer description: Tipo do item item: type: object allOf: – #/definitions/recItem description: Item customer: type: object allOf: – #/definitions/recCustomer description: Cliente purpose: type: object allOf: – #/definitions/recPurpose description: Finalidade de venda linkMeasureUnit: type: object allOf: – #/definitions/recMeasureUnit description: Unidade de medida invoiceItemDescription: type: string description: Descrição do item para a nota fiscal customerItemCode: type: string description: Código do item no cliente customerItemDescription: type: string description: Descrição do item no cliente customerProductBarcode: type: string description: Código de barras do produto no cliente specialDiscountPercentage: type: number format: double description: Percentual de desconto especial linkNote: type: string description: Observação da ligação finalConsumer: type: boolean description: Indicativo se o cliente é consumidor final useInvoiceComercialQuantity: type: boolean description: Indicativo se utiliza a quantidade comercial no XML da nota fiscal saleMeasureUnit: type: object allOf: – #/definitions/recMeasureUnit description: Unidade de medida de venda storageMeasureUnit: type: object allOf: – #/definitions/recMeasureUnit description: Unidade de medida de estoque status: type: string allOf: – #/definitions/enumSitReg description: Situação da ligação salePriceDecimals: type: integer format: int64 description: Decimais Preço Venda familyStorageInformation: type: object allOf: – #/definitions/familyStorageInformation description: Especialização de estoque da família recSaleInvoiceValues: description: Conferência final da nota fiscal de saída type: object properties: netValue: type: string description: Valor líquido financialValue: type: string description: Valor financeiro productGrossValue: type: string description: Valor bruto total dos itens de produto productDiscountValue: type: string description: Valor de descontos total dos itens de produto productNetValue: type: string description: Valor líquido total dos itens de produto serviceGrossValue: type: string description: Valor bruto total dos itens de serviço serviceDiscountValue: type: string description: Valor de descontos total dos intes de serviço additionalDiscountValue: type: string description: Valor de desconto adicional serviceNetValue: type: string description: Valor líquido total dos itens de serviço freightType: type: string allOf: – #/definitions/enumCifFob description: Tipo do frete freightValue: type: string description: Valor do frete statedFreightValue: type: string description: Valor do frete destacado insuranceValue: type: string description: Valor do seguro, onde a transação do item indique que não deve somar o valor de seguro sumInsuranceValue: type: string description: Valor do seguro, onde a transação do item indique que deve somar o valor de seguro packingValue: type: string description: Valor das embalagens chargesValue: type: string description: Valor de encargos otherExpensesValue: type: string description: Valor de outras despesas statedOtherExpensesValue: type: string description: Valor de outras despesas destacadas importFreightValue: type: string description: Valor de seguro de importação importInsuranceValue: type: string description: Valor do seguro importação importOtherExpensesValue: type: string description: Valor de outras despesas de importação taxes: type: array items: type: object allOf: – #/definitions/recTaxes description: Impostos comission: type: array items: type: object allOf: – #/definitions/recCommission description: Comissão recE081tpr: description: Validade da tabela de preço de venda allOf: – #/definitions/recDefaultData – type: object recE081itp: description: Item da tabela de preço de venda allOf: – #/definitions/recDefaultData – type: object recPurpose: description: Finalidade de venda allOf: – #/definitions/recDefaultData – type: object recStatusCause: description: Record com dados da situação allOf: – #/definitions/recDefaultData – type: object recCompany: description: Record com dados da empresa allOf: – #/definitions/recDefaultData – type: object recCustomer: description: Record com dados do cliente allOf: – #/definitions/recDefaultData – type: object recRecalculateSaleInvoice: description: Dados do recalculo da nota fiscal de saída allOf: – #/definitions/recBaseSaleInvoice – type: object properties: recalculatingSituation: type: boolean description: Indicativo se o pedido foi recalculado recBaseSaleInvoice: description: Dados do recalculo da nota fiscal de saída discriminator: _discriminator type: object required: – _discriminator properties: saleInvoiceId: type: string description: Id do pedido validationMessages: type: array items: type: string description: Mensagens de validação que ocorreram no recálculo do pedido company: type: object allOf: – #/definitions/recCompany description: Dados da empresa branch: type: object allOf: – #/definitions/recCompany description: Dados da filial saleInvoiceNumber: type: integer format: int64 description: número do pedido de compra customer: type: object allOf: – #/definitions/recCustomer description: Dados do cliente _discriminator: type: string description: recInvoiceHeader: description: Informações dados gerais type: object required: – branchId – customerId properties: branchId: type: string description: Filial issueDateTime: type: string format: date-time description: Data e hora da emissão da nota fiscal productTransactionId: type: string description: Transação produto serviceTransactionId: type: string description: Transação serviço customerId: type: string description: Cliente saleRepresentativeId: type: string description: Representante invoiceType: type: string allOf: – #/definitions/enumTipNfs description: Tipo da nota fiscal invoiceOrigin: type: string allOf: – #/definitions/enumPrcNfs description: Procedência da nota fiscal chargeInvoiceId: type: string description: Id da nota fiscal de cobrança integrationOrigin: type: string allOf: – #/definitions/externalIntegration description: Integração de origem serieId: type: string description: Série fiscalAddressId: type: string description: Id do endereço fiscal recGeneralItemInformation: description: Informações gerais dos itens type: object properties: itemType: type: string allOf: – #/definitions/enumProSer description: Tipo do item (e140ins.proSer) productId: type: string description: Id do produto do item (e140ins.e075der_id) serviceId: type: string description: Id do serviço do item (e140ins.e080ser_id) transactionId: type: string description: Id da transação do item saleMeasureUnitId: type: string description: Id da unidade de medida de venda do item (e140ins.e015med_id_uniVen) saleQuantity: type: number format: double description: Quantidade de venda (e140ins.qtdVen) priceListId: type: string description: Id da tabela de preço do item (e140ins.e081tab_id) salePrice: type: string description: Preço de venda do item (e140ins.preVen) discountPercentage: type: number format: double description: Percentual de desconto do item (e140ins.perDsc) discountValue: type: string description: Valor de desconto do item (e140ins.vlrDsc) storageMeasureUnitId: type: string description: Id da unidade de medida de estoque do item invoicedQuantity: type: number format: double description: Quantidade faturada do item (e140ins.qtdFat) itemPrice: type: string description: Valor unitário de estoque do item (e140ins.preUni) warehouseId: type: string description: Id do depósito grossWeight: type: number format: double description: Peso bruto do item (e140ins.pesBru) netWeight: type: number format: double description: Peso líquido do item (e140ins.pesLiq) customerItemId: type: string description: Id do item do cliente (e140ins.e075ppc_id) shippingIndustrializationMovesStock: type: boolean description: Identifica se remessa de industrialização movimenta estoque recAdditionalItemInformation: description: Informações adicionais type: object properties: statusCauseId: type: string description: Id do motivo de situação específica noteStatusCause: type: string description: Observação do motivo saleRepresentativeId: type: string description: Id do representante do item (e140ins.e090pes_id) comissionPercentage: type: number format: double description: Percentual de comissão do item (e140ins.perCom) salePurposeId: type: string description: Id da finalidade de venda do item (e140ins.e067fin_id) itemAdditionalDescription: type: string description: Descrição complementar do item (e140ins.cplInv) itemNote: type: string description: Observação do item (e140ins.obsInv) ncmId: type: string description: Id do NCM do item (e140ins.ncm_id) productCESTCode: type: string description: Especificador de substituição tributária taxBenefit: type: string description: Código do benefício fiscal do item (e140ins.codBnf) municipalTaxCode: type: string description: Código fiscal municipal do serviço (e140ins.codFim) saleOrderItemId: type: string description: Id do item do pedido de venda saleOrderNumberCustomer: type: string description: Número do pedido do cliente saleItemSequenceCustomer: type: string description: Sequência do item do pedido do cliente purchaseInvoiceItemId: type: string description: Id do item do pedido de compra fci: type: string maxLength: 36 description: Código FCI costCenterId: type: string description: Id do centro de custo financialAccountId: type: string description: Id da conta financeira installmentItemId: type: string description: Id do item da competência do contrato termItemId: type: string description: Id do item da vigência do contrato saleOrderNumber: type: integer format: int64 description: Número do pedido de venda orderId: type: string description: Id do pedido de venda taxBenefitId: type: string description: Id do beneficio fiscal do item recInvoiceFiscalMessage: description: Informações fiscais de mensagem type: object properties: messageId: type: string description: Id da mensagem fiscal recOriginalValues: description: Informações de valores originais do item type: object properties: originalQuantity: type: number format: double description: Quantidade original do item originalValue: type: string description: Valor original do item minimum: 0.00 maximum: 9999999999999.99 default: 0 recTransportValues: description: Informações de valores de transporte type: object properties: freightValue: type: string description: Valor do frete minimum: 0.00 maximum: 9999999999999.99 default: 0 statedFreightValue: type: string description: Valor do frete destacado minimum: 0.00 maximum: 9999999999999.99 default: 0 importFreightValue: type: string description: Valor do frete de importação minimum: 0.00 maximum: 9999999999999.99 default: 0 insuranceValue: type: string description: Valor do seguro minimum: 0.00 maximum: 9999999999999.99 default: 0 importInsuranceValue: type: string description: Valor de seguro de importação minimum: 0.00 maximum: 9999999999999.99 default: 0 packagingValue: type: string description: Valor das embalagens minimum: 0.00 maximum: 9999999999999.99 default: 0 recAdditionalValues: description: Informações de valores adicionais type: object properties: additionalDiscountPercent: type: number format: double description: Percentual de desconto adicional minimum: 0.00 maximum: 100.0 additionalDiscountValue: type: string description: Valor de desconto adicional minimum: 0.00 maximum: 9999999999999.99 default: 0 chargesValue: type: string description: Valor dos encargos minimum: 0.00 maximum: 9999999999999.99 default: 0 otherExpensesValue: type: string description: Valor das outras despesas minimum: 0.00 maximum: 9999999999999.99 default: 0 statedOtherExpensesValue: type: string description: Valor das outras despesas destacado minimum: 0.00 maximum: 9999999999999.99 default: 0 importOtherExpensesValue: type: string description: Valor das outras despesas de importação minimum: 0.00 maximum: 9999999999999.99 default: 0 recInvoiceItem: description: Informações dos itens type: object required: – generalInformation properties: generalInformation: type: object allOf: – #/definitions/recGeneralItemInformation description: Informações gerais do item additionalInformation: type: object allOf: – #/definitions/recAdditionalItemInformation description: Informações complementares do item additionalValues: type: object allOf: – #/definitions/recAdditionalValues description: Valores adicionais do item originalValues: type: object allOf: – #/definitions/recOriginalValues description: Valores originais do item transportValues: type: object allOf: – #/definitions/recTransportValues description: Valores de transporte do item taxes: type: array items: type: object allOf: – #/definitions/recTaxes description: Impostos do item fiscalMessages: type: array items: type: object allOf: – #/definitions/recInvoiceFiscalMessage description: Mensagens fiscais batches: type: array items: type: object allOf: – #/definitions/batches description: Lotes serial: type: array items: type: object allOf: – #/definitions/serial description: Serial productionOrder: type: array items: type: object allOf: – #/definitions/recProductionOrder description: Ordens de produção recInvoiceTrailerInformation: description: Informações de reboque type: object properties: shippingCompanyId: type: string description: Id da transportadora do reboque trailerLicensePlate: type: string description: Placa trailerStateId: type: string description: UF recInvoiceVolumeInformation: description: Informações de volume type: object properties: volumeQuantity: type: integer format: int64 description: Quantidade volumeType: type: string description: Espécie volumeBrand: type: string description: Marca volumeNumbering: type: string description: Numeração volumeGrossWeight: type: number format: double description: Peso bruto volumeNetWeight: type: number format: double description: Peso líquido volumeBarcode: type: string description: Código de barras recInvoiceTransportInformation: description: Informalçies de transporte type: object properties: departureDateTime: type: string format: date-time description: Data e hora de saída deliveryScheduleDate: type: string format: date description: Data de agendamento da entrega deliveryAddressId: type: string description: Id do endereço de entrega shippingCompanyId: type: string description: Id da transportador redispatchCompanyId: type: string description: Id da transportadora de redespacho vehicleLicensePlate: type: string description: Placa do veículo vehicleStateId: type: string description: UF do veículo wagonIdentification: type: string description: Identificação do vagão ferryIdentification: type: string description: Identificação da balsa freightType: type: string allOf: – #/definitions/enumCifFob description: Tipo de frete boardingLocation: type: string description: Descrição do local de embarque boardingStateId: type: string description: UF de embarque dispatchLocation: type: string description: Descrição do local de despacho trailersInformation: type: array items: type: object allOf: – #/definitions/recInvoiceTrailerInformation description: Reboques volumesInformation: type: array items: type: object allOf: – #/definitions/recInvoiceVolumeInformation description: Volumes transportValues: type: object allOf: – #/definitions/recTransportValues description: Valores de transporte recInvoiceNote: description: Informações de observação type: object properties: note: type: string description: Texto da observação – E140OBS.ObsNfv statusCauseId: type: string description: Id do motivo de situação específica – E140OBS.e021mot_id noteType: type: string allOf: – #/definitions/enumTipOpd description: Tipo da observação – E140OBS.TipObs informationType: type: string allOf: – #/definitions/enumTipLog description: Tipo de Informação – E140OBS.TipInf recInvoiceAdditionalInformation: description: Informações adicionais type: object properties: invoiceNote: type: string description: Observação customerOrderNumber: type: string description: Número do pedido do cliente statusCauseId: type: string description: Id do motivo de situação específica statusCauseNote: type: string description: Observação do motivo consumerPresence: type: string allOf: – #/definitions/enumIndPre description: Indicativo de presença do consumidor issCollectionCityId: type: string description: Cidade de recolhimento de ISS serviceProvisionDate: type: string format: date description: Data de prestação do serviço notes: type: array items: type: object allOf: – #/definitions/recInvoiceNote description: Observações da nota fiscal fiscalMessages: type: array items: type: object allOf: – #/definitions/recInvoiceFiscalMessage description: Mensagens fiscais additionalValues: type: object allOf: – #/definitions/recAdditionalValues description: Valores adicionais indicativeIntermediation: type: string allOf: – #/definitions/enumIndicativeIntermediation description: Indicativo de intermediação intermediaryTaxNumber: type: string maxLength: 14 description: CNPJ do Intermediador da Transação intermediaryRegistration: type: string maxLength: 60 description: Identificador cadastrado no intermediador invoiceAdditionalInformation: type: string description: Informações complementares para documento fiscal agreementId: type: string description: Id do contrato de origem externalOrderId: type: string maxLength: 36 description: Id do pedido no ecommerce saleChannelId: type: string description: Id do canal de venda recInvoiceInstallment: description: Informações de parcelas type: object properties: installmentIndex: type: integer format: int64 description: Sequência installmentDays: type: integer format: int64 description: Quantidade de dias para a parcela integrationType: type: string allOf: – #/definitions/enumTipInt description: Tipo de integração da parcela changeValue: type: number format: double description: Valor do troco installmentDueDate: type: string format: date description: Data de vencimento da parcela installmentPercentage: type: number format: double description: Percentual da parcela minimum: 0.00 maximum: 999.99 installmentValue: type: string description: Valor da parcela minimum: 0.00 maximum: 9999999999999.99 paymentMethodId: type: string description: Id da forma de pagamento installmentNote: type: string maxLength: 250 description: Observação da parcela cardCompanyTaxNumber: type: string maxLength: 14 description: CNPJ da credenciadora de cartão de crédito/débito cardBrand: type: string allOf: – #/definitions/enumBanOpe description: Bandeira da operadora de cartão de crédito/débito authorizationNumber: type: string maxLength: 100 description: Número de autorização da operação cartão de crédito/débito paymentMethodType: type: string allOf: – #/definitions/enumIndPag description: Indicativo da forma de pagamento accountsReceivableGroupId: type: string description: Id do grupo a receber accountsReceivableTypeId: type: string description: Id do tipo do título bearerId: type: string description: Id do portador portfolioId: type: string description: Id da carteira expenseNatureId: type: string description: Id da natureza de gasto billNumber: type: string maxLength: 10 description: Número do título recInvoiceBillingInformation: description: Informações de cobrança type: object properties: billingAddressId: type: string description: Id do endereço de cobrança paymentTermId: type: string description: Id da condição de pagamento installments: type: array items: type: object allOf: – #/definitions/recInvoiceInstallment description: Parcelas keepInstallments: type: boolean description: Manter Parcelas do pedido recReferencedDocument: description: Documentos referenciados type: object properties: refNFe: type: array items: type: object allOf: – #/definitions/recRefNFe description: Nota Fiscal Eletrônica refNF: type: array items: type: object allOf: – #/definitions/recRefNF description: Nota Fiscal Modelo 1/1A ou Modelo 2 refNFP: type: array items: type: object allOf: – #/definitions/recRefNFP description: Nota Fiscal do Produtor refCTe: type: array items: type: object allOf: – #/definitions/recRefCTe description: Conhecimento de TranSporte Eletrônico refECF: type: array items: type: object allOf: – #/definitions/recRefECF description: Cupom fiscal refReversalNFe: type: object allOf: – #/definitions/recRefReversalNFe description: Nota Fiscal Eletrônica Estorno / Estornada recSaleInvoiceRange: description: Record com range de intervalo das notas type: object properties: rangeId: type: string description: Id da faixa de numeração rangeCode: type: integer format: int64 description: Código da faixa de numeração seriesId: type: string description: Série da nota fiscal initialNumber: type: integer format: int64 description: Número inicial da faixa finalNumber: type: integer format: int64 description: Número final da faixa rangeStatus: type: string allOf: – #/definitions/enumSitFin description: Situação disableReason: type: string description: Justificativa da inutilização rejectMessage: type: string description: Mensagem de rejeição rejectCode: type: string description: Mensagem de rejeição recInvoice: description: Record com informações da nota type: object required: – header – items properties: header: type: object allOf: – #/definitions/recInvoiceHeader description: Dados gerais da nota fiscal items: type: array items: type: object allOf: – #/definitions/recInvoiceItem minimum: 1 description: Itens da nota fiscal transportInformation: type: object allOf: – #/definitions/recInvoiceTransportInformation description: Informações de transporte additionalInformation: type: object allOf: – #/definitions/recInvoiceAdditionalInformation description: Informações adicionais billingInformation: type: object allOf: – #/definitions/recInvoiceBillingInformation description: Informações de cobrança referencedDocument: type: object allOf: – #/definitions/recReferencedDocument description: Informações de cobrança prorateValues: type: boolean description: Indicativo se os valores informados devem ser rateados entre os itens default: false automaticallyIssue: type: boolean description: Emissão automática default: false originDocuments: type: array items: type: object allOf: – #/definitions/recOriginDocument description: Informações do documento de origem recRehabilitateSaleInvoice: description: Record de retorno informando o status da reabilitação allOf: – #/definitions/recBaseSaleInvoice – type: object properties: rehabilitatingSituation: type: boolean description: Indicativo se a nota fiscal foi reabilitada recOriginInvoiceProduct: description: Record com dados do produto da nota de origem allOf: – #/definitions/recProduct – type: object properties: e083ori: type: object allOf: – #/definitions/recOrigin description: Dados da origem e012fam: type: object allOf: – #/definitions/recFamily description: Dados da família recOriginInvoiceService: description: Record com dados do serviço da nota de origem allOf: – #/definitions/recService – type: object properties: e083ori: type: object allOf: – #/definitions/recOrigin description: Dados da origem e012fam: type: object allOf: – #/definitions/recFamily description: Dados da família recAdjustmentLetter: description: Record com os dados da carta de correção type: object required: – id – adjustmentDescription properties: id: type: string description: Id da carta de correção adjustmentDescription: type: string description: Descrição da correção transport: type: object allOf: – #/definitions/recAdjustmentLetterTransport description: Dados do transporte recAdjustmentLetterTransport: description: Record com os dados de transporte da carta de correção type: object properties: shippingCompanyId: type: string description: Id da transportadora freightType: type: string allOf: – #/definitions/enumCifFob description: Tipo do frete vehicleLicensePlate: type: string description: Placa do veículo stateId: type: string description: Id da UF recStateParameterId: description: Retorno dos ids das parametrizações por estado type: object properties: stateParameterId: type: string description: ids dos registros recSalesInvoicesData: description: Record Nota de Saida type: object required: – accessKey – invoiceId – branchId – personId – seriesId – number – issueDateTime – type – invoiceItems properties: accessKey: type: string description: Chave eletrônica invoiceId: type: string description: Id da nota fiscal de saída branchId: type: string description: Filial da nota fiscal personId: type: string description: Pessoa da nota fiscal seriesId: type: string description: Série da nota fiscal number: type: string description: Número da nota fiscal issueDateTime: type: string format: date-time description: Data de emissão da nota fiscal type: type: string allOf: – #/definitions/enumTipNfs description: Tipo de emissão da nota fiscal invoiceItems: type: array items: type: object allOf: – #/definitions/recSaleInvoiceItems minimum: 1 description: Itens da nota recSaleInvoiceItems: description: Record Itens da nota fiscal type: object properties: itemId: type: string description: Id do item da nota fiscal sequence: type: integer format: int64 description: Sequencia do item da nota fiscal itemProduct: type: string description: Produto do do item da nota fiscal itemPrice: type: string description: Valor unitário do item da nota fiscal taxationQuantity: type: number format: double description: Quantidade tributável taxationUnitValue: type: string description: Valor unitário de tributação storageMeasureUnitId: type: string description: ID da unidade de medida de estoque returnedQuantity: type: number format: double description: Quantidade devolvida recDisableSaleInvoice: description: Dados da inutilização da nota fiscal de saída allOf: – #/definitions/recBaseSaleInvoice – type: object properties: disableSituation: type: boolean description: Indicativo se a nota fiscal foi inutilizada recDisableSaleInvoiceRange: description: Dados da inutilização da nota fiscal de saída type: object required: – invoiceValidation properties: rangeId: type: string description: Id da faixa rangeCode: type: integer format: int64 description: Código da faixa initialNumber: type: integer format: int64 description: Número inicial finalNumber: type: integer format: int64 description: Número final disableSituation: type: boolean description: Indicativo se a nota fiscal foi inutilizada invoiceValidation: type: array items: type: object allOf: – #/definitions/recInvoiceRangeValidation minimum: 1 description: Dados da mensagem de erro recInvoiceRangeValidation: description: Record com as mensagens de erro e dados da nota type: object properties: invoiceNumber: type: integer format: int64 description: Número da nota validationMessage: type: array items: type: string description: Mensagem de validação checkData: description: Dados do healthcheck type: object required: – name – status properties: name: type: string description: Nome do healthcheck status: type: string allOf: – #/definitions/upDown description: Status do healthcheck recInvoiceReturnItem: description: Itens da nota processo de devolução type: object required: – e140nfs_return properties: e140nfs_return: type: string description: Identificação da nota do processo de devolução e140ins: type: string description: Item da nota fiscal que está sendo devolvida quantidade: type: number format: double description: Quantidade a devolver na unidade de medida de venda do item minimum: 0 recItemsReturnInvoice: description: Itens da nota para devolução type: object required: – id – sequence – item – measureUnit – quantityFat – quantityReturned – quantityToReturn properties: id: type: string description: Identificador do item da nota sequence: type: integer format: int64 description: Sequencia item: type: string description: Item (produto/serviço) batchControlled: type: boolean description: Controla Lote serialControlled: type: boolean description: Controla Série measureUnit: type: object allOf: – #/definitions/recMeansureUnit description: unidade de medida de estoque quantityFat: type: number format: double description: Quantidade Faturada (estoque) quantityReturned: type: number format: double description: Quantidade já devolvida quantityToReturn: type: number format: double description: Quantidade restante e140ins_return: type: string description: Id do item no processo de devolução gnreInformation: description: Query para retornar informações complementares para geração de guia GNRE type: object required: – documentId – documentKey – branchId – invoiceNumber – serieCode – documentType – issuer – customer – issueDate properties: documentId: type: string description: Identificador do documento – Nota fiscal documentKey: type: string description: Chave do documento eletrônico branchId: type: string description: Filial do documento invoiceNumber: type: string description: Numero do documento – Nota fiscal serieCode: type: string description: Código da série do documento – Nota fiscal documentType: type: string description: Descrição do tipo do documento – Nota fiscal (Entrada / Venda / Remessa / etc) issuer: type: object allOf: – #/definitions/recGNREParticipant description: Informações do emitente customer: type: object allOf: – #/definitions/recGNREParticipant description: Informações do destinatário issueDate: type: string format: date-time description: Data da emissão do documento items: type: array items: type: object allOf: – #/definitions/recItemGNRE description: Itens do do documento modeloDocumento: type: string description: Modelo de documento recGNREParticipant: description: Record com os dados do participante – Emitente / Destinatário type: object required: – type – id properties: type: type: string allOf: – #/definitions/enumGNREParticipantType description: Tipo do participante: Emitente / Destinatário id: type: string description: Identificador do emitente / destinatário cityIbgeCode: type: string description: Código do IBGE relacionado a cidade do participante address: type: string description: Endereço participante addressNumber: type: string maxLength: 60 description: Número do endereço do participante complement: type: string description: Complemento do endereço do participante state: type: string description: Unidade federativa do endereço do participante cep: type: string description: CEP do endereço do participante cgc: type: string description: CGC do participante ie: type: string description: Inscrição estadual do participante personKind: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa corporateName: type: string description: Razão social recItemGNRE: description: Record de itens do documento para geração de guia GNRE type: object required: – itemId – productId properties: itemId: type: string description: Identificador do item do documento – Item nota fiscal productId: type: string description: Identificador do produto – e075der taxes: type: array items: type: object allOf: – #/definitions/recItemTaxesGNRE description: Impostos relacionados ao item do documento – Item nota fiscal recItemTaxesGNRE: description: Record com os impostos relacionados ao item do documento – Item nota fiscal type: object required: – id – tax – value properties: id: type: string description: Identificador do imposto tax: type: string allOf: – #/definitions/enumGNRETax description: Imposto value: type: string description: Valor informationTaxForms: description: Informações para geração das guias tributárias type: object required: – documentId – documentKey – branchId – invoiceNumber – serieCode – documentType – issuer – customer – issueDate properties: documentId: type: string description: Identificador do documento – Nota fiscal documentKey: type: string description: Chave do documento eletrônico branchId: type: string description: Filial do documento invoiceNumber: type: string description: Numero do documento – Nota fiscal serieCode: type: string description: Código da série do documento – Nota fiscal documentType: type: string description: Descrição do tipo do documento – Nota fiscal (Entrada / Venda / Remessa / etc) issuer: type: object allOf: – #/definitions/recTaxFormsParticipant description: Informações do emitente customer: type: object allOf: – #/definitions/recTaxFormsParticipant description: Informações do destinatário issueDate: type: string format: date-time description: Data da emissão do documento items: type: array items: type: object allOf: – #/definitions/recItemTaxForms description: Itens do do documento modeloDocumento: type: string description: Modelo de documento recTaxFormsParticipant: description: Record com os dados do participante – Emitente / Destinatário type: object required: – type – id properties: type: type: string allOf: – #/definitions/enumTaxFormsParticipantType description: Tipo do participante: Emitente / Destinatário id: type: string description: Identificador do emitente / destinatário cityIbgeCode: type: string description: Código do IBGE relacionado a cidade do participante address: type: string description: Endereço participante addressNumber: type: string maxLength: 60 description: Número do endereço do participante complement: type: string description: Complemento do endereço do participante state: type: string description: Unidade federativa do endereço do participante cep: type: string description: CEP do endereço do participante cgc: type: string description: CGC do participante ie: type: string description: Inscrição estadual do participante personKind: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa corporateName: type: string description: Razão social recItemTaxForms: description: Record de itens do documento para geração de guia tributárias type: object required: – itemId – productId – serviceId properties: itemId: type: string description: Identificador do item do documento – Item nota fiscal productId: type: string description: Identificador do produto – e075der serviceId: type: string description: Identificacao do serviço – e080ser taxes: type: array items: type: object allOf: – #/definitions/recItemTaxFormsValue description: Impostos relacionados ao item do documento – Item nota fiscal recItemTaxFormsValue: description: Record com os impostos e valores relacionados ao item do documento fiscal type: object required: – id – tax – value – controlTaxRegime properties: id: type: string description: Identificador do imposto tax: type: string allOf: – #/definitions/enumTipImpDoc description: Imposto value: type: string description: Valor controlTaxRegime: type: string allOf: – #/definitions/enumRegControleRet description: Controle do regime tributário recDeliveryInvoice: description: Dados na nota fiscal de remessa type: object required: – deliveryInvoiceId – e070fil – e020snf – numNfc – invoiceType properties: deliveryInvoiceId: type: string description: ID da nota fiscal e070fil: type: object allOf: – #/definitions/recDefaultData description: Id da filial e020snf: type: object allOf: – #/definitions/recDefaultData description: Série fiscal e085pes: type: object allOf: – #/definitions/recDefaultData description: Remetente numNfc: type: integer format: int64 description: Número da Nota codSel: type: string description: Série Legal da nota fiscal de Remessa codSsl: type: string description: Subsérie Legal da nota fiscal de Remessa chvDoe: type: string description: Chave Eletrônica datEmi: type: string format: date-time description: Data Emissão invoiceType: type: string allOf: – #/definitions/enumInvoiceType description: Tipo de Nota Fiscal controllershipIntegrationGeneralData: description: Record do input dos dados padrões utilizados em todos os eventos de integração da controladoria discriminator: _discriminator type: object required: – ticket – integrationType – updateType – _discriminator properties: ticket: type: string description: Indentificador de quem faz a chamada integrationType: type: string allOf: – #/definitions/controllershipIntegrationType description: Tipo de integração updateType: type: string allOf: – #/definitions/controllershipIntegrationUpdateType description: Tipo de atualização _discriminator: type: string description: controllershipIntegrationData: description: Record do input padrão na chamada da action de atualização de integração da controladoria allOf: – #/definitions/controllershipIntegrationGeneralData – type: object required: – saleInvoiceIds properties: saleInvoiceIds: type: array items: type: string minimum: 1 description: Lista de identificadores de nota fiscal de saída erroMessage: type: string description: Mensagem de erro ocorrido no processo stack: type: string description: Stack do erro updateAccountingInformationAccountReceivableInvoiceData: description: Parametros para Atualizar type: object required: – ticket – e640lotId – e640lotNum – invoiceIds properties: ticket: type: string description: Ticket identificador do processo e640lotId: type: string description: Identificador do lote contábil e640lotNum: type: integer format: int64 description: Numero do lote contábil invoiceIds: type: array items: type: string minimum: 1 description: Lista de identificadores de notas fiscais a serem atualizadas recSaleInvoiceItemsForCallShipping: description: Record Itens da nota fiscal para o frete type: object required: – id – itemIndex – saleQuantity properties: id: type: string description: Identificação única do item itemIndex: type: integer format: int64 description: Sequência do item saleQuantity: type: number format: double description: Quantidade original do item minimum: 0.00 maximum: 9999999999999.99 salePrice: type: string description: Valor do item minimum: -9999999999999.99 maximum: 9999999999999.99 default: 0.0 recOrder: description: Record de pedido type: object required: – id properties: id: type: string description: Id do pedido number: type: integer format: int64 description: Número do pedido recOriginDocument: description: Informações do documento de origem type: object required: – originInvoiceType properties: originInvoiceType: type: string allOf: – #/definitions/originInvoiceProcess description: Tipo de origem da nota fiscal de saída branchId: type: string description: Filial invoiceSeries: type: string description: Série da nota fiscal number: type: string description: Número da nota fiscal issueDate: type: string format: date-time description: Data de emissão accessKey: type: string description: Chave eletrônica originId: type: string description: Id do documento de origem originDocumentItems: type: array items: type: object allOf: – #/definitions/recOriginDocumentItem description: Informações do item da nota de origem recOriginDocumentItem: description: Informações do item do documento de origem type: object properties: originDocumentId: type: string description: Id da origem da nota fiscal de saída sequence: type: integer format: int64 description: Sequencia do item da nota fiscal originItemId: type: string description: Id do item na nota fiscal de origem recItemOriginDocument: description: Informações do documento de origem para obtenção através do item da nota fiscal de saída type: object properties: branch: type: object allOf: – #/definitions/recCompany description: Filial series: type: object allOf: – #/definitions/recDefaultData description: Série fiscal number: type: string description: Número da nota fiscal sequence: type: integer format: int64 description: Sequencia do item da nota fiscal e001sxe: description: Cadastro de transação de transação saída x transação de entrada type: object required: – e070emp – e001tnsOrigem – e001tnsDestino – excluido properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e001tnsOrigem: type: object allOf: – #/definitions/e001tns description: Transação Origem e001tnsDestino: type: object allOf: – #/definitions/e001tns description: transação destino Respectiva excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e140nfs: description: Vendas – Pedidos – Dados Gerais type: object required: – e070fil – e020snf properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial e020snf: type: object allOf: – #/definitions/e020snf description: Série fiscal e085pes: type: object allOf: – #/definitions/e085pes description: Cliente e090pes: type: object allOf: – #/definitions/e090pes description: Representante e001tnsPro: type: object allOf: – #/definitions/e001tns description: Transação Produto e001tnsSer: type: object allOf: – #/definitions/e001tns description: Transação Serviço numNfs: type: integer format: int64 description: Número Nota Fiscal minimum: 0 maximum: 999999999999999 tipNfs: type: string allOf: – #/definitions/enumTipNfs description: Tipo da nota fiscal finNfe: type: string allOf: – #/definitions/enumFinNfe description: Finalidade NFe prcNfs: type: string allOf: – #/definitions/enumPrcNfs description: Tipo do processamento dthEmi: type: string format: date-time description: Data/Hora Emissão + Hora Emissão vlrLpr: type: string description: Valor líquido total dos itens de produto da nota fiscal minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrBpr: type: string description: Valor bruto total dos itens de produto da nota fiscal minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrDpr: type: string description: Valor de descontos total dos itens de produto da nota fiscal minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrLse: type: string description: Valor líquido total dos itens de serviço da nota fiscal minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrBse: type: string description: Valor bruto total dos itens de serviço da nota fiscal minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrDse: type: string description: Valor de descontos total dos itens de serviço da nota fiscal minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrBco: type: string description: Valor base total de comissões dos itens da nota fiscal minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrCom: type: string description: Valor total de comissões dos itens da nota fiscal minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrLou: type: string description: Valor líquido total dos valores diversos da nota fiscal minimum: -9999999999999.99 maximum: 9999999999999.99 default: 0.0 vlrLiq: type: string description: Valor Líquido Item minimum: -9999999999999.99 maximum: 9999999999999.99 default: 0.0 vlrFin: type: string description: Valor para Financeiro minimum: -9999999999999.99 maximum: 9999999999999.99 default: 0.0 sitNfs: type: string allOf: – #/definitions/enumSitNfs description: Situação da nota fiscal nfsBlo: type: boolean description: Indicativo se a nota fiscal está bloqueada default: false usuBlo: type: string description: Usuário responsável pelo bloqueio da nota fiscal dthBlo: type: string format: date-time description: Data e hora do bloqueio da nota fiscal intImp: type: boolean description: Indicativo se a nota fiscal foi integrada com a gestão de tributos default: false numLot: type: integer format: int64 description: Número do lote contábil minimum: 0 maximum: 99999999 numInt: type: string maxLength: 20 description: Número do documento externo (integrado) fatCon: type: string format: uuid description: Fato contábil da nota fiscal codRtr: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário e140ins: type: array items: type: object allOf: – #/definitions/e140ins description: Itens e140mnf: type: array items: type: object allOf: – #/definitions/e140mnf description: Mensagens e140hdf: type: array items: type: object allOf: – #/definitions/e140hdf description: Histórico do documento fiscal e140inf: type: object allOf: – #/definitions/e140inf description: Informacoes Adicionais e140par: type: array items: type: object allOf: – #/definitions/e140par description: Lista de parcelas e140imd: type: array items: type: object allOf: – #/definitions/e140imd description: Impostos e140reb: type: array items: type: object allOf: – #/definitions/e140reb description: Reboques e140ide: type: object allOf: – #/definitions/e140ide description: Informação do documento eletrônico e140dtn: type: object allOf: – #/definitions/e140dtn description: Detalhamento de tributos da nota fiscal e140emb: type: array items: type: object allOf: – #/definitions/e140emb description: Detalhamento de tributos da nota fiscal e140ref: type: array items: type: object allOf: – #/definitions/e140ref description: Detalhamento dos documentos referenciados numRps: type: integer format: int64 description: Numero da RPS minimum: 0 maximum: 999999999999999 duplicatedInvoiceId: type: string format: uuid description: Id da nota duplicada msgOpe: type: string maxLength: 500 description: Mensagem de operação e140nfsIntCpl: type: object allOf: – #/definitions/e140nfsIntCpl description: Integração Controladoria – Dados Gerais chargeInvoiceId: type: string format: uuid description: Id da nota fiscal de cobrança integrationOrigin: type: string allOf: – #/definitions/externalIntegration description: Integração de origem originDocuments: type: array items: type: object allOf: – #/definitions/originDocument description: Dados dos documentos que originaram a nota fiscal de saída e001endSeqFis: type: object allOf: – #/definitions/e001end description: Endereço fiscal usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140nfs: type: object required: – id allOf: – #/definitions/e140nfs e140fin: description: Faixa de numeração de notas para inutilizar type: object properties: id: type: string format: uuid description: Id entidade e020snf: type: object allOf: – #/definitions/e020snf description: Série da nota fiscal numIni: type: integer format: int64 description: Número inicial da faixa numFin: type: integer format: int64 description: Número final da faixa sitFin: type: string allOf: – #/definitions/enumSitFin description: Situação jusInu: type: string description: Justificativa da inutilização codRej: type: string description: Código da rejeição msgRej: type: string description: Mensagem de rejeição e140finInvoice: type: array items: type: object allOf: – #/definitions/e140finInvoice description: Registro de intervalo de notas e140nfsBatchInvoice: type: array items: type: object allOf: – #/definitions/e140nfsBatchInvoice description: Registro de intervalo de notas excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140fin: type: object required: – id allOf: – #/definitions/e140fin e140finInvoice: description: Notas da faixa de numeração type: object properties: id: type: string format: uuid description: Id entidade e140fin: type: object allOf: – #/definitions/e140fin description: Faixa de numeração e140nfs: type: object allOf: – #/definitions/e140nfs description: Nota fiscal usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140finInvoice: type: object required: – id allOf: – #/definitions/e140finInvoice e140imi: description: Nota Fiscal – Imposto do item da nota fiscal type: object properties: id: type: string format: uuid description: Id da entidade e140ins: type: object allOf: – #/definitions/e140ins description: Item da nota fiscal tipImp: type: string allOf: – #/definitions/enumTipImpDoc description: Tipo de imposto basImp: type: string description: Valor Base minimum: 0.00 maximum: 9999999999999.99 default: 0 aliImp: type: number format: double description: Alíquota do imposto minimum: 0.00 maximum: 99999999999.9999 vlrImp: type: string description: Valor Base minimum: 0.00 maximum: 9999999999999.99 default: 0 vlrOut: type: string description: Valor Outras minimum: 0.00 maximum: 9999999999999.99 default: 0 vlrIse: type: string description: Valor Isentas minimum: 0.00 maximum: 9999999999999.99 default: 0 perRed: type: number format: double description: Percentual de redução da base do imposto minimum: 0.00 maximum: 999.99999 perMva: type: number format: double description: Percentual da margem de valor Adicionado do ICMS ST minimum: 0.00 maximum: 999.9999 e027str: type: object allOf: – #/definitions/e027str description: Situação Tributária ICMS e027eqi: type: object allOf: – #/definitions/e027eqi description: Enquadramento de IPI motDes: type: string allOf: – #/definitions/enumMotDes description: Motivo desoneração ICMS oriMer: type: string allOf: – #/definitions/enumOriMer description: Origem fiscal da mercadoria aplLiq: type: string allOf: – #/definitions/enumAplLiq description: Aplicação do imposto impMan: type: boolean description: Aplicação manual de imposto guiDoc: type: boolean description: Guia por Documento default: false aliDes: type: number format: double description: Alíquota de ICMS interestadual da UF de destino minimum: 0.00 maximum: 99999999999.9999 default: 0.00 vlrRec: type: string description: Valor recolhido pelo substituto minimum: 0.00 maximum: 99999999999.9999 supCon: type: number format: double description: Suportado consumidor final minimum: 0.00 maximum: 99999999999.9999 vlrRet: type: string description: Valor Icms St retido minimum: 0.00 maximum: 99999999999.9999 tipDif: type: string allOf: – #/definitions/tipoDiferimento description: Tipo de diferimento regimeControleRetencao: type: string allOf: – #/definitions/enumRegControleRet description: Regime do contrle de retenção naturezaReceitaPISCOFINS: type: object allOf: – #/definitions/naturezaReceitaPISCOFINS description: Natureza de receita para PIS/COFINS codigoTributacao: type: string maxLength: 6 description: Código de Tributação regimeTributario: type: string allOf: – #/definitions/enumRegimeTributarioPisCofins description: Regime tributário parametroCalculoImpostos: type: string format: uuid description: Id do parametro utilizado no cáculo do imposto perfilTributarioCalculoImpostos: type: string format: uuid description: Id do perfil tributário que contem os parametros de cálculo parametroStCalculoImpostos: type: string format: uuid description: Id do parâmetro de Substituição Tributária usado no cálculo dos impostos indicativoAquisicao: type: string allOf: – #/definitions/enumFunruralIndicativoAquisicao description: Indicativo de aquisição para o FUNRURAL paramStEstadoCalculoImpostos: type: string format: uuid description: Id do parâmetro de Substituição Tributária usado no cálculo dos impostos por estado percentualSuspensaoParcial: type: number format: double description: Percentual de suspensão parcial minimum: 0 maximum: 999.9999 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140imi: type: object required: – id allOf: – #/definitions/e140imi e140ins: description: Tabela de itens da nota fiscal type: object required: – seqIns – proSer – e001tns properties: id: type: string format: uuid description: Id da entidade e140nfs: type: object allOf: – #/definitions/e140nfs description: Id da nota fiscal de saída seqIns: type: integer format: int64 description: Sequência do item da nota fiscal minimum: 0 maximum: 999 proSer: type: string allOf: – #/definitions/enumProSer description: Tipo do item (produto ou serviço) e001tns: type: object allOf: – #/definitions/e001tns description: Transação do item e075der: type: object allOf: – #/definitions/e075der description: Produto cplIns: type: string description: Complemento do item ncm: type: object allOf: – #/definitions/ncm description: Classificação fiscal do item qtdFat: type: number format: double description: Quantidade faturada do item minimum: 0.00 maximum: 999999999.99999 qtdOri: type: number format: double description: Quantidade origem do item minimum: 0.00 maximum: 999999999.99999 qtdDev: type: number format: double description: Quantidade faturada do item minimum: 0.00 maximum: 999999999.99999 e015medUniMed: type: object allOf: – #/definitions/e015med description: Unidade de medida de estoque do item pesBru: type: number format: double description: Peso bruto do produto minimum: 0.00 maximum: 999999999.99999 pesLiq: type: number format: double description: Peso líquido do produto minimum: 0.00 maximum: 999999999.99999 e081tab: type: object allOf: – #/definitions/e081tab description: Tabela de preço do item preUni: type: string description: Preço unitário de estoque do produto minimum: 0.00 maximum: 99999999999.9999999999 perDsc: type: number format: double description: Percentual de desconto do item minimum: 0.00 maximum: 999.99 perCom: type: number format: double description: Percentual de comissão do item minimum: 0.00 maximum: 999.99 vlrFre: type: string description: Valor de frete do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrSeg: type: string description: Valor de seguro do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrEmb: type: string description: Valor de embalagens do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrEnc: type: string description: Valor de encargos do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrOut: type: string description: Valor de outras despesas do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrFrd: type: string description: Valor de frete destacado do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrOud: type: string description: Valor de outras despesas destacado do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrBru: type: string description: Valor bruto do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrDsc: type: string description: Valor de desconto do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrDad: type: string description: Valor de desconto adicional do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrBco: type: string description: Valor base de comissão do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrCom: type: string description: Valor de comissão do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrIte: type: string description: Valor do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrLou: type: string description: Valor outros do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrLiq: type: string description: Valor líquido do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrFin: type: string description: Valor financeiro do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 item_nota_entrada_id: type: string format: uuid description: Id do item da nota fiscal de entrada e015medUniVen: type: object allOf: – #/definitions/e015med description: Unidade de medida de venda do item qtdVen: type: number format: double description: Quantidade de venda do item minimum: 0.00 maximum: 999999999.99999 preVen: type: string description: Preço de venda do item minimum: 0.00 maximum: 99999999999.9999999999 perDad: type: number format: double description: Percentual de desconto adicional do item minimum: 0.00 maximum: 999.99 vlrFei: type: string description: Valor de frete de importação do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrSei: type: string description: Valor de seguro de importação do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrOui: type: string description: Valor de outras despesas de importação do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 obsIns: type: string maxLength: 999 description: Observação do item oriMer: type: string allOf: – #/definitions/enumOriMer description: Origem da mercadoria e090pes: type: object allOf: – #/definitions/e090pes description: Representante do item e120ipd: type: string format: uuid description: Identificado do item no pedido e120ipdPedCli: type: string maxLength: 20 description: Nº Pedido Cliente e120ipdSeqPcl: type: string maxLength: 10 description: Sequência Pedido Cliente e067fin: type: object allOf: – #/definitions/e067fin description: Finalidade de venda do item codBnf: type: string maxLength: 10 description: Código do benefício fiscal do item e080ser: type: object allOf: – #/definitions/e080ser description: Serviço do item codTri: type: string maxLength: 5 description: Código de tributação para emissão da DARF codFim: type: string description: Código fiscal municipal do serviço e021mot: type: object allOf: – #/definitions/e021mot description: Motivo e205dep: type: object allOf: – #/definitions/e205dep description: Déposito obsMot: type: string maxLength: 250 description: Observação Motivo e140imi: type: array items: type: object allOf: – #/definitions/e140imi description: Impostos do item e140msi: type: array items: type: object allOf: – #/definitions/e140msi description: Mensagens e140lot: type: array items: type: object allOf: – #/definitions/e140lot description: Lotes e140ser: type: array items: type: object allOf: – #/definitions/e140ser description: Séries codCes: type: string description: Especificador substituição tributária e140dti: type: object allOf: – #/definitions/e140dti description: Detalhamento de impostos sitDem: type: string allOf: – #/definitions/enumSituacaoDemanda description: Situação da Demanda e091plf: type: object allOf: – #/definitions/e091plf description: Conta financeira e044ccu: type: object allOf: – #/definitions/e044ccu description: Centro de custo exigibilidade: type: string allOf: – #/definitions/enumExiIss description: Exigibilidade naturezaOperacaoServico: type: string allOf: – #/definitions/enumNatOps description: Natureza da operação do serviço codigoTributacao: type: string allOf: – #/definitions/enumCodigoTributacao description: Código de Tributação codigoTributacaoNfse: type: string maxLength: 20 description: Código da triburação NFS-e vlrOri: type: string description: Valor original do item minimum: 0.00 maximum: 9999999999999.99 default: 0.0 originId: type: string format: uuid description: ID de origem do item attendanceProcessId: type: string format: uuid description: Id da operação de estoque realizado pelo consumo da reserva descontaIcmsst: type: string allOf: – #/definitions/enumDescontaICMSST description: Desconta ICMS ST – EFD ICMS IPI natOpe: type: string maxLength: 5 description: Natureza de operação fciCode: type: string maxLength: 36 description: Código da FCI sitIns: type: string allOf: – #/definitions/enumSitIns description: Situação item msgOpe: type: string maxLength: 500 description: Mensagem operação installmentItemId: type: string format: uuid description: Identificador do item da competencia do contrato termItemId: type: string format: uuid description: Identificador do item da vigência do contrato numPed: type: integer format: int64 description: Número do pedido de origem minimum: 0 maximum: 99999999 e075ppc: type: object allOf: – #/definitions/e075ppc description: Item do cliente e140insProductionOrder: type: array items: type: object allOf: – #/definitions/e140insProductionOrder description: Ordem de produção codbar: type: string maxLength: 14 description: Código de barras codba2: type: string maxLength: 30 description: Código barras livre codgtn: type: string maxLength: 14 description: Gtin uni. trib beneficioFiscal: type: object allOf: – #/definitions/beneficioFiscal description: Benefício fiscal orderId: type: string format: uuid description: Id do pedido de venda e140insCommission: type: array items: type: object allOf: – #/definitions/e140insCommission description: Comissões do item movEst: type: boolean description: Indica se o produto movimenta estoque default: false codBarTrib: type: string maxLength: 30 description: Código barras na unidade tributável usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140ins: type: object required: – id allOf: – #/definitions/e140ins e140msi: description: Mensagens do item da nota fiscal type: object required: – e024msg properties: id: type: string format: uuid description: Id da entidade e140ins: type: object allOf: – #/definitions/e140ins description: Id do item da nota fiscal de saída e024msg: type: object allOf: – #/definitions/e024msg description: Id da mensagem msgIte: type: string maxLength: 1000 description: Texto da mensagem usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140msi: type: object required: – id allOf: – #/definitions/e140msi e140lot: description: Item Nota Fiscal – Lote do Produto type: object required: – codLot – qtdLot properties: id: type: string format: uuid description: Id da entidade e140ins: type: object allOf: – #/definitions/e140ins description: Id do item da nota fiscal de saída e200lot: type: string format: uuid description: Lote de estoque codLot: type: string maxLength: 50 description: Derivação datFab: type: string format: date description: Depósito datVlt: type: string format: date description: Situação qtdLot: type: number format: double description: Quantidade lote do item minimum: 0.00 maximum: 999999999.99999 qtdDev: type: number format: double description: Quantidade devolvida minimum: 0.00 maximum: 999999999.99999 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140lot: type: object required: – id allOf: – #/definitions/e140lot e140ser: description: Item Nota Fiscal – Série do Produto type: object required: – numSep properties: id: type: string format: uuid description: Id da entidade e200ser: type: string format: uuid description: Lote de estoque e140ins: type: object allOf: – #/definitions/e140ins description: Id do item da nota fiscal de saída numSep: type: string maxLength: 50 description: Derivação datFab: type: string format: date description: Depósito datVlt: type: string format: date description: Situação existeDevolucao: type: boolean description: existe Devolução default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140ser: type: object required: – id allOf: – #/definitions/e140ser e140inf: description: Informações Adicionais da nota fiscal type: object properties: id: type: string format: uuid description: Id da entidade e140nfs: type: object allOf: – #/definitions/e140nfs description: Id da nota fiscal de saída e001endSeqEnt: type: object allOf: – #/definitions/e001end description: Sequência do endereço de entrega do cliente e001endSeqCob: type: object allOf: – #/definitions/e001end description: Sequência do endereço de cobrança do cliente e073pesCodTra: type: object allOf: – #/definitions/e073pes description: Código da transportadora da nota fiscal de saída e073pesCodRed: type: object allOf: – #/definitions/e073pes description: Código da transportadora para redespacho da nota fiscal de saída e021mot: type: object allOf: – #/definitions/e021mot description: Código do motivo da situação e028cpg: type: object allOf: – #/definitions/e028cpg description: Código da condição de pagamento obsMot: type: string description: Observação do bloqueio ou desbloqueio da nota fiscal dthSai: type: string format: date-time description: Data da saída das mercadorias da nota fiscal de saída plaVei: type: string maxLength: 7 description: Placa do veículo de transporte das mercadorias da nota fiscal de saída obsNfs: type: string description: Texto da observação da Nota Fiscal pesBru: type: number format: double description: Peso Bruto minimum: 0.00 maximum: 999999.99999 default: 0.0 pesLiq: type: number format: double description: Peso Líquido minimum: 0.00 maximum: 999999.99999 default: 0.0 locEmb: type: string maxLength: 60 description: Local de embarque da mercadoria (porto, aeroporto, etc.) perDad: type: number format: double description: Percentual de desconto adicional minimum: 0.00 maximum: 999.99 vlrDad: type: string description: Valor do desconto adicional minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrFre: type: string description: Valor do frete da nota fiscal de saída minimum: 0.00 maximum: 9999999999999.99 default: 0.0 cifFob: type: string allOf: – #/definitions/enumCifFob description: Indicativo se o valor do frete é CIF ou FOB vlrSeg: type: string description: Valor do seguro da nota fiscal de saída minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrEmb: type: string description: Valor das embalagens da nota fiscal de saída minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrEnc: type: string description: Valor dos encargos financeiros da nota fiscal de saída minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrOut: type: string description: Valor de outras despesas da nota fiscal de saída minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrFrd: type: string description: Valor frete destacado minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrOud: type: string description: Valor outras despesas destacado minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrFei: type: string description: Valor de frete de importação minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrSei: type: string description: Valor de seguro de importação minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrOui: type: string description: Valor de outras despesas de importação minimum: 0.00 maximum: 9999999999999.99 default: 0.0 datAge: type: string format: date description: Data do agendamento da entrega e007ufsEbq: type: object allOf: – #/definitions/e007ufs description: Sigla do estado do veículo de transporte das mercadorias da nota fiscal de saída e007ufsVei: type: object allOf: – #/definitions/e007ufs description: Sigla do estado do veículo de reboque das mercadorias da nota fiscal de saída pedCli: type: string maxLength: 20 description: Nº Pedido Cliente indPre: type: string allOf: – #/definitions/enumIndPre description: Indicativo presencial do consumidor locDsp: type: string maxLength: 60 description: Descrição do local de despacho e008raiCodRai: type: object allOf: – #/definitions/e008rai description: Código da cidade para recolhimento do ISS (Tabela RAIS) dthPre: type: string format: date description: Data de prestação do serviço ideVag: type: string maxLength: 20 description: Identificação do vagão ideBal: type: string maxLength: 20 description: Identificação da balsa conFin: type: boolean description: Indicativo se a operação de venda é para consumidor final temPar: type: boolean description: Tem Parcelas Especiais default: false indicativeIntermediation: type: string allOf: – #/definitions/enumIndicativeIntermediation description: Indicativo de intermediação intermediaryTaxNumber: type: string maxLength: 14 description: CNPJ do Intermediador da Transação intermediaryRegistration: type: string maxLength: 60 description: Identificador cadastrado no intermediador datZfm: type: string format: date description: Data de ingresso na Zona Franca invoiceAdditionalInformation: type: string description: Informações complementares para documento fiscal agreementId: type: string format: uuid description: Id do contrato de origem externalOrderId: type: string maxLength: 36 description: Id do pedido no ecommerce saleChannelId: type: string format: uuid description: Id do canal de vendas externalInvoiceId: type: string description: Identificador externo da nota fiscal proveniente de integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140inf: type: object required: – id allOf: – #/definitions/e140inf e140cce: description: Carta de correção eletrônica (NF-e) type: object required: – e140nfs – seqEve – dthEmi – sitCce properties: id: type: string format: uuid description: Id da entidade e140cceTransport: type: object allOf: – #/definitions/e140cceTransport description: Informações de transporte na carta de correção e140cceItems: type: array items: type: object allOf: – #/definitions/e140cceItems description: Itens da carta de correção e140cceTrailers: type: array items: type: object allOf: – #/definitions/e140cceTrailers description: Reboques da carta de correção e140cceVolumes: type: array items: type: object allOf: – #/definitions/e140cceVolumes description: Volumes da carta de correção e140nfs: type: object allOf: – #/definitions/e140nfs description: Id da nota fiscal de saída seqEve: type: integer format: int64 description: Sequência do evento da carta de correção minimum: 0 maximum: 9999 dthEmi: type: string format: date-time description: Data e hora da carta de correção desCor: type: string maxLength: 1000 description: Descrição da correção sitCce: type: string allOf: – #/definitions/enumSitDoe description: Situação da carta de correção usuEmi: type: string description: Usuário responsável pela emissão da carta de correção numPrt: type: string maxLength: 15 description: Número do protocolo de autorização dthAut: type: string format: date-time description: Data e hora de autorização codRej: type: integer format: int64 description: Código da rejeição Integer msgRej: type: string maxLength: 255 description: Mensagem de rejeição usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140cce: type: object required: – id allOf: – #/definitions/e140cce e140cceTransport: description: Informações de transporte na carta de correção type: object properties: id: type: string format: uuid description: Id da entidade e140cce: type: object allOf: – #/definitions/e140cce description: Id da carta de correção e073pes: type: object allOf: – #/definitions/e073pes description: Id da transportadora cifFob: type: string allOf: – #/definitions/enumCifFob description: Tipo do frete plaVei: type: string maxLength: 7 description: Placa do veículo e007ufs: type: object allOf: – #/definitions/e007ufs description: Id da UF do veículo usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140cceTransport: type: object required: – id allOf: – #/definitions/e140cceTransport e140cceItems: description: Informações dos itens na carta de correção type: object required: – e140ins – natOpe properties: id: type: string format: uuid description: Id da entidade e140cce: type: object allOf: – #/definitions/e140cce description: Id da carta de correção e140ins: type: object allOf: – #/definitions/e140ins description: Id do item natOpe: type: string maxLength: 5 description: Natureza da operação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140cceItems: type: object required: – id allOf: – #/definitions/e140cceItems e140cceTrailers: description: Informações dos reboques na carta de correção type: object required: – plaReb – e007ufs properties: id: type: string format: uuid description: Id da entidade e140cce: type: object allOf: – #/definitions/e140cce description: Id da carta de correção e073pes: type: object allOf: – #/definitions/e073pes description: Id da transportadora plaReb: type: string maxLength: 7 description: Natureza da operação e007ufs: type: object allOf: – #/definitions/e007ufs description: Id do estado da placa do reboque usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140cceTrailers: type: object required: – id allOf: – #/definitions/e140cceTrailers e140cceVolumes: description: Informações dos volumes na carta de correção type: object properties: id: type: string format: uuid description: Id da entidade e140cce: type: object allOf: – #/definitions/e140cce description: Id da carta de correção qtdVol: type: integer format: int64 description: Quantidade do volume espVol: type: string maxLength: 255 description: Espécie do volume marVol: type: string maxLength: 255 description: Marca do volume numVol: type: string maxLength: 255 description: Numeração do volume pesBru: type: number format: double description: Peso bruto do volume minimum: 0.00 maximum: 999999.99999 pesLiq: type: number format: double description: Peso líquido do volume minimum: 0.00 maximum: 999999.99999 codBar: type: string maxLength: 255 description: Código de barras do volume usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140cceVolumes: type: object required: – id allOf: – #/definitions/e140cceVolumes e007ufs: description: Tabelas – Estados type: object required: – sigUfs – nomUfs – e006pai – excluido properties: id: type: string format: uuid description: Id da entidade sigUfs: type: string maxLength: 2 description: Sigla nomUfs: type: string maxLength: 20 description: Nome abrUfs: type: string maxLength: 5 description: Abreviatura e006pai: type: object allOf: – #/definitions/e006pai description: País excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e006pai: description: Tabelas – Países type: object required: – codPai – nomPai – merSul – visEnt – excluido properties: id: type: string format: uuid description: Id da entidade codPai: type: string maxLength: 4 description: Código nomPai: type: string maxLength: 150 description: Nome e031moe: type: object allOf: – #/definitions/e031moe description: Código Moeda merSul: type: boolean description: Mercosul visEnt: type: boolean description: Visto Entrada excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e031moe: description: Tabelas – Moedas type: object required: – codMoe – desMoe – sigMoe properties: id: type: string format: uuid description: Id da entidade codMoe: type: string maxLength: 3 description: Código Moeda desMoe: type: string maxLength: 30 description: Descrição sigMoe: type: string maxLength: 5 description: Sigla excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001tns: description: Tabelas – Transações type: object required: – e070emp – codTns – desTns – lisMod – detTns – aceMan properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codTns: type: string maxLength: 5 description: Código da transação desTns: type: string maxLength: 60 description: Descrição da transação lisMod: type: string allOf: – #/definitions/enumLisMod description: Módulo detTns: type: string maxLength: 599 description: Detalhes Transação aceMan: type: boolean description: Aceita Manual sitTns: type: string allOf: – #/definitions/enumSitReg description: Situação e001tns_com_ger: type: object allOf: – #/definitions/e001tns_com_ger description: Especialização e001tnsCplImpSai: type: object allOf: – #/definitions/e001tnsCplImpSai description: Especialização e001tnsCplImpEnt: type: object allOf: – #/definitions/e001tnsCplImpEnt description: Especialização e001tnsComNfs: type: object allOf: – #/definitions/e001tnsComNfs description: Especialização e001tnsSupEst: type: object allOf: – #/definitions/e001tnsSupEst description: Especialização de estoque excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001int: description: Integração entre transações type: object required: – e001tnsTnsInt properties: id: type: string format: uuid description: Id da entidade e001tnsCodTns: type: object allOf: – #/definitions/e001tns description: Transação e001tnsTnsInt: type: object allOf: – #/definitions/e001tns description: Transação modInt: type: string allOf: – #/definitions/enumLisMod description: Módulo da transação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001tnsCplImpSai: description: Transação complience impostos de saída type: object properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação e051dis: type: object allOf: – #/definitions/e051dis description: Dispositivo fiscal venTcf: type: string allOf: – #/definitions/enumAplNop description: Aplicação da natureza da operação e024msgVenMs1: type: object allOf: – #/definitions/e024msg description: 1ª mensagem padrão da nota fiscal de entrada e024msgVenMs2: type: object allOf: – #/definitions/e024msg description: 2ª mensagem padrão da nota fiscal de entrada e024msgVenMs3: type: object allOf: – #/definitions/e024msg description: 3ª mensagem padrão da nota fiscal de entrada e024msgVenMs4: type: object allOf: – #/definitions/e024msg description: 4ª mensagem padrão da nota fiscal de entrada venNat: type: string maxLength: 5 description: Nova natureza de operação (CFOP) correspondente a transação (utilizada devido transição conforme ajuste SINIEF 7/2002) e001tnsEstorno: type: object allOf: – #/definitions/e001tns description: Transação padrão para estorno excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação taxUnitNcm: type: boolean description: Unidade tributável do item na nota fiscal, baseado no cadastro do ncm usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001tnsCplImpEnt: description: Transação complience impostos de entrada type: object properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação e051dis: type: object allOf: – #/definitions/e051dis description: Dispositivo fiscal cprTcf: type: string allOf: – #/definitions/enumAplNop description: Aplicação da natureza da operação e024msgCprMs1: type: object allOf: – #/definitions/e024msg description: 1ª mensagem padrão da nota fiscal de entrada e024msgCprMs2: type: object allOf: – #/definitions/e024msg description: 2ª mensagem padrão da nota fiscal de entrada e024msgCprMs3: type: object allOf: – #/definitions/e024msg description: 3ª mensagem padrão da nota fiscal de entrada e024msgCprMs4: type: object allOf: – #/definitions/e024msg description: 4ª mensagem padrão da nota fiscal de entrada cprNat: type: string maxLength: 5 description: Nova natureza de operação (CFOP) correspondente a transação (utilizada devido transição conforme ajuste SINIEF 7/2002) e001tnsEstorno: type: object allOf: – #/definitions/e001tns description: Transação padrão para estorno excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e051dis: description: Dispositivo fiscal type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codDfs: type: integer format: int64 description: Código minimum: 0 maximum: 999999 desDfs: type: string maxLength: 150 description: Descrição excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e025fer: description: Feriado type: object required: – diaFer – mesFer – anoFer – desFer – excluido properties: id: type: string format: uuid description: Id da entidade diaFer: type: integer format: int64 description: Dia do feriado minimum: 0 maximum: 99 mesFer: type: integer format: int64 description: Mês do feriado minimum: 0 maximum: 99 anoFer: type: integer format: int64 description: Ano do feriado minimum: 0 maximum: 9999 e006pai: type: object allOf: – #/definitions/e006pai description: País e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado e008rai: type: object allOf: – #/definitions/e008rai description: Cidade desFer: type: string maxLength: 30 description: Descrição ferBan: type: boolean description: É apenas feriado bancário excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e024msd: description: Tabelas – mensagens para nota fiscal de saída e contrato de venda – campos dinâmicos type: object required: – nomMsg properties: id: type: string format: uuid description: Id da entidade e024msg: type: object allOf: – #/definitions/e024msg description: Código mensagem nomMsg: type: string maxLength: 150 description: Nome da váriavel cmpRes: type: string maxLength: 255 description: Campo resultante vlrSim: type: string maxLength: 255 description: Valor simulado infMsg: type: string maxLength: 150 description: Informações da mensagem tipoNota: type: string allOf: – #/definitions/enumAgrupadorDinamicoObservacao description: Referência (observação) para nota fiscal excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e024msg: description: Mensagem type: object properties: id: type: string format: uuid description: Id da entidade codMsg: type: integer format: int64 description: Código mensagem minimum: 0 maximum: 9999 desMsg: type: string maxLength: 1000 description: Descrição mensagem msgFis: type: boolean description: Mensagem fiscal default: false intMsg: type: string allOf: – #/definitions/enumIntMsg description: Interesse da mensagem msgDin: type: boolean description: Mensagem especial default: false entDin: type: string allOf: – #/definitions/enumEntidadeMensagemDinamica description: Entidade dinâmica desMsd: type: string maxLength: 1000 description: Descrição excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação e024msd: type: array items: type: object allOf: – #/definitions/e024msd description: Campos dinamicos usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001tns_com_ger: description: Tabelas – Transações type: object properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação e002tptVenTpt: type: object allOf: – #/definitions/e002tpt description: Tipo de título venTip: type: string allOf: – #/definitions/enumVenTip description: Tipo de Venda venTnf: type: boolean description: Indica se soma o valor do item no valor total do financeiro comSsg: type: boolean description: Soma Seguro indPre: type: string allOf: – #/definitions/enumIndPre description: Indicativo presencial do consumidor tnsEstorno: type: boolean description: Indica se a transação é utilizada para estorno default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e009ppe_com_nfv: description: Parâmetros por estado type: object required: – e007ufs – e070fil properties: id: type: string format: uuid description: Id da entidade e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado e070fil: type: object allOf: – #/definitions/e070fil description: Filial e001tnsVenTfp: type: object allOf: – #/definitions/e001tns description: Transação padrão para NF saída de produtos do estabelecimento a contribuinte e001tnsVenTfn: type: object allOf: – #/definitions/e001tns description: Transação padrão para NF saída de produtos do estabelecimento não contribuinte e001tnsVenTpa: type: object allOf: – #/definitions/e001tns description: Transação padrão para NF saída de produtos adquiridos p/ comercialização a contribuinte e001tnsVenTpn: type: object allOf: – #/definitions/e001tns description: Transação padrão para NF saída de produtos adquiridos p/ comercialização a não contribuinte e001tnsVenTfs: type: object allOf: – #/definitions/e001tns description: Transação padrão para NF saída de serviços e001tnsVenTdp: type: object allOf: – #/definitions/e001tns description: Transação padrão de devolução de itens de produto e001tnsVenTds: type: object allOf: – #/definitions/e001tns description: Transação padrão de devolução de itens de serviço e001tnsTnsRem: type: object allOf: – #/definitions/e001tns description: Transação para Notas Fiscais de Remessa e001tnsTnsRet: type: object allOf: – #/definitions/e001tns description: Transação para Notas Fiscais de Retorno e001tnsVenTsm: type: object allOf: – #/definitions/e001tns description: Transação padrão para NF de simples remessa e001tnsTnsAst: type: object allOf: – #/definitions/e001tns description: Transação mercadoria de subst. trib. na condição de contribuinte substituído e001tnsRemInd: type: object allOf: – #/definitions/e001tns description: Transação para notas fiscais de remessa para industrialização com movimentação de estoque e001tnsRemIndSemEst: type: object allOf: – #/definitions/e001tns description: Transação para notas fiscais de remessa para industrialização sem movimentação de estoque e001tnsVenCob: type: object allOf: – #/definitions/e001tns description: Transação para cobrança de mercadoria e001tnsVenEnt: type: object allOf: – #/definitions/e001tns description: Transação para entrega de mercadoria usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE009ppe_com_nfv: type: object required: – id allOf: – #/definitions/e009ppe_com_nfv e070emp: description: Empresa type: object required: – codEmp – nomEmp – sigEmp properties: id: type: string format: uuid description: Id da entidade codEmp: type: integer format: int64 description: Código da empresa minimum: 0 maximum: 9999 nomEmp: type: string maxLength: 100 description: Nome da empresa sigEmp: type: string maxLength: 100 description: Nome fantasia da empresa e070empCplImp: type: object allOf: – #/definitions/e070empCplImp description: Especialização excluido: type: boolean description: Indicativo de exclusão do registro extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação e031moe: type: object allOf: – #/definitions/e031moe description: Moeda usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070fil: description: Filial type: object required: – e070emp – codFil – nomFil – sigFil properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codFil: type: integer format: int64 description: Filial minimum: 0 maximum: 9999 nomFil: type: string maxLength: 100 description: Nome sigFil: type: string maxLength: 100 description: Fantasia insEst: type: string maxLength: 25 description: Inscrição Estadual insMun: type: string maxLength: 16 description: Inscrição Municipal insNfs: type: string maxLength: 16 description: Inscrição Municipal postalCodeFil: type: string description: Código Postal endFil: type: string maxLength: 100 description: Endereço nenFil: type: string maxLength: 60 description: Número cplEnd: type: string maxLength: 200 description: Complemento baiFil: type: string maxLength: 75 description: Bairro cidFil: type: string maxLength: 60 description: Cidade e007ufsSigUfs: type: object allOf: – #/definitions/e007ufs description: Estado filMat: type: boolean description: Filial Matriz numCgc: type: string maxLength: 18 description: NumCgC numIdf: type: string maxLength: 40 description: Número de identificação fiscal (NIF) e008rai: type: object allOf: – #/definitions/e008rai description: Cidade e070filComGer: type: object allOf: – #/definitions/e070filComGer description: Especialização e070filComNfs: type: object allOf: – #/definitions/e070filComNfs description: Especialização – Nota de venda e070filCplImp: type: object allOf: – #/definitions/e070filCplImp description: Especialização – Imposto e070filCplCtb: type: object allOf: – #/definitions/e070filCplCtb description: Especialização – Contabilidade e070filFinCre: type: object allOf: – #/definitions/e070filFinCre description: Especialização – Contas a receber tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo da pessoa excluido: type: boolean description: Indica se o registro foi excluído tipEmp: type: string allOf: – #/definitions/enumTipEmp description: Tipo empresa extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação intNet: type: string maxLength: 100 description: E-mail numFon: type: string maxLength: 20 description: Telefone usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070ent: description: Endereço de entrega type: object required: – endEnt – cidEnt – e007ufsEstEnt – sitReg properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial indEnt: type: boolean description: Indicativo se o endereço é utilizado para entrega default: true indCob: type: boolean description: Indicativo se o endereço é utilizado para cobrança default: false postalCode: type: string maxLength: 20 description: Código Postal e008raiCidEnt: type: object allOf: – #/definitions/e008rai description: Identificador da Cidade endEnt: type: string maxLength: 100 description: Endereço nenEnt: type: string maxLength: 60 description: Número cplEnt: type: string maxLength: 200 description: Complemento baiEnt: type: string maxLength: 75 description: Bairro cidEnt: type: string maxLength: 60 description: Cidade e007ufsEstEnt: type: object allOf: – #/definitions/e007ufs description: Estado e006paiPaiEnt: type: object allOf: – #/definitions/e006pai description: País sitReg: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e008rai: description: Cidade type: object required: – codRai – nomCid – e007ufs – cepMin – cepMax – excluido properties: id: type: string format: uuid description: Id da entidade codRai: type: integer format: int64 description: Código cidade minimum: 0 maximum: 9999999 nomCid: type: string maxLength: 60 description: Nome cidade e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado popCid: type: integer format: int64 description: População minimum: 0 maximum: 999999999 potAlf: type: number format: double description: Potencial consumo minimum: 0.00 maximum: 99.999 locGeo: type: string maxLength: 6 description: Localização geográfica cepMin: type: integer format: int64 description: CEP inicial minimum: 0 maximum: 99999999 cepMax: type: integer format: int64 description: CEP final minimum: 0 maximum: 99999999 codFis: type: integer format: int64 description: Código fiscal município minimum: 0 maximum: 9999999 codIbg: type: integer format: int64 description: Código IBGE município minimum: 0 maximum: 9999999 diaEnt: type: integer format: int64 description: Quantidade de dias para entrega na cidade minimum: 0 maximum: 99 excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e020snf: description: Tabelas – Séries de Notas Fiscais type: object required: – e070emp – e070fil – codSnf – abrSnf – desSnf – finSnf – codSel – codSsl – qtdPos properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e070fil: type: object allOf: – #/definitions/e070fil description: Filial e032edc: type: object allOf: – #/definitions/e032edc description: Modelo do documento codSnf: type: string maxLength: 3 description: Código abrSnf: type: string maxLength: 10 description: Abreviatura desSnf: type: string maxLength: 30 description: Descrição disAut: type: string allOf: – #/definitions/enumDisAut description: Dispositivo autorizado aplSnf: type: string allOf: – #/definitions/enumAplSnf description: Aplicação finSnf: type: string allOf: – #/definitions/enumFinSnf description: Finalidade codSel: type: string maxLength: 3 description: Série legal codSsl: type: string maxLength: 2 description: Série legal utiImp: type: string allOf: – #/definitions/enumUtiImpCurto description: Forma de integração para controladoria qtdPos: type: integer format: int64 description: Quantidade de números da nota fiscal minimum: 6 maximum: 9 emiExt: type: boolean description: Série realiza emissão em sistema externo default: false excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e069gre: description: Cadastros – Grupos de Empresas type: object required: – codGre – nomGre – sigGre – excluido properties: id: type: string format: uuid description: Id da entidade codGre: type: integer format: int64 description: Código do grupo de empresas minimum: 0 maximum: 999999999 nomGre: type: string maxLength: 100 description: Nome do grupo de empresas sigGre: type: string maxLength: 10 description: Sigla excluido: type: boolean description: Indica se o registro foi excluído usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001pes: description: Cadastro geral pessoa type: object required: – nomPes – codPes – apePes – tipPes – sitpes properties: id: type: string format: uuid description: Id da entidade nomPes: type: string maxLength: 100 description: Nome da pessoa codPes: type: integer format: int64 description: Código Pessoa minimum: 0 maximum: 999999999 apePes: type: string maxLength: 50 description: Nome fantasia tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo da pessoa insEst: type: string maxLength: 25 description: Inscrição Estadual insMun: type: string maxLength: 16 description: Inscrição Municipal cnpCpf: type: string maxLength: 14 description: CNPJ/CPF e069gre: type: object allOf: – #/definitions/e069gre description: Grupo Empresas codSuf: type: string maxLength: 10 description: Código do SUFRAMA datSuf: type: string format: date description: Validade do registro do SUFRAMA postalCode: type: string maxLength: 20 description: CEP endPes: type: string maxLength: 100 description: Endereço numEnd: type: string maxLength: 60 description: Número cplEnd: type: string maxLength: 200 description: Complemento nomBai: type: string maxLength: 75 description: Bairro e006pai: type: object allOf: – #/definitions/e006pai description: Pais e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado e008rai: type: object allOf: – #/definitions/e008rai description: Cidade cxaPst: type: integer format: int64 description: Caixa postal minimum: 0 maximum: 999999 zipCod: type: string maxLength: 20 description: Zip code numRge: type: string maxLength: 13 description: Número/Órgão/Data RG orgRge: type: string maxLength: 6 description: Órgão Emissor RG datRge: type: string format: date description: Data Emissão RG datNas: type: string format: date description: Data Nascimento excluido: type: boolean description: Indica se o registro foi excluído default: false sitpes: type: string allOf: – #/definitions/enumSitReg description: Situação pessoa e085pes: type: object allOf: – #/definitions/e085pes description: Cliente e090pes: type: object allOf: – #/definitions/e090pes description: Representante e073pes: type: object allOf: – #/definitions/e073pes description: Transportadora e001pesCplImp: type: object allOf: – #/definitions/e001pesCplImp description: Especialização tipMer: type: string allOf: – #/definitions/enumTipMer description: Tipo de mercado extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação numIdf: type: string maxLength: 40 description: Número de identificação fiscal (NIF) fonPes: type: string maxLength: 20 description: Telefone intNet: type: string maxLength: 500 description: E-mail emaNfe: type: string maxLength: 100 description: E-mail para envio de documentos eletrônicos usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e085pes: description: Cadastros – Clientes type: object required: – marCli – tipEmc – sitCli – obsMot – tipAce – excluido properties: id: type: string format: uuid description: Id da entidade – Chave da e001pes e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa marCli: type: string maxLength: 20 description: Marca do cliente tipEmc: type: string allOf: – #/definitions/enumTipEmc description: Tipo do direito de propriedade da empresa sitCli: type: string allOf: – #/definitions/enumSitReg description: Situação do cliente e021mot: type: object allOf: – #/definitions/e021mot description: Código do motivo da situação do cliente obsMot: type: string maxLength: 250 description: Observação do motivo da situação do usuário tipAce: type: string allOf: – #/definitions/enumTipAce description: Tipo de acerto(arredondamento) do cliente excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e090pes: description: Cadastros – Representantes type: object required: – sitReg – e021mot – obsMot – excluido properties: id: type: string format: uuid description: id e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa sitReg: type: string allOf: – #/definitions/enumSitReg description: Situação do representante e021mot: type: object allOf: – #/definitions/e021mot description: Código do motivo da situação do representante obsMot: type: string description: Observação do motivo da situação do representante excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001end: description: Endereço de pessoa type: object required: – excluido properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa indEnt: type: boolean description: Indicativo se o endereço é utilizado para entrega default: true indCob: type: boolean description: Indicativo se o endereço é utilizado para cobrança default: true postalCode: type: string maxLength: 20 description: CEP endPes: type: string maxLength: 100 description: Endereço nenEnd: type: string maxLength: 60 description: Número cplEnd: type: string maxLength: 200 description: Complemento baiEnd: type: string maxLength: 75 description: Bairro prxEnd: type: string maxLength: 200 description: Ponto de referência e006pai: type: object allOf: – #/definitions/e006pai description: Pais e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado e008rai: type: object allOf: – #/definitions/e008rai description: Cidade sitEnd: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação emaRes: type: string maxLength: 100 description: E-mail fonRes: type: string maxLength: 100 description: Telefone nomRes: type: string maxLength: 50 description: Nome do responsável celRes: type: string maxLength: 22 description: Celular tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa cnpCpf: type: string maxLength: 14 description: CNPJ/CPF insEst: type: string maxLength: 25 description: Inscrição estadual indFis: type: boolean description: Indicativo se o endereço é utilizado para endereço fiscal default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e021mot: description: Tabelas – Motivos das Situações das Tabelas type: object required: – codMot – desMot properties: id: type: string format: uuid description: Id da entidade codMot: type: integer format: int64 description: Motivo minimum: 0 maximum: 999999 desMot: type: string maxLength: 30 description: Descrição aplMot: type: string allOf: – #/definitions/enumAplMot description: Aplicação dos motivos das situações das tabelas excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e099usucomger: description: Permissões – Usuários type: object required: – e070emp – codUsu – nomUsu properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Id da empresa codUsu: type: string description: nome do usuário nomUsu: type: string description: nome do usuário venTbp: type: boolean description: Aceitar Pedido e NF Saída s/ Tabela Preço default: false venPar: type: boolean description: Alterar Representante Pedido/NF default: false venPap: type: boolean description: Alterar Preço Pedido/NF default: false venPds: type: boolean description: Alterar Desconto Pedido/NF default: false venPco: type: boolean description: Alterar Comissão Pedido/NF default: false venAim: type: boolean description: Indicativo se o usuário pode alterar os impostos do pedido e notas fiscais default: false venAtv: type: boolean description: Altera tabela preço no Pedido default: false venPtn: type: boolean description: Alterar Transação Pedido default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e099usucomnfs: description: Cadastros – Usuários type: object required: – e070emp – codUsu – nomUsu properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Id da empresa codUsu: type: string description: código do usuário nomUsu: type: string description: nome do usuário venInu: type: boolean description: Inutilizar Nota Fiscal default: false venAns: type: boolean description: Permite alterar a situação da nota fiscal default: false venFqp: type: boolean description: Permite faturar acima da quantidade pedida default: false venCan: type: string allOf: – #/definitions/enumVenCan description: Permite cancelar notas fiscais de saída venCns: type: boolean description: Permite cancelar nota de serviço que possui nota substituta não autorizada default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE099usucomnfs: type: object required: – id allOf: – #/definitions/e099usucomnfs e070filComNfs: description: Filial comercial – Nota de Venda type: object properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial venSnp: type: object allOf: – #/definitions/e020snf description: Série padrão para nota fiscal de saída oriGti: type: string allOf: – #/definitions/enumOriGti description: Forma de busca do código GTIN para gerar as tags cEAN e cEANTrib praCan: type: integer format: int64 description: Prazo para cancelamento da nota fiscal eletrônica praNse: type: integer format: int64 description: Prazo para cancelamento da nota fiscal de serviço refNcc: type: boolean description: Indicativo se vai referenciar as NFC-e e CF-e no XML da NF-e caso existir default: false qcoLot: type: boolean description: Utiliza quantidade comercial no Lote do XML da NF-e default: false limNfe: type: number format: double description: Valor limite estabelecido pela SEFAZ para NF-e infVei: type: boolean description: Indicativo se gera as informações de veículos na NF-e em operações dentro da UF default: false indNfr: type: boolean description: Indicativo se gera tag para notas referenciadas de notas fiscais default: false venSns: type: object allOf: – #/definitions/e020snf description: Série padrão para notas fiscais de serviço blockInvoiceAgreement: type: boolean description: Bloqueia nota fiscal gerada via contrato default: false subNfs: type: boolean description: Aceita nota fiscal de serviço substituta detailOtherPayment: type: boolean description: Detalhar o meio de pagamento Outros na NF-e default: false venSnr: type: object allOf: – #/definitions/e020snf description: Série padrão para notas fiscais de recibo de prestação de serviço referencedInvoiceConfidential: type: boolean description: Enviar NFe referenciada com sigilo default: false email: type: string maxLength: 100 description: E-mail do departamento de faturamento usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE070filComNfs: type: object required: – id allOf: – #/definitions/e070filComNfs e064cat: description: Tabelas – Categorias para Clientes type: object required: – catCli – nomCat – excluido properties: id: type: string format: uuid description: Id da entidade catCli: type: integer format: int64 description: Categoria do Cliente minimum: 0 maximum: 999 nomCat: type: string maxLength: 40 description: Nome excluido: type: boolean description: Indica se o registro foi excluído usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e028cpg: description: Condição de pagamento – Foundation type: object required: – e070emp – codCpg – desCpg – abrCpg – aplCpg – sitCpg – qtdPar – diaEsp – tipPar – frePar – segPar – embPar – outPar – ipiPar – icmPar – subPar – encPar properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codCpg: type: string maxLength: 6 description: Código da condição de pagamento desCpg: type: string maxLength: 50 description: Descrição da condição de pagamento abrCpg: type: string maxLength: 10 description: Abreviatura aplCpg: type: string allOf: – #/definitions/enumAplCpg description: Aplicação sitCpg: type: string allOf: – #/definitions/enumSitReg description: Situação przMed: type: integer format: int64 description: Prazo Médio minimum: 0 maximum: 999 qtdPar: type: integer format: int64 description: Quantidade Parcelas minimum: 0 maximum: 999 diaEsp: type: string allOf: – #/definitions/enumDiaEsp description: Dia Vencimento Semana tipPar: type: string allOf: – #/definitions/enumTipPar description: Tipo Parcela diaMe1: type: integer format: int64 description: Primeiro dia especial do mês para vencimento das parcelas minimum: 0 maximum: 31 diaMe2: type: integer format: int64 description: Segundo dia especial do mês para vencimento das parcelas minimum: 0 maximum: 31 diaMe3: type: integer format: int64 description: Terceiro dia especial do mês para vencimento das parcelas minimum: 0 maximum: 31 frePar: type: boolean description: Indicativo se o valor total do frete deve estar na 1ª parcela segPar: type: boolean description: Indicativo se o valor total do seguro deve estar na 1ª parcela embPar: type: boolean description: Indicativo se o valor total das embalagens deve estar na 1ª parcela outPar: type: boolean description: Indicativo se o valor total das outras despesas deve estar na 1ª parcela ipiPar: type: boolean description: Indicativo se o valor total do IPI deve estar na 1ª parcela icmPar: type: boolean description: Indicativo se o valor total do ICMS deve estar na 1ª parcela subPar: type: boolean description: Indicativo se o valor total do ICMS substituído deve estar na 1ª parcela encPar: type: boolean description: Indicativo se o valor total dos encargos deve estar na 1ª parcela issPar: type: boolean description: Indicativo se o valor total do ISS deve estar na 1ª parcela perEnc: type: number format: double description: Percentual de encargos maximum: 100.00 retIss: type: boolean description: Indicativo se o valor total do ISS retido deve ser descontado da 1ª parcela irfPar: type: boolean description: Indicativo se o valor total do irrf deve estar na 1ª parcela diaFix: type: boolean description: Indicativo se o dia do vencimento é fixo para períodos de 30 em 30 dias venDsc: type: number format: double description: Percentual a acrescentar ou diminuir para formação do preço de venda minimum: -999.99 maximum: 999.99 perCom: type: number format: double description: Percentual a acrescentar ou diminuir à comissão do representante minimum: -999.99 maximum: 999.99 redCom: type: number format: double description: Percentual redutor do valor base comissão minimum: 0.00 maximum: 999.99 inssPrimeiraParcela: type: boolean description: Deduzir INSS da 1ª parcela default: false csrfPrimeiraParcela: type: boolean description: Deduzir CSRF da 1ª parcela default: false excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e028icp: description: Tabelas – condição de pagamento – parcelas type: object required: – seqIcp – qtdPar properties: id: type: string format: uuid description: Id da entidade e028cpg: type: object allOf: – #/definitions/e028cpg description: Código da condição de pagamento seqIcp: type: integer format: int64 description: Ordem sequencial para controle das parcelas maximum: 99 qtdPar: type: integer format: int64 description: Quantidade de parcelas maximum: 999 diaPar: type: integer format: int64 description: Quantidade de dias de intervalo entre as parcelas maximum: 999 perRat: type: number format: double description: Percentual do total a ser considera para a condição de pagamento maximum: 100.00 indPag: type: string allOf: – #/definitions/enumIndPag description: Indicativo da forma de pagamento e066fpg: type: object allOf: – #/definitions/e066fpg description: Código da forma de pagamento excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e066fpg: description: Tabelas – Formas de Pagamento type: object required: – e070emp – codFpg – desFpg – sitFpg – excluido – tipFpg properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codFpg: type: integer format: int64 description: Código Forma Pagamento minimum: 0 maximum: 99 desFpg: type: string maxLength: 30 description: Descrição sitFpg: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação tipFpg: type: string allOf: – #/definitions/enumTipFpg description: Tipo pagamento usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e067fin: description: Tabelas – Finalidade de compra e venda type: object required: – codFin – desFin – sitFin – excluido properties: id: type: string format: uuid description: Id da entidade codFin: type: integer format: int64 description: Código da Finalidade minimum: 0 maximum: 9999 desFin: type: string maxLength: 80 description: Descrição sitFin: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e073pes: description: Cadastro de especialização de pessoa como Transporte type: object required: – nomCto – sitTra – nrnTrc – codTaf – nroRes – excluido properties: id: type: string format: uuid description: id e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa nomCto: type: string maxLength: 150 description: Nome cifFob: type: string allOf: – #/definitions/enumCifFob description: Frete CIF ou FOB sitTra: type: string allOf: – #/definitions/enumSitReg description: Situacao da Transportadora numIdf: type: string maxLength: 40 description: Número Identificação Fiscal nrnTrc: type: string maxLength: 14 description: Registro nacional de transportadores rodoviários de carga – RNTRC codTaf: type: string maxLength: 12 description: Termo de Autorização dos Serviços em Regime de Fretamento – TAF nroRes: type: string maxLength: 25 description: Número de registro adquirido junto a Administração Estadual excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e081tab: description: Tabelas – Tabelas de Preços de Venda – Dados Gerais type: object required: – e070emp – e031moe – e007ufs – codTpr – desTpr – abrTpr – sitReg – excluido properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e031moe: type: object allOf: – #/definitions/e031moe description: Moeda e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado codTpr: type: string maxLength: 4 description: Código Tabela Preço desTpr: type: string maxLength: 250 description: Descrição abrTpr: type: string maxLength: 10 description: Abreviatura sitReg: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e081tpr: description: Tabelas – Tabelas de Preços de Venda – Validades type: object required: – desVal – datIni – datFim – usaQtd – indImp – sitReg properties: id: type: string format: uuid description: Id da entidade e081tab: type: object allOf: – #/definitions/e081tab description: Tabela Preço desVal: type: string maxLength: 250 description: Descrição da validade datIni: type: string format: date description: Validade Inicial datFim: type: string format: date description: Validade Final usaQtd: type: boolean description: Usa Preço por Quantidade excluido: type: boolean description: Indica se o registro foi excluído default: false perDsc: type: number format: double description: % Desconto minimum: 0.00 maximum: 999.99 perCom: type: number format: double description: % Comissão minimum: -999.99 maximum: 999.99 indImp: type: string allOf: – #/definitions/enumIndImp description: Status da importação do arquivo de tabela de preços sitReg: type: string allOf: – #/definitions/enumSitReg description: Situação extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e081itp: description: Tabelas – Tabelas de Preços de Venda – Itens de Produto type: object required: – proSer – e075der – e080ser – e028cpg – e015med – qtdMax – preBas – sitReg properties: id: type: string format: uuid description: Id da entidade proSer: type: string allOf: – #/definitions/enumProSer description: Tipo do item e081tpr: type: object allOf: – #/definitions/e081tpr description: Validade Inicial e075der: type: object allOf: – #/definitions/e075der description: Produto e080ser: type: object allOf: – #/definitions/e080ser description: Servico e028cpg: type: object allOf: – #/definitions/e028cpg description: Unidade de Medida e015med: type: object allOf: – #/definitions/e015med description: Unidade de Medida qtdMax: type: integer format: int64 description: Até Quantidade minimum: 0 maximum: 999999999 preBas: type: string description: Preço Base minimum: 0.00 maximum: 9999999999999.99 perDsc: type: number format: double description: % Desconto minimum: 0.00 maximum: 999.99 perCom: type: number format: double description: % Comissão minimum: -999.99 maximum: 999.99 obsItp: type: string maxLength: 99 description: Observação sitReg: type: string allOf: – #/definitions/enumSitReg description: Situação extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e012fam: description: Cadastros – Famílias type: object required: – e070emp – e083ori – codFam – desFam properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e083ori: type: object allOf: – #/definitions/e083ori description: Origem Produto codFam: type: string maxLength: 6 description: Família desFam: type: string maxLength: 50 description: Descrição excluido: type: boolean description: Indica se o registro foi excluído default: false e012famComGer: type: object allOf: – #/definitions/e012famComGer description: Especialização e012famSupGer: type: object allOf: – #/definitions/e012famSupGer description: Especialização extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e012famSupGer: description: Cadastros – Produtos e Serviços – Famílias – Parâmetros de estoque type: object required: – e015medUniMed properties: id: type: string format: uuid description: Id da entidade e013agpCodAge: type: object allOf: – #/definitions/e013agp description: Agrupamento estoques ctrSep: type: boolean description: Controla Série ? default: false ctrLot: type: boolean description: Controla Lote ? default: false ctrVld: type: string allOf: – #/definitions/enumCtrVld description: Controle validade e015medUniMed: type: object allOf: – #/definitions/e015med description: Unidade de medida (estoque) excluido: type: boolean description: Indica se o registro foi excluído default: false e012fam: type: object allOf: – #/definitions/e012fam description: Familia extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE012famSupGer: type: object required: – id allOf: – #/definitions/e012famSupGer e083ori: description: Cadastros – Origens de Produto type: object required: – e070emp – codOri – desOri – tipPro – excluido properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codOri: type: string maxLength: 3 description: Código Origem desOri: type: string maxLength: 40 description: Descrição tipPro: type: string allOf: – #/definitions/enumTipPro description: Tipo Produto excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e013agp: description: Cadastros – Formas de Agrupamento para Produtos type: object required: – e070emp – codAgp – desAgp properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codAgp: type: string maxLength: 5 description: Código do agrupamento desAgp: type: string maxLength: 30 description: Descrição do agrupamento excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e012famComGer: description: Cadastros – Famílias – especialização comercial type: object properties: id: type: string format: uuid description: Id da entidade e012fam: type: object allOf: – #/definitions/e012fam description: Familia e013agp: type: object allOf: – #/definitions/e013agp description: Agrupamento Comercial espPro: type: integer format: int64 description: Decimais Preço Venda minimum: 2 maximum: 9999 oriGti: type: string allOf: – #/definitions/enumOriGti description: Origem do código GTIN excluido: type: boolean description: Excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e075der: description: Cadastros – Produtos – Derivações type: object required: – codDer – desDer – sitDer properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e012fam: type: object allOf: – #/definitions/e012fam description: Família codDer: type: string maxLength: 23 description: Código do produto desDer: type: string maxLength: 120 description: Descrição do produto desCpl: type: string maxLength: 255 description: Descrição Complementar sitDer: type: string allOf: – #/definitions/enumSitReg description: Situação proEpe: type: string allOf: – #/definitions/enumProEpe description: Enquadramento de produto específico pesBru: type: number format: double description: Peso Bruto minimum: 0.00 maximum: 999999.99999 pesLiq: type: number format: double description: Peso Líquido minimum: 0.00 maximum: 999999.99999 excluido: type: boolean description: Indica se o registro foi excluído default: false e075derComGer: type: object allOf: – #/definitions/e075derComGer description: especialização do produto e075derCplImp: type: object allOf: – #/definitions/e075derCplImp description: Especialização de produot e075com: type: object allOf: – #/definitions/e075com description: especialização do produto – combustíveis codBar: type: string maxLength: 14 description: Código de barras codBa2: type: string maxLength: 30 description: Código barras livre codGtn: type: string maxLength: 14 description: Gtin uni. trib extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação e075derSupEst: type: object allOf: – #/definitions/e075derSupEst description: especlização do produto obsDer: type: string description: Observações usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e075derCplImp: description: Especialização cadastro de produto type: object properties: id: type: string format: uuid description: Id da entidade e075der: type: object allOf: – #/definitions/e075der description: Produto iteFis: type: string maxLength: 60 description: Código fiscal desFis: type: string maxLength: 255 description: Descrição fiscal ncm: type: object allOf: – #/definitions/ncm description: NCM proImp: type: string allOf: – #/definitions/enumProImp description: Tipo Produto para Impostos codAnp: type: integer format: int64 description: Código de produto ANP desAnp: type: string maxLength: 95 description: Descrição do produto conforme ANP oriMer: type: string allOf: – #/definitions/enumOriMer description: Origem fiscal da mercadoria codCes: type: string maxLength: 7 description: Especificador substituição tributária gruIst: type: boolean description: Gerar grupo de repasse de ICMS ST na NF-e mesmo com CST 60 default: false controlaPEPs: type: boolean description: controla PEPs default: false excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação e024msgVenMs1: type: object allOf: – #/definitions/e024msg description: 1ª sugestão mensagem fiscal e024msgVenMs2: type: object allOf: – #/definitions/e024msg description: 2ª sugestão mensagem fiscal e024msgVenMs3: type: object allOf: – #/definitions/e024msg description: 3ª sugestão mensagem fiscal e024msgVenMs4: type: object allOf: – #/definitions/e024msg description: 4ª sugestão mensagem fiscal usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e075derSupEst: description: Especialização cadastro de produto – Estoque type: object properties: id: type: string format: uuid description: Id da entidade e075der: type: object allOf: – #/definitions/e075der description: Produto e015med: type: object allOf: – #/definitions/e015med description: Unidade de medida (estoque) extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e075derComGer: description: Cadastros – Produtos – Derivações type: object required: – indVen – indPpc properties: id: type: string format: uuid description: Id da entidade e075der: type: object allOf: – #/definitions/e075der description: Id do produto e013agp: type: object allOf: – #/definitions/e013agp description: Agrupamento Cotas Venda qtdBcp: type: number format: double description: Quantidade Base para Cálculo de Preço minimum: 0.00 maximum: 999999999.99999 proVes: type: boolean description: Produto vendido separadamente? regAnv: type: string maxLength: 13 description: Número registro Anvisa motAnv: type: string maxLength: 255 description: Motivo da isenção da Anvisa indVen: type: boolean description: Indicativo se o produto pode ser vendido indPpc: type: boolean description: Produto por Cliente qtdMve: type: number format: double description: Quantidade Múltipla Vendas minimum: 0.00 maximum: 9999999.99999 codAgm: type: string maxLength: 5 description: Agrup. Preço parCom: type: boolean description: Comissionado ? uniBcp: type: string maxLength: 3 description: Unidade Medida (Cálculo de preço) perGas: type: number format: double description: % Gás Natural minimum: 0.00 maximum: 999.99 indEnc: type: boolean description: Produto Sob Encomenda perGlp: type: number format: double description: Percentual do GLP derivado do petróleo no produto GLP minimum: 0.00 maximum: 999.99 perGni: type: number format: double description: Percentual de Gás Natural Importado – GLGNi para o produto GLP minimum: 0.00 maximum: 999.99 e015medVen: type: object allOf: – #/definitions/e015med description: 3ª Unidade Medida infAdProd: type: string maxLength: 500 description: Informações adicionais do produto para NF-e desNfv: type: string maxLength: 120 description: Descrição p/ Nota Fiscal extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação volumeMeasureUnit: type: object allOf: – #/definitions/e015med description: Unidade de medida do volume usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e075ppc: description: Ligação entre Cliente e Produto type: object required: – e070emp – proSer – sitPpc – e085pes properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Id da Empresa e075der: type: object allOf: – #/definitions/e075der description: Id do produto e080ser: type: object allOf: – #/definitions/e080ser description: Id do serviço proSer: type: string allOf: – #/definitions/enumProSer description: Indicativo se o item da ligação é um produto ou serviço desNfv: type: string description: Descrição do item para impressão na nota fiscal iteCli: type: string maxLength: 30 description: Código do item no cliente desCli: type: string maxLength: 70 description: Descrição do item no cliente codBar: type: string maxLength: 14 description: Código de barras do produto no cliente obsPpc: type: string maxLength: 250 description: Observação da ligação Cliente x Item dscEsp: type: number format: double description: Percentual de desconto especial minimum: 0.00 maximum: 999.99 conFin: type: boolean description: Indicativo se é consumidor final qcoLot: type: boolean description: Indicativo se utiliza a quantidade comercial no lote do XML da NF-e sitPpc: type: string allOf: – #/definitions/enumSitReg description: Situação da ligação e085pes: type: object allOf: – #/definitions/e085pes description: Id do cliente e067fin: type: object allOf: – #/definitions/e067fin description: Id da finalidade de venda e015medVen: type: object allOf: – #/definitions/e015med description: Id da unidade de medida de venda extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: ncm: description: Cadastro para definição do Nomenclatura comercial do Mercosul(NCM) para os produtos type: object required: – codigo – descricao – aliquotaIPI – uTrib – vigenciaInicial – situacao properties: id: type: string format: uuid description: Id da entidade codigo: type: string maxLength: 8 description: Nomenclatura comum do Mercosul (NCM) descricao: type: string maxLength: 250 description: Descrição aliquotaIPI: type: number format: double description: Alíquota IPI minimum: 0 maximum: 999.9999 excecaoIPI: type: boolean description: Exceção de IPI default: false excecaoIPICodigo: type: integer format: int64 description: Código da exceção de IPI minimum: 0 maximum: 999 uTrib: type: object allOf: – #/definitions/e015med description: Unidade de medida tributável codigoCest: type: string maxLength: 7 description: Código especificador da substituição tributária vigenciaInicial: type: string format: date description: Vigência inicial vigenciaFinal: type: string format: date description: Vigência final situacao: type: string allOf: – #/definitions/enumSituacao description: Situação e027eqi: type: object allOf: – #/definitions/e027eqi description: Enquadramento de IPI excluido: type: boolean description: Sinaliza se o registro foi excluido default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e080ser: description: Cadastros – Serviços type: object required: – e012fam – sitSer – codSer – desSer – excluido properties: id: type: string format: uuid description: Id da entidade e012fam: type: object allOf: – #/definitions/e012fam description: Família sitSer: type: string allOf: – #/definitions/enumSitReg description: Situação cplSer: type: string maxLength: 250 description: Complemento e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codSer: type: string maxLength: 14 description: Serviço desSer: type: string maxLength: 70 description: Descrição excluido: type: boolean description: Indica se o registro foi excluído e080ser_com_ger: type: object allOf: – #/definitions/e080ser_com_ger description: especialização do serviço e080serCplImp: type: object allOf: – #/definitions/e080serCplImp description: Especialização fiscal do serviço extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação e015med: type: object allOf: – #/definitions/e015med description: Unidade de Medida usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e080ser_com_ger: description: Serviços – Especialização type: object properties: id: type: string format: uuid description: Id da entidade indPpc: type: boolean description: Indicativo se existe ligação e080ser: type: object allOf: – #/definitions/e080ser description: Id do serviço extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e015med: description: Cadastros – Unidades de Medida type: object required: – uniMed – desMed properties: id: type: string format: uuid description: Id da entidade uniMed: type: string maxLength: 6 description: Unidade Medida desMed: type: string maxLength: 100 description: Descrição qtdDec: type: integer format: int64 description: Quantidade Decimais minimum: 0 maximum: 5 excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e085hcl_com_ger: description: Definições do cliente – Comercial geral type: object required: – e070fil – e085pes properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial e085pes: type: object allOf: – #/definitions/e085pes description: Cliente e064cat: type: object allOf: – #/definitions/e064cat description: Categoria do cliente e028cpg: type: object allOf: – #/definitions/e028cpg description: Condição de pagamento e066fpg: type: object allOf: – #/definitions/e066fpg description: Forma de pagamento e067fin: type: object allOf: – #/definitions/e067fin description: Finalidade de venda e090pes: type: object allOf: – #/definitions/e090pes description: Representante e073pesCodTra: type: object allOf: – #/definitions/e073pes description: Transportadora e073pesCodRed: type: object allOf: – #/definitions/e073pes description: Código da transportadora de redespacho padrão para o cliente cifFob: type: string allOf: – #/definitions/enumCifFob description: Tipo de frete conFin: type: boolean description: Consumidor Final e081tab: type: object allOf: – #/definitions/e081tab description: Tabela de preço indPre: type: string allOf: – #/definitions/enumIndPre description: Indicativo presencial do consumidor exiLcp: type: boolean description: N Exige ligação cliente x produto e001endSeqCob: type: object allOf: – #/definitions/e001end description: Endereço de cobrança e001endSeqEnt: type: object allOf: – #/definitions/e001end description: Endereço de entrega apmDen: type: boolean description: Aceita pedido com a mesma data de entrega epcPed: type: boolean description: Exige número do pedido do cliente no pedido datUpe: type: string format: date description: Data do último pedido vlrUpe: type: string description: Valor do último pedido acePar: type: boolean description: Aceita faturamento parcial de pedidos perAqa: type: number format: double description: Percentual de quantidade acima do pedido aceito no faturamento perCom: type: number format: double description: Percentual de comissão minimum: -100 maximum: 100 perDad: type: number format: double description: Percentual de desconto minimum: 0 maximum: 100 sitReg: type: string allOf: – #/definitions/enumSitReg description: Situação ecpCnp: type: boolean description: Exige Produto Cliente no Pedido qtdDcv: type: integer format: int64 description: Quantidade Dias Vencimento minimum: 0 maximum: 999 criEdv: type: string allOf: – #/definitions/enumAntPos description: Critério Dia Vencimento diaEsp: type: string allOf: – #/definitions/enumDiaEsp description: Dia Vencimento Semana diaMe1: type: integer format: int64 description: 1º Dia Especial Mês minimum: 0 maximum: 99 diaMe2: type: integer format: int64 description: 2º Dia Especial Mês minimum: 0 maximum: 99 diaMe3: type: integer format: int64 description: 3º Dia Especial Mês minimum: 0 maximum: 99 excluido: type: boolean description: Excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e085hcl_com_nfs: description: Definições da nota fiscal de saída type: object required: – e070fil – e085pes properties: id: type: string format: uuid description: Id do histórico de faturamento do cliente – PK e070fil: type: object allOf: – #/definitions/e070fil description: Id da filial e085pes: type: object allOf: – #/definitions/e085pes description: Id do cliente datUfa: type: string format: date description: Data do último faturamento vlrUfa: type: string description: Valor do último faturamento – opcional – double[15,2] minimum: 0.00 maximum: 9999999999999.99 default: 0.0 ultNfs: type: integer format: int64 description: Último número de nota fiscal faturada – opcional – integer[9] maximum: 999999999 e020snf: type: object allOf: – #/definitions/e020snf description: Série da última nota fiscal faturada datMfa: type: string format: date description: Data da ocorrência da maior fatura vlrMfa: type: string description: Valor da maior fatura do cliente minimum: 0.00 maximum: 9999999999999.99 default: 0.0 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE085hcl_com_nfs: type: object required: – id allOf: – #/definitions/e085hcl_com_nfs e090hrp_com_ger: description: Especialização Representantes – Históricos type: object required: – e070fil – e090pes – ipiCom – icmCom – subCom – insCom – issCom – cofCom – pisCom – irfCom – cslCom – pifCom – cffCom – freCom – segCom – embCom – encCom – outCom – comPri properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Empresa e090pes: type: object allOf: – #/definitions/e090pes description: Representante e081tab: type: object allOf: – #/definitions/e081tab description: Tabela de preço de venda padrão perCom: type: number format: double description: % Comissão Produtos minimum: -999.99 maximum: 999.99 perCos: type: number format: double description: % Comissão Serviços minimum: -999.99 maximum: 999.99 ipiCom: type: boolean description: Base Comissão IPI icmCom: type: boolean description: Base Comissão ICMS subCom: type: boolean description: Base Comissão ICMS substituído insCom: type: boolean description: Base Comissão INSS issCom: type: boolean description: Base Comissão ISS cofCom: type: boolean description: Base Comissão COFINS pisCom: type: boolean description: Base Comissão PIS irfCom: type: boolean description: Base Comissão IRRF cslCom: type: boolean description: Base Comissão CSLL Retido pifCom: type: boolean description: Base Comissão PIS Faturamento cffCom: type: boolean description: Base Comissão COFINS Faturamento freCom: type: boolean description: Base Comissão Frete segCom: type: boolean description: Base Comissão Seguro embCom: type: boolean description: Base Comissão Embalagens encCom: type: boolean description: Base Comissão Encargos outCom: type: boolean description: Base Comissão Outros comPri: type: boolean description: Comissão Primeira Parcela catRep: type: string allOf: – #/definitions/enumCatRep description: Categoria Representante comSup: type: number format: double description: % Comissão Representante Superior minimum: 0.00 maximum: 100.00 perCqt: type: number format: double description: % Cotas Quantidade Venda minimum: 0.00 maximum: 999.9999 perCvl: type: number format: double description: % Cotas Valor Venda minimum: 0.00 maximum: 999.9999 venVmp: type: number format: double description: Valor Mínimo Pedido minimum: 0.00 maximum: 9999999999999.99 extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação comRec: type: number format: double description: Percentual de comissão pago ao representante no recebimento do título minimum: 0 maximum: 100.00 comPar: type: string allOf: – #/definitions/enumComPar description: Pagamento da comissão por parcelas comFat: type: number format: double description: Percentual de comissão pago ao representante no faturamento minimum: 0.00 maximum: 100.0 repSup: type: object allOf: – #/definitions/e090pes description: Representante superior usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e140insCommission: description: Comissão do representante do item type: object properties: id: type: string format: uuid description: Id da entidade e140ins: type: object allOf: – #/definitions/e140ins description: Id do item e090pes: type: object allOf: – #/definitions/e090pes description: Id do representante vlrBco: type: string description: Base de comissão minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrCom: type: string description: Valor de comissão minimum: 0.00 maximum: 9999999999999.99 default: 0.0 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140insCommission: type: object required: – id allOf: – #/definitions/e140insCommission e001tnsComNfs: description: Especialização comercial nota de venda – Transação type: object properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação venFat: type: boolean description: Transação considera nota fiscal saída como faturamento e p/ histórico venAcp: type: boolean description: Transação de nota fiscal saída exige pedido de venda default: false venAcn: type: boolean description: Transação de nota fiscal saída exige nota fiscal de entrada default: false opeVen: type: string allOf: – #/definitions/enumOpeVen description: Tipo da operação de venda obrCps: type: boolean description: Indicativo se é obrigatório informar o código de produto/serviço nas NFS gerRec: type: boolean description: Indicativo se deve gerar nota fiscal de recibo de prestação de serviço default: false venVctLot: type: boolean description: Permite vender itens com lote vencido default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE001tnsComNfs: type: object required: – id allOf: – #/definitions/e001tnsComNfs e070filComGer: description: Cadastros – Filiais type: object required: – ratFic – excluido – securitiesNumberType properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial venPdi: type: string format: date description: Período Inicial/Final Vendas venPdf: type: string format: date description: Período Final Vendas rvlFre: type: string allOf: – #/definitions/enumRatVal description: Tipo de Rateio Valor de Frete rvlFrd: type: string allOf: – #/definitions/enumRatVal description: Tipo de Rateio Valor de Frete Destacado rvlSeg: type: string allOf: – #/definitions/enumRatVal description: Tipo de Rateio Valor de Seguro rvlEmb: type: string allOf: – #/definitions/enumRatVal description: Tipo de Rateio Valor de Embalagens rvlEnc: type: string allOf: – #/definitions/enumRatVal description: Tipo de Rateio Valor de Encargos rvlOut: type: string allOf: – #/definitions/enumRatVal description: Tipo de Rateio Valor de Outros rvlOud: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio de outras despesas destacado rvlDad: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio de desconto altPuc: type: boolean description: Altera Preço Unit. em Conversões rvlFei: type: string allOf: – #/definitions/enumRatVal description: Tipo de Rateio Valor de Frete de Importação rvlSei: type: string allOf: – #/definitions/enumRatVal description: Tipo de Rateio Valor de Seguros de Importação rvlOui: type: string allOf: – #/definitions/enumRatVal description: Tipo de Rat. Valor de Outras de Importação obrEnt: type: boolean description: Obriga Sequência de Entrega do Cliente default: false obrCob: type: boolean description: Obriga Sequência de Cobrança do Cliente default: false calCsf: type: boolean description: Comissão sem valor financeiro indPre: type: string allOf: – #/definitions/enumIndPre description: Indicativo Presencial venPcl: type: boolean description: Venda produto não ligado a cliente arrAbn: type: boolean description: Utiliza regra arredondamento ABNT ratFic: type: boolean description: Rateia frete em itens isentos de ICMS recAvs: type: string allOf: – #/definitions/enumAntPos description: Critério Vencimento nfeSer: type: boolean description: Gerar serviço na NF-e default: false excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação suggestIntermediation: type: boolean description: Sugerir indicativo de intermediação conforme indicativo de presença do comprador default: false securitiesNumberType: type: string allOf: – #/definitions/enumSecuritiesNumberType description: Tipo do número do título gerado a partir da nota de serviço usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e020par: description: Tabelas – séries de notas fiscais – parcelas type: object required: – codPar – desPar properties: id: type: string format: uuid description: Id da entidade e020snf: type: object allOf: – #/definitions/e020snf description: Série codPar: type: integer format: int64 description: Código minimum: 0 maximum: 999 desPar: type: string maxLength: 4 description: Descrição excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e032edc: description: Modelo de documento type: object required: – codEdc – desEdc – abrEdc properties: id: type: string format: uuid description: Id da entidade codEdc: type: string maxLength: 3 description: Modelo de documento desEdc: type: string maxLength: 30 description: Descrição abrEdc: type: string maxLength: 5 description: Abreviatura excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e140par: description: Pedidos – Parcelamento type: object properties: id: type: string format: uuid description: Id da entidade e140nfs: type: object allOf: – #/definitions/e140nfs description: Id Pedido seqPar: type: integer format: int64 description: Sequência minimum: 0 maximum: 9999 default: 0 vctPar: type: string format: date description: Data de vencimento da parcela perPar: type: number format: double description: Percentual do valor da parcela minimum: 0.0000 maximum: 999.9999 default: 0.0 vlrPar: type: string description: Valor da parcela minimum: 0.00 maximum: 9999999999999.99 default: 0.0 e066fpg: type: object allOf: – #/definitions/e066fpg description: Forma de pagamento da parcela obsPar: type: string maxLength: 250 description: Observação da parcela tipInt: type: string allOf: – #/definitions/enumTipInt description: Tipo de integração da parcela vlrTro: type: string description: valor do troco minimum: 0.00 maximum: 9999999999999.99 default: 0.0 cnpCre: type: string maxLength: 15 description: CNPJ da credenciadora de cartão de crédito/débito banOpe: type: string allOf: – #/definitions/enumBanOpe description: Bandeira da operadora de cartão de crédito/débito catExt: type: string maxLength: 100 description: número de autorização da operação cartão de crédit/débito indPag: type: string allOf: – #/definitions/enumIndPag description: indicativo da forma de pagamento e023crp: type: object allOf: – #/definitions/e023crp description: Grupo a receber numTit: type: string maxLength: 15 description: Número do título e002tpt: type: object allOf: – #/definitions/e002tpt description: Tipo de título e039por: type: object allOf: – #/definitions/e039por description: Portador e033crt: type: object allOf: – #/definitions/e033crt description: Carteira e047ntg: type: object allOf: – #/definitions/e047ntg description: Natureza de gasto nsuTef: type: string description: Número sequencial único da transação TEF usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140par: type: object required: – id allOf: – #/definitions/e140par e140imd: description: Pedido – Totalização de impostos type: object properties: id: type: string format: uuid description: Id da entidade e140nfs: type: object allOf: – #/definitions/e140nfs description: Número Pedido basImp: type: string description: Valor Base minimum: 0.00 maximum: 9999999999999.99 default: 0 vlrImp: type: string description: Valor Base minimum: 0.00 maximum: 9999999999999.99 default: 0 tipImp: type: string allOf: – #/definitions/enumTipImpDoc description: Tipo de imposto percentualSuspensaoParcial: type: number format: double description: Percentual de suspensão parcial minimum: 0 maximum: 999.9999 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140imd: type: object required: – id allOf: – #/definitions/e140imd e140emb: description: Informações dos volumes da nota fiscal de saída type: object required: – id properties: id: type: string format: uuid description: ID do volume e140nfs: type: object allOf: – #/definitions/e140nfs description: ID da nota fiscal de saída qtdVol: type: integer format: int64 description: Quantidade de volumes da nota fiscal de saída espVol: type: string description: Espécie dos volumes da nota fiscal de saída marVol: type: string description: Marca dos volumes da nota fiscal de saída numVol: type: string description: Numeração dos volumes da nota fiscal de saída pesBru: type: number format: double description: Peso bruto dos volumes da nota fiscal de saída minimum: 0.00 maximum: 999999.99999 pesLiq: type: number format: double description: Peso líquido dos volumes da nota fiscal de saída minimum: 0.00 maximum: 999999.99999 codBar: type: string description: Código de barras da embalagem status: type: string allOf: – #/definitions/enumInvoiceVolumeStatus description: Situação do volume validationMessage: type: string description: Mensagem de validação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140emb: type: object required: – id allOf: – #/definitions/e140emb e140reb: description: Informações dos reboques da nota fiscal de saída type: object required: – id – e073pesTraReb – plaReb – e007ufsUfsReb properties: id: type: string format: uuid description: ID do reboque da nota fiscal e140nfs: type: object allOf: – #/definitions/e140nfs description: ID da nota fiscal de saída e073pesTraReb: type: object allOf: – #/definitions/e073pes description: ID da transportadora vinculada ao reboque plaReb: type: string description: Placa do reboque e007ufsUfsReb: type: object allOf: – #/definitions/e007ufs description: UF do reboque usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140reb: type: object required: – id allOf: – #/definitions/e140reb e140obs: description: Observações da nota fiscal de saída type: object properties: id: type: string format: uuid description: Id das observações e140nfs: type: object allOf: – #/definitions/e140nfs description: Nota fiscal de saída tipInf: type: string allOf: – #/definitions/enumTipLog description: Tipo de informação tipObs: type: string allOf: – #/definitions/enumTipOpd description: Tipo da observação e021mot: type: object allOf: – #/definitions/e021mot description: Código do motivo da observação obsNfv: type: string description: Texto da observação da nota fiscal de saída usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140obs: type: object required: – id allOf: – #/definitions/e140obs e023crp: description: Tabelas – Grupos de Contas a Receber ou Pagar type: object required: – codCrp – desCrp properties: id: type: string format: uuid description: Id da entidade codCrp: type: string maxLength: 3 description: Grupo Receber/Pagar desCrp: type: string maxLength: 30 description: Descrição aplGrp: type: string allOf: – #/definitions/enumAplGrp description: Aplicação Grupo sitCrp: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e002tpt: description: Tipo do Título type: object required: – codTpt – desTpt – abrTpt – aplTpt – sitTpt properties: id: type: string format: uuid description: Id da entidade codTpt: type: string maxLength: 3 description: Codigo interno do tipo de título desTpt: type: string maxLength: 40 description: Descrição do tipo de título abrTpt: type: string maxLength: 5 description: Abreviatura do tipo de título aplTpt: type: string allOf: – #/definitions/enumAplGrp description: Aplicação do tipo de título sitTpt: type: string allOf: – #/definitions/enumSitReg description: Indicativo da situação do tipo de título excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e039por: description: Cadastros – Portadores type: object required: – e070emp – codPor – desPor – abrPor properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codPor: type: string maxLength: 4 description: Código desPor: type: string maxLength: 30 description: Descrição abrPor: type: string maxLength: 10 description: Abreviatura cgcEmp: type: string description: CNPJ/CPF excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e033crt: description: Carteira type: object required: – codCrt – desCrt – abrCrt properties: id: type: string format: uuid description: Id da entidade codCrt: type: string maxLength: 2 description: Código interno da carteira de cobrança desCrt: type: string maxLength: 30 description: Descrição interna da carteira de cobrança abrCrt: type: string maxLength: 10 description: Abreviatura interna da carteira de cobrança excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e047ntg: description: Tabelas – Naturezas de Gasto type: object required: – e070emp – codNtg – desNtg – tipNtg properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codNtg: type: integer format: int64 description: Natureza de Gasto minimum: 0 maximum: 9999 desNtg: type: string maxLength: 40 description: Descrição tipNtg: type: string allOf: – #/definitions/enumTipNtg description: Tipo Natureza de Gasto excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e015tcu: description: Entidade de conversão entre unidades de medida type: object required: – e015unimed – e015unime2 – tipCnv – excluido properties: id: type: string format: uuid description: Id da entidade e015unimed: type: object allOf: – #/definitions/e015med description: Unidade de medida da quantidade a ser convertida e015unime2: type: object allOf: – #/definitions/e015med description: Unidade de medida para qual a quantidade será convertida tipCnv: type: string allOf: – #/definitions/enumTipCnv description: Operação de multiplicação [*] ou divisão [/] a ser utilizada na conversão vlrCnv: type: number format: double description: Valor para converter a 1ª Unidade Medida para 2ª Unidade Medida minimum: 0.00 maximum: 9999999.999999 excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e075com: description: Entidade de especialização de produto – combustíveis type: object required: – codAnp – desAnp – excluido properties: id: type: string format: uuid description: Id da entidade e075der: type: object allOf: – #/definitions/e075der description: Produto codAnp: type: string maxLength: 9 description: Código do produto da ANP desAnp: type: string maxLength: 95 description: Descrição do produto da ANP perGlp: type: number format: double description: Percentual de GLP derivado do petróleo minimum: 0.00 maximum: 9999999.999999 perGas: type: number format: double description: Percentual de gás natural nacional minimum: 0.00 maximum: 9999999.999999 perGni: type: number format: double description: Percentual de gás natural importado minimum: 0.00 maximum: 9999999.999999 vlrPar: type: number format: double description: Valor de partida (por quilograma sem ICMS) minimum: 0.00 maximum: 9999999.999999 codDif: type: string maxLength: 21 description: Código de autorização/registro do CODIF excluido: type: boolean description: Indica se o registro foi excluído usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE075com: type: object required: – id allOf: – #/definitions/e075com e140mnf: description: Mensagens da nota fiscal type: object required: – e024msg properties: id: type: string format: uuid description: Id da entidade e140nfs: type: object allOf: – #/definitions/e140nfs description: Id da nota fiscal de saída e024msg: type: object allOf: – #/definitions/e024msg description: Id da mensagem msgNfs: type: string maxLength: 1000 description: Texto da mensagem usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140mnf: type: object required: – id allOf: – #/definitions/e140mnf e001pesCplImp: description: Especialização de compliance da pessoa type: object properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa cliCon: type: boolean description: Indica se é contribuinte de ICMS e024msgCodMs1: type: object allOf: – #/definitions/e024msg description: Código da 1ª mensagem padrão da nota fiscal de saída e024msgCodMs2: type: object allOf: – #/definitions/e024msg description: Código da 2ª mensagem padrão da nota fiscal de saída e024msgCodMs3: type: object allOf: – #/definitions/e024msg description: Código da 3ª mensagem padrão da nota fiscal de saída e024msgCodMs4: type: object allOf: – #/definitions/e024msg description: Código da 4ª mensagem padrão da nota fiscal de saída excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070filCplImp: description: Especialização de compliance da filial type: object required: – detImp properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Produto codRtr: type: string allOf: – #/definitions/enumCodCrt description: Código do regime tributário cepIss: type: string allOf: – #/definitions/enumCepIss description: Tipo tributação INSS detImp: type: string allOf: – #/definitions/enumDetImp description: Detalhamento de tributos excluido: type: boolean description: Indica se o registro foi excluído default: false e024msgCodMs1: type: object allOf: – #/definitions/e024msg description: Código da 1ª mensagem padrão da nota fiscal de saída e024msgCodMs2: type: object allOf: – #/definitions/e024msg description: Código da 2ª mensagem padrão da nota fiscal de saída e024msgCodMs3: type: object allOf: – #/definitions/e024msg description: Código da 3ª mensagem padrão da nota fiscal de saída e024msgCodMs4: type: object allOf: – #/definitions/e024msg description: Código da 4ª mensagem padrão da nota fiscal de saída regEst: type: string allOf: – #/definitions/enumRegEst description: Regime especial de tributação incCul: type: boolean description: Incentivador cultural default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e080serCplImp: description: Especialização cadastro de serviço type: object required: – codFim properties: id: type: string format: uuid description: Id da entidade e080ser: type: object allOf: – #/definitions/e080ser description: Serviço iteFis: type: string maxLength: 60 description: Código fiscal desFis: type: string maxLength: 255 description: Descrição fiscal codClf: type: object allOf: – #/definitions/ncm description: NCM codFim: type: string maxLength: 10 description: Código fiscal municipal do serviço serImp: type: object allOf: – #/definitions/leiComplementar1162003 description: Tipo de serviço baseado LC116/2003 codNbs: type: object allOf: – #/definitions/nbs description: Nomenclatura brasileira de serviços codAtv: type: string maxLength: 16 description: Código da atividade do item de serviço oriMer: type: string allOf: – #/definitions/enumOriMer description: Origem fiscal da mercadoria codCes: type: string maxLength: 7 description: Especificador substituição tributária excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: leiComplementar1162003: description: Lei complementar 116/2003 type: object required: – codigo – descricao – situacao properties: id: type: string format: uuid description: Id da entidade codigo: type: string maxLength: 10 description: Código descricao: type: string maxLength: 500 description: Descrição situacao: type: string allOf: – #/definitions/enumSituacao description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nbs: description: Nomenclatura brasileira de serviços type: object required: – codigo – descricao – situacao properties: id: type: string format: uuid description: Id da entidade codigo: type: string maxLength: 10 description: Código descricao: type: string maxLength: 300 description: Descrição situacao: type: string allOf: – #/definitions/enumSituacao description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070empCplImp: description: Especialização Compliance Contábil – Empresa type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Id da empresa utiFis: type: boolean description: Utiliza código fiscal default: false excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e027str: description: Cadastro de Situação tributária type: object required: – codStr – desStr – tipImp – tipOpe – situacao – excluido properties: id: type: string format: uuid description: Id da entidade codStr: type: string maxLength: 3 description: Código interno da situação desStr: type: string maxLength: 250 description: Descrição da situação tributária abrStr: type: string description: Abreviatura tipImp: type: string allOf: – #/definitions/enumTipImpCst description: Imposto tipOpe: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo de operação situacao: type: string allOf: – #/definitions/enumSituacao description: Situação excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e205dep: description: Estoques – Depósitos – Cadastro type: object required: – e070emp – e070fil – codDep – desDep – abrDep – sitDep properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e070fil: type: object allOf: – #/definitions/e070fil description: Filial Localização codDep: type: string maxLength: 10 description: Depósito desDep: type: string maxLength: 30 description: Descrição abrDep: type: string maxLength: 10 description: Abreviatura depVen: type: boolean description: Utiliza para venda default: true sitDep: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e210dxp: description: Estoques – Produtos por Depósito type: object required: – e070emp – e075der – sitEst properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e075der: type: object allOf: – #/definitions/e075der description: Derivação e205dep: type: object allOf: – #/definitions/e205dep description: Depósito sitEst: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e027eqi: description: Tabelas – Enquadramento de IPI type: object required: – codEnq – desEnq – situacao properties: id: type: string format: uuid description: Id entidade codEnq: type: integer format: int64 description: Código do enquadramento minimum: 0 maximum: 999 desEnq: type: string maxLength: 499 description: Descrição enquadramento situacao: type: string allOf: – #/definitions/enumSituacao description: situacao excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e140ide: description: Informações do documento eletrônico type: object required: – id properties: id: type: string format: uuid description: Id da entidade e140nfs: type: object allOf: – #/definitions/e140nfs description: Dado da nota fiscal sitDoe: type: string allOf: – #/definitions/enumSitDoe description: Situação do documento fiscal sitDea: type: string allOf: – #/definitions/enumSitNel description: Situação anterior do documento eletrônico chvDoe: type: string maxLength: 50 description: Chave do documento eletrônico numDfs: type: integer format: int64 description: Número da nota fiscal de serviço na prefeitura numPrt: type: string maxLength: 100 description: Número do protocolo de autorização do documento eletrônico dthAut: type: string format: date-time description: Data e hora de autorização do documento eletrônico usuEmi: type: string maxLength: 255 description: Usuário que realizou a emissão do documento eletrônico numPrc: type: string maxLength: 15 description: Número do protocolo de cancelamento do documento eletrônico dthCan: type: string format: date-time description: Data e hora de cancelamento do documento eletrônico usuCan: type: string maxLength: 255 description: Usuário que solicitou o cancelamento do documento eletrônico numPri: type: string maxLength: 15 description: Número do protocolo de inutilização do documento eletrônico dthInu: type: string format: date-time description: Data e hora de inutilização do documento eletrônico usuInu: type: string maxLength: 255 description: Usuário que solicitou a inutilização do documento eletrônico chvCtg: type: string maxLength: 50 description: Chave eletrônica gerada pela contingência dthCtg: type: string format: date-time description: Data e hora de entrada em contingência e021mot: type: object allOf: – #/definitions/e021mot description: Motivo da entrada em contingência tipCtg: type: string allOf: – #/definitions/enumTipCtg description: Tipo de contingência em que o documento foi autorizado obsCtg: type: string maxLength: 250 description: Observação do motivo da entrada em contingência jusInu: type: string description: Justificativa da inutilização externallyAuthorized: type: boolean description: Identifica se a nota fiscal foi autorizada por sistema externo default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140ide: type: object required: – id allOf: – #/definitions/e140ide e140dtn: description: Detalhamento de tributos da nota fiscal type: object properties: id: type: string format: uuid description: Id da entidade e140nfs: type: object allOf: – #/definitions/e140nfs description: Dado da nota fiscal vlrFed: type: string description: Valor total do imposto federal minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrEst: type: string description: Valor total do imposto estadual minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrMun: type: string description: Valor total do imposto municipal minimum: 0.00 maximum: 9999999999999.99 default: 0.0 totTri: type: string description: Valor total de impostos da nota fiscal minimum: 0.00 maximum: 9999999999999.99 default: 0.0 perNfe: type: string description: Percentual de imposto nacional federal minimum: 0.00 maximum: 999.99999 perIfe: type: string description: Percentual de imposto importado federal minimum: 0.00 maximum: 999.99999 perEst: type: string description: Percentual de imposto estadual minimum: 0.00 maximum: 999.99999 perMun: type: string description: Percentual de imposto municipal minimum: 0.00 maximum: 999.99999 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140dtn: type: object required: – id allOf: – #/definitions/e140dtn e140ref: description: Documentos referenciados type: object properties: id: type: string format: uuid description: Id da entidade e140nfs: type: object allOf: – #/definitions/e140nfs description: Dado da nota fiscal tipDoc: type: string allOf: – #/definitions/enumTipDocRef description: Tipo do documento referenciado refnfe: type: string maxLength: 44 description: Chave de acesso da NF-e referenciada cuf: type: string maxLength: 4 description: Código da UF do emitente aamm: type: string maxLength: 4 description: Ano e Mês de emissão da NF-e cnpj: type: string maxLength: 14 description: CNPJ do emitente cpf: type: string maxLength: 11 description: CPF do emitente ie: type: string maxLength: 14 description: IE do emitente mod: type: string maxLength: 2 description: Modelo do Documento Fiscal serie: type: string maxLength: 3 description: Série do Documento Fiscal nnf: type: string maxLength: 9 description: Número do Documento Fiscal refcte: type: string maxLength: 44 description: Chave de acesso do CT-e docRefId: type: string format: uuid description: Identificador do documento referenciado complemento: type: string maxLength: 2000 description: Complemento dthEmi: type: string format: date-time description: Data de emissão do documento referenciado usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140ref: type: object required: – id allOf: – #/definitions/e140ref e140dti: description: Itens de detalhamento de tributos da nota fiscal type: object required: – id – verTab – fonTab properties: id: type: string format: uuid description: Id da entidade e140dtn: type: object allOf: – #/definitions/e140dtn description: Id do detalhamento da nota fiscal e140ins: type: object allOf: – #/definitions/e140ins description: Id do item da nota fiscal verTab: type: string maxLength: 20 description: Versão da tabela IBPT fonTab: type: string maxLength: 250 description: Fonte da tabela IBPT perNfe: type: string description: Percentual de imposto nacional federal minimum: 0.00 maximum: 999.99999 perIfe: type: string description: Percentual de imposto importado federal minimum: 0.00 maximum: 999.99999 perEst: type: string description: Percentual de imposto estadual minimum: 0.00 maximum: 999.99999 perMun: type: string description: Percentual de imposto municipal minimum: 0.00 maximum: 999.99999 vlrFed: type: string description: Valor do imposto federal minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrEst: type: string description: Valor do imposto estadual minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrMun: type: string description: Valor do imposto municipal minimum: 0.00 maximum: 9999999999999.99 default: 0.0 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140dti: type: object required: – id allOf: – #/definitions/e140dti e140hdf: description: Histórico do documento fiscal type: object properties: id: type: string format: uuid description: Id do histórico e140nfs: type: object allOf: – #/definitions/e140nfs description: Nota fiscal de saída seqHdf: type: integer format: int64 description: Sequência minimum: 0 maximum: 999 desHdf: type: string description: Texto do histórico codRej: type: integer format: int64 description: Código da rejeição minimum: 0 maximum: 999999 msgRej: type: string description: Mensagem da rejeição aguardandoRetorno: type: boolean description: Indicativo se é histórico de aguardando retorno da emissão default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140hdf: type: object required: – id allOf: – #/definitions/e140hdf e140nfsBatch: description: Lote de processamento type: object required: – sitBat properties: id: type: string format: uuid description: Id entidade codBat: type: integer format: int64 description: Código do lote tipBat: type: string allOf: – #/definitions/enumBatchProcessingType description: Tipo do lote e140nfsBatchInvoice: type: array items: type: object allOf: – #/definitions/e140nfsBatchInvoice description: Lista de itens do processamento sitBat: type: string allOf: – #/definitions/enumBatchStatus description: Situação do lote ideExt: type: string maxLength: 256 description: Id externo usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140nfsBatch: type: object required: – id allOf: – #/definitions/e140nfsBatch e140nfsBatchInvoice: description: Item do lote de processamento type: object properties: id: type: string format: uuid description: Id entidade e140nfsBatch: type: object allOf: – #/definitions/e140nfsBatch description: Lote e140nfs: type: object allOf: – #/definitions/e140nfs description: Nota Fiscal para processamento e140fin: type: object allOf: – #/definitions/e140fin description: Faixa de numeração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140nfsBatchInvoice: type: object required: – id allOf: – #/definitions/e140nfsBatchInvoice e140nfsIntegrationInvoice: description: Integrações type: object required: – e140nfs – modInt – sitInt properties: id: type: string format: uuid description: Id da entidade e140nfs: type: object allOf: – #/definitions/e140nfs description: Nota Fiscal para processamento modInt: type: string allOf: – #/definitions/enumIntegrationStep description: Módulo da integração ideExt: type: string format: uuid description: Identificador Externo sitInt: type: string allOf: – #/definitions/enumIntegrationStatus description: Situação da integração msgInt: type: string description: Mensagem de integração seqInt: type: integer format: int64 description: Sequencia integração tipEst: type: string allOf: – #/definitions/enumTipEstPed description: Tipo do estorno do pedido e140nfsIntegrationInvoiceParent: type: object allOf: – #/definitions/e140nfsIntegrationInvoice description: Integração pai e140nfsIntegrationInvoiceSource: type: object allOf: – #/definitions/e140nfsIntegrationInvoice description: Integração original e140insIntegration: type: array items: type: object allOf: – #/definitions/e140insIntegration description: Integrações do item da nota fiscal de saída infInt: type: string description: Informações da integração usuReprocess: type: string description: Usuário que reprocessou a integração tipEstCon: type: string allOf: – #/definitions/enumTipEstCon description: Tipo de estorno da competência do contrato print: type: boolean description: Indicativo se deve ser impresso relatório default: false dominio: type: string maxLength: 50 description: Nome do domínio integrado servico: type: string maxLength: 50 description: Nome do serviço integrado primitiva: type: string maxLength: 255 description: Nome da primitiva integrada inputPrimitiva: type: string description: Input enviado para a primitiva emailTicket: type: string description: Ticket do email enviado sendDocumentAttachment: type: array items: type: object allOf: – #/definitions/sendDocumentAttachment description: Documentos associados ao envio de email usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140nfsIntegrationInvoice: type: object required: – id allOf: – #/definitions/e140nfsIntegrationInvoice e070filCplCtb: description: Especialização Contabilidade – Filial type: object properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Id da filial e064seg: type: object allOf: – #/definitions/e064seg description: Classificação Nacional de Atividade Econômica da Empresa (CNAE Fiscal) excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação ctbCcr: type: string description: Número do CPF do contador numCgc: type: string description: Número do CNPJ do escritório de contabilidade usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE070filCplCtb: type: object required: – id allOf: – #/definitions/e070filCplCtb e064seg: description: Segmento e cadastro CNAE type: object properties: id: type: string format: uuid description: Id da entidade codCna: type: integer format: int64 description: Código CNAE minimum: 0 desCna: type: string maxLength: 150 description: Descrição do CNAE codSeg: type: string allOf: – #/definitions/enumTipSeg description: Código do segmento excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e140insIntegration: description: Integrações do item da nota fiscal de saída type: object required: – id – e140ins – sitInt properties: id: type: string format: uuid description: Id da entidade e140ins: type: object allOf: – #/definitions/e140ins description: Id do item da nota fiscal de saída e140nfsIntegrationInvoice: type: object allOf: – #/definitions/e140nfsIntegrationInvoice description: Id da integração da nota fiscal de saída ideExt: type: string description: Identificador Externo sitInt: type: string allOf: – #/definitions/enumIntegrationStatus description: Situação da integração msgInt: type: string description: Mensagem de integração dominio: type: string maxLength: 50 description: Nome do domínio integrado servico: type: string maxLength: 50 description: Nome do serviço integrado primitiva: type: string maxLength: 255 description: Nome da primitiva integrada inputPrimitiva: type: string description: Input enviado para a primitiva usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140insIntegration: type: object required: – id allOf: – #/definitions/e140insIntegration e091plf: description: Plano Financeiro type: object required: – e070emp – ctaFin – desCta properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa ctaFin: type: integer format: int64 description: Conta Financeira Reduzida minimum: 0 maximum: 9999999 desCta: type: string maxLength: 80 description: Nomenclatura excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE091plf: type: object required: – id allOf: – #/definitions/e091plf e044ccu: description: Centros de Custos type: object required: – e070emp – codCcu – desCcu properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codCcu: type: string maxLength: 9 description: Centro de custos desCcu: type: string maxLength: 80 description: Descrição excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE044ccu: type: object required: – id allOf: – #/definitions/e044ccu e070ine: description: Ligação inscrição estadual por estado na filial type: object required: – insEst properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado insEst: type: string maxLength: 25 description: Inscrição estadual usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE070ine: type: object required: – id allOf: – #/definitions/e070ine e140return: description: Processo de devolução, usado para agrupar as notas adicionadas ao processo de devolução type: object required: – situacao properties: id: type: string format: uuid description: Identificação do processo de devolução situacao: type: string allOf: – #/definitions/enumSituacaoProcessoDevolucao description: Situação do processo de devolução mensagem: type: string description: Mensagem de geração da nota fiscal de saída notaDevolucaoId: type: string description: Identificação da nota fiscal de devolução gerada serie: type: string description: Código da série da nota fiscal de devolução gerada numero: type: integer format: int64 description: Número da nota fiscal de devolução gerada usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140return: type: object required: – id allOf: – #/definitions/e140return e140nfsReturn: description: Notas selecionadas para serem devolvidas type: object required: – e140return – e140nfs properties: id: type: string format: uuid description: Identificação do registro e140return: type: object allOf: – #/definitions/e140return description: Identificação do processo de devolução e140nfs: type: object allOf: – #/definitions/e140nfs description: Nota fiscal contida na devolução usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140nfsReturn: type: object required: – id allOf: – #/definitions/e140nfsReturn e140insReturn: description: Itens da nota fiscal de saída com quantidade a devolver type: object required: – e140nfsReturn – e140ins – quantidade properties: id: type: string format: uuid description: Identificação do item e140nfsReturn: type: object allOf: – #/definitions/e140nfsReturn description: Identificação da nota do processo de devolução e140ins: type: object allOf: – #/definitions/e140ins description: Item da nota fiscal que está sendo devolvida quantidade: type: number format: double description: Quantidade a devolver na unidade de medida de compra do item minimum: 0.00 maximum: 999999999.99999 vlrCom: type: string description: Valor proporcional de comissão do item usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140insReturn: type: object required: – id allOf: – #/definitions/e140insReturn e140lotReturn: description: Lote do atendimento da requisição type: object required: – quantidade properties: id: type: string format: uuid description: Id e140insReturn: type: object allOf: – #/definitions/e140insReturn description: Item de devolução e140lot: type: object allOf: – #/definitions/e140lot description: Id do lote quantidade: type: string description: Quantidade minimum: 0 excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140lotReturn: type: object required: – id allOf: – #/definitions/e140lotReturn e140serReturn: description: Série do atendimento da requisição type: object properties: id: type: string format: uuid description: Id e140insReturn: type: object allOf: – #/definitions/e140insReturn description: Item de devolução e140ser: type: object allOf: – #/definitions/e140ser description: Id da série excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140serReturn: type: object required: – id allOf: – #/definitions/e140serReturn deliveryInvoice: description: Nota fiscal de remessa type: object required: – deliveryInvoiceId – e070fil – e020snf – numNfc – invoiceType properties: id: type: string format: uuid description: ID da tabela de notas de remessa deliveryInvoiceId: type: string format: uuid description: ID da nota fiscal e070fil: type: object allOf: – #/definitions/e070fil description: Id da filial e020snf: type: object allOf: – #/definitions/e020snf description: Série fiscal e085pes: type: object allOf: – #/definitions/e085pes description: Remetente numNfc: type: integer format: int64 description: Número da Nota minimum: 0 maximum: 9999999 codSel: type: string maxLength: 3 description: Série Legal da nota fiscal de Remessa codSsl: type: string maxLength: 2 description: Subsérie Legal da nota fiscal de Remessa chvDoe: type: string maxLength: 44 description: Chave Eletrônica datEmi: type: string format: date-time description: Data emissão invoiceType: type: string allOf: – #/definitions/enumInvoiceType description: Tipo de Nota Fiscal usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editDeliveryInvoice: type: object required: – id allOf: – #/definitions/deliveryInvoice linkInvoiceDelivery: description: Ligação de notas fiscais de saida com nota de remessa type: object required: – e140nfs – deliveryInvoice properties: id: type: string format: uuid description: Id da ligação de notas fiscais de saida com nota de remessa e140nfs: type: object allOf: – #/definitions/e140nfs description: Nota fiscal de saída retorno deliveryInvoice: type: object allOf: – #/definitions/deliveryInvoice description: Nota nota de origem – Remessa usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editLinkInvoiceDelivery: type: object required: – id allOf: – #/definitions/linkInvoiceDelivery e001tnsSupEst: description: Transação – Especilização de estoque type: object properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação estEos: type: string allOf: – #/definitions/enumEntSai description: Entrada ou Saída estMov: type: string allOf: – #/definitions/enumEstMov description: Estoque Movimentado excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE001tnsSupEst: type: object required: – id allOf: – #/definitions/e001tnsSupEst naturezaReceitaPISCOFINS: description: Natureza de receita para PIS/COFINS type: object properties: id: type: string format: uuid description: Id da entidade codigo: type: integer format: int64 description: Código minimum: 0 maximum: 9999 descricao: type: string maxLength: 500 description: Descrição vigenciaInicial: type: string format: date description: Vigência inicial vigenciaFinal: type: string format: date description: Vigência final csts: type: string maxLength: 100 description: CSTs excluido: type: boolean description: Indica se o registro foi excluido default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e140nfsIntCpl: description: Integração Controladoria – Dados Gerais type: object properties: id: type: string format: uuid description: Id da entidade e140nfs: type: object allOf: – #/definitions/e140nfs description: Nota Fiscal intCtb: type: boolean description: Indicativo de integração do contábil default: false intTri: type: boolean description: Indicativo de integração de tributo default: false intPat: type: boolean description: Indicativo de integração de patrimonio default: false numLot: type: integer format: int64 description: Nº Lote minimum: 0 maximum: 999999999 e640lotId: type: string format: uuid description: Identificador do lote usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140nfsIntCpl: type: object required: – id allOf: – #/definitions/e140nfsIntCpl e140insProductionOrder: description: Ordem de produção – Industrialização type: object properties: id: type: string format: uuid description: Id da entidade e140ins: type: object allOf: – #/definitions/e140ins description: Identificador do item da nota fiscal opNumber: type: integer format: int64 description: Número da OP reserve: type: string format: uuid description: Id da reserva shipment: type: string format: uuid description: Identificador da remessa shipmentNumber: type: string description: Número da remessa usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editE140insProductionOrder: type: object required: – id allOf: – #/definitions/e140insProductionOrder beneficioFiscal: description: Tabela de cadastro de benefício fical type: object properties: id: type: string format: uuid description: Identificador codigo: type: string description: Código descricao: type: string description: Descrição abreviatura: type: string description: Abreviatura vigenciaInicial: type: string format: date description: Vigência Inicial vigenciaFinal: type: string format: date description: Vigência Final situacao: type: string allOf: – #/definitions/enumSitReg description: Situação observacao: type: string description: Observação excluido: type: boolean description: Indica se o registro foi excluido default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: saleChannel: description: Canal de venda no e-commerce type: object properties: id: type: string format: uuid description: Id da entidade name: type: string description: Nome do canal de venda no e-commerce usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: originDocument: description: Dados do documento que originou a nota fiscal de saída type: object required: – originInvoiceProcess properties: id: type: string format: uuid description: Id da entidade originInvoiceProcess: type: string allOf: – #/definitions/originInvoiceProcess description: Tipo de processo que originou a nota fiscal e070fil: type: object allOf: – #/definitions/e070fil description: Filial e020snf: type: object allOf: – #/definitions/e020snf description: Série fiscal number: type: integer format: int64 description: Número da nota fiscal minimum: 0 maximum: 999999999999999999 issueDate: type: string format: date-time description: Data de emissão accessKey: type: string maxLength: 51 description: Chave da nota fiscal eletrônica e140nfs: type: object allOf: – #/definitions/e140nfs description: Nota fiscal originId: type: string format: uuid description: Id do documento de origem originDocumentItens: type: array items: type: object allOf: – #/definitions/originDocumentItem description: Dados dos itens do documento que originou a nota fiscal de saída usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editOriginDocument: type: object required: – id allOf: – #/definitions/originDocument originDocumentItem: description: Dados do item do documento que originou a nota fiscal de saída type: object required: – originSequence properties: id: type: string format: uuid description: Id da entidade originDocument: type: object allOf: – #/definitions/originDocument description: Id do documento de origem originSequence: type: integer format: int64 description: Sequência do item na nota de origem minimum: 0 maximum: 999 originItemId: type: string format: uuid description: Id do item da nota fiscal de origem usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editOriginDocumentItem: type: object required: – id allOf: – #/definitions/originDocumentItem e070filFinCre: description: Especialização filial – Contas a receber type: object properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial enviarBoleto: type: boolean description: Enviar boleto por e-mail default: false excluido: type: boolean description: Indica se o registro foi excluido default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e085hclFinCre: description: Definições do cliente – Contas a Receber type: object properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa e070fil: type: object allOf: – #/definitions/e070fil description: Filial emailBoleto: type: string description: E-mail para envio de boletos excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: modulos: description: Módulos adquiridos pelo cliente type: object required: – modulo – ativo properties: id: type: string format: uuid description: Identificador modulo: type: string allOf: – #/definitions/enumModulos description: Módulo empresa: type: object allOf: – #/definitions/e070emp description: Empresa ativo: type: boolean description: Indicador se o módulo está ativo integracaoDataLake: type: boolean description: Indicador se o módulo faz integração com o Data Lake usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: externalInvoiceIntegration: description: Dados de integrações provenientes de sistemas externos type: object properties: id: type: string format: uuid description: Identificador da entidade externalId: type: string description: Id de identificação no sistema externo status: type: string allOf: – #/definitions/enumExternalInvoiceStatus description: Situação da integração errorMessage: type: string description: Mensagem de erro invoicePayload: type: string description: Payload da integração externalIntegrationType: type: string allOf: – #/definitions/enumExternalInvoiceIntegration description: Identificador da origem integração externa e140nfs: type: object allOf: – #/definitions/e140nfs description: Id da nota fiscal usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editExternalInvoiceIntegration: type: object required: – id allOf: – #/definitions/externalInvoiceIntegration sendDocumentAttachment: description: Documentos a serem enviados na nota fiscal type: object required: – type properties: id: type: string format: uuid description: Identificador e140nfsIntegrationInvoice: type: object allOf: – #/definitions/e140nfsIntegrationInvoice description: Integrações da nota type: type: string allOf: – #/definitions/enumSendDocumentAttachmentType description: Tipo do documento que vai ser buscado status: type: string allOf: – #/definitions/enumSendDocumentAttachmentSituation description: Situação do processamento errorMessage: type: string description: Mensagem de erro externalId: type: string description: Código para busca do documento usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editSendDocumentAttachment: type: object required: – id allOf: – #/definitions/sendDocumentAttachment notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE