• Início
    • A Plataforma
    • Para customizar
      • Visão geral
      • Tutoriais
      • Github.com
      • Guia de contribuição
      • Tabela de compatibilidade
    • Para desenvolver
      • Visão geral
      • API – Guia de Estilo
      • UX – Guia de estilo
    • Para administrar
      • Documentação
  • APIs
  • Documentação
    • APIs Senior X
    • Tutoriais
  • Fórum
  • Community
  • Entrar
  • Cadastrar-se
  • Início
    • A Plataforma
    • Para customizar
      • Visão geral
      • Tutoriais
      • Github.com
      • Guia de contribuição
      • Tabela de compatibilidade
    • Para desenvolver
      • Visão geral
      • API – Guia de Estilo
      • UX – Guia de estilo
    • Para administrar
      • Documentação
  • APIs
  • Documentação
    • APIs Senior X
    • Tutoriais
  • Fórum
  • Community
  • Entrar
  • Cadastrar-se
home/APIs Privadas/erpx_csr/csr_movimentacao
Mais pesquisados:Customização, Tutorial, Documentação

csr_movimentacao

44 views 0 22/05/2024 Atualizado em 02/03/2026 integrador

2.0info: 2.1.1 csr_movimentacao description: csr_movimentacao_service x-senior-domain: erpx_csr x-senior-domain-path: erpx_csr x-senior-service-path: csr_movimentacao 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_csrsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /csr_movimentacao/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 /csr_movimentacao/queries/getListAppointments: post: description: Get appointments list tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input – listParams properties: input: type: object allOf: – #/definitions/appointmentSearchInput description: listParams: type: object allOf: – #/definitions/searchParams description: responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/appointmentDTO minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/getListProcessedAppointments: post: description: Get appointments list tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input – listParams properties: input: type: object allOf: – #/definitions/processedAppointmentSearchInput description: listParams: type: object allOf: – #/definitions/searchParams description: responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/processedAppointmentDTO minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/getListOriginCompany: post: description: Get Origin list by a company reference tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId properties: companyId: type: string description: Company id responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/originRec minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Get Origin list by a company reference tags: – Queries x-senior-visibility: PRIVATE parameters: – name: companyId description: Company id in: query required: true type: string responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/originRec minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/findBranchesFromCompany: post: description: Get branches from company reference tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId properties: companyId: type: string description: company Id responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/branch minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Get branches from company reference tags: – Queries x-senior-visibility: PRIVATE parameters: – name: companyId description: company Id in: query required: true type: string responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/branch minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/findResourceCenterFromCompany: post: description: Get ResourceCenter from company reference tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId properties: companyId: type: string description: company Id responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/resourceCenter minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Get ResourceCenter from company reference tags: – Queries x-senior-visibility: PRIVATE parameters: – name: companyId description: company Id in: query required: true type: string responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/resourceCenter minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/findResourceWorkCenterFromCompany: post: description: Get ResourceWorkCenter from company reference tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId properties: companyId: type: string description: company Id responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/resourceWorkCenter minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Get ResourceWorkCenter from company reference tags: – Queries x-senior-visibility: PRIVATE parameters: – name: companyId description: company Id in: query required: true type: string responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/resourceWorkCenter minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/findResourceWorkCenterLookupFilter: post: description: Get ResourceWorkCenterLookupFilter tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId properties: companyId: type: string description: company Id branchId: type: string description: branch Id resourceCode: type: string description: resource code resourceDescription: type: string description: resource Description resourceId: type: integer format: int64 description: resource Id responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/resourceWorkCenter minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Get ResourceWorkCenterLookupFilter tags: – Queries x-senior-visibility: PRIVATE parameters: – name: companyId description: company Id in: query required: true type: string – name: branchId description: branch Id in: query type: string – name: resourceCode description: resource code in: query type: string – name: resourceDescription description: resource Description in: query type: string – name: resourceId description: resource Id in: query type: integer format: int64 responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/resourceWorkCenter minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/findListAccountingClosingParameters: post: description: Get Origin list by a company reference tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId – branchId properties: companyId: type: string description: Company id branchId: type: string description: branch id periodId: type: string description: period id responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/accountingClosingParametersRecord minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Get Origin list by a company reference tags: – Queries x-senior-visibility: PRIVATE parameters: – name: companyId description: Company id in: query required: true type: string – name: branchId description: branch id in: query required: true type: string – name: periodId description: period id in: query type: string responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/accountingClosingParametersRecord minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/getCostMovementWithOccurrence: post: description: Get costMovement with occurrences tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId – branchId – periodId – page – size properties: companyId: type: string description: Company id branchId: type: string description: Branch id periodId: type: string description: Period id page: type: integer format: int64 description: Pages size: type: integer format: int64 description: Size responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/costMovement minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Get costMovement with occurrences tags: – Queries x-senior-visibility: PRIVATE parameters: – name: companyId description: Company id in: query required: true type: string – name: branchId description: Branch id in: query required: true type: string – name: periodId description: Period id in: query required: true type: string – name: page description: Pages in: query required: true type: integer format: int64 – name: size description: Size in: query required: true type: integer format: int64 responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/costMovement minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/getUrlUploadFileCsr: post: description: Create place to store and find URL to upload attachment tags: – Queries x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – fileName properties: fileName: type: string description: File name responses: 200: description: Ok schema: type: object required: – targetObject – url – fileName – version properties: targetObject: type: string description: File targetObject, need to blobService url: type: string description: URL to file upload fileName: type: string description: File name type: string description: File Version 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Create place to store and find URL to upload attachment tags: – Queries x-senior-visibility: PUBLIC parameters: – name: fileName description: File name in: query required: true type: string responses: 200: description: Ok schema: type: object required: – targetObject – url – fileName – version properties: targetObject: type: string description: File targetObject, need to blobService url: type: string description: URL to file upload fileName: type: string description: File name type: string description: File Version 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/getUrlDownloadFileCsr: post: description: Get the URL to download attachment tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – fileName – version properties: targetObject: type: string description: TargetObject fileName: type: string description: File name type: string description: File Version responses: 200: description: Ok schema: type: object required: – url properties: url: type: string description: URL to download file 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Get the URL to download attachment tags: – Queries x-senior-visibility: PRIVATE parameters: – name: targetObject description: TargetObject in: query type: string – name: fileName description: File name in: query required: true type: string – name: version description: File Version in: query required: true type: string responses: 200: description: Ok schema: type: object required: – url properties: url: type: string description: URL to download file 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/verifyIfPeriodCanBeClosed: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – periodId – periodType properties: periodId: type: string description: periodType: type: string allOf: – #/definitions/enumPeriodType description: responses: 200: description: Ok schema: type: object required: – situation properties: situation: type: boolean description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: periodId description: in: query required: true type: string – name: periodType description: in: query required: true type: string allOf: – #/definitions/enumPeriodType responses: 200: description: Ok schema: type: object required: – situation properties: situation: type: boolean description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/verifyIfPeriodCanBeOpen: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – periodId – periodType properties: periodId: type: string description: periodType: type: string allOf: – #/definitions/enumPeriodType description: responses: 200: description: Ok schema: type: object required: – situation properties: situation: type: boolean description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: periodId description: in: query required: true type: string – name: periodType description: in: query required: true type: string allOf: – #/definitions/enumPeriodType responses: 200: description: Ok schema: type: object required: – situation properties: situation: type: boolean description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/getIntegratedMovements: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – branch – listParams properties: branch: type: string description: periodId: type: string description: periodInitialDate: type: string format: date description: periodFinalDate: type: string format: date description: product: type: string description: status: type: string allOf: – #/definitions/enumStockMovementProcessedStatus description: listParams: type: object allOf: – #/definitions/searchParams description: responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Elements contents: type: array items: type: object allOf: – #/definitions/stockMovementRecord minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/getProductionOrders: post: description: Get production order tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId – branchId – periodId – pageRequest properties: companyId: type: string description: branchId: type: string description: periodId: type: string description: productIds: type: array items: type: string description: pageRequest: type: object allOf: – #/definitions/recPageRequest description: responses: 200: description: Ok schema: type: object required: – pageResponse – content properties: pageResponse: type: object allOf: – #/definitions/recPageResponse description: Pagination data content: type: array items: type: object allOf: – #/definitions/recProductionOrder minimum: 1 description: Content 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/queries/getPendingCostTransfers: post: description: Returns the pending cost transfer with product info tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – pageRequest – costToStockTransferId properties: pageRequest: type: object allOf: – #/definitions/recPageRequest description: costToStockTransferId: type: string description: responses: 200: description: Ok schema: type: object required: – pageResponse – content properties: pageResponse: type: object allOf: – #/definitions/recPageResponse description: content: type: array items: type: object allOf: – #/definitions/pendingCostTransferWithProduct minimum: 1 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/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 /csr_movimentacao/queries/exportCompany: 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 /csr_movimentacao/queries/exportBranch: 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 /csr_movimentacao/queries/exportProductFamily: 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 /csr_movimentacao/queries/exportBaseRate: 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 /csr_movimentacao/queries/exportSectorRate: 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 /csr_movimentacao/queries/exportResourceCenterRate: 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 /csr_movimentacao/queries/exportUniqueRate: 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 /csr_movimentacao/queries/exportResourceCenter: 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 /csr_movimentacao/queries/exportInventoryValuationMethods: 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 /csr_movimentacao/queries/exportTransaction: 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 /csr_movimentacao/queries/exportParameter: 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 /csr_movimentacao/queries/exportTransactionCalculation: 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 /csr_movimentacao/queries/exportTransactionByInventory: 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 /csr_movimentacao/queries/exportSequenceClosing: 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 /csr_movimentacao/queries/exportOrigin: 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 /csr_movimentacao/queries/exportResourceWorkCenter: 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 /csr_movimentacao/queries/exportPeriod: 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 /csr_movimentacao/queries/exportProduct: 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 /csr_movimentacao/queries/exportOccurrence: 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 /csr_movimentacao/queries/exportCostMovement: 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 /csr_movimentacao/queries/exportStockMovement: 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 /csr_movimentacao/queries/exportAccountingClosingParameters: 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 /csr_movimentacao/queries/exportAppointment: 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 /csr_movimentacao/queries/exportBalanceByProduct: 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 /csr_movimentacao/queries/exportBalanceByOrder: 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 /csr_movimentacao/queries/exportValorizedMovement: 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 /csr_movimentacao/queries/exportProductionOrder: 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 /csr_movimentacao/queries/exportImportEntityCsr: 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 /csr_movimentacao/queries/exportFileImportCsr: 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 /csr_movimentacao/queries/exportLowLevelCode: 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 /csr_movimentacao/queries/exportTransactionParam: 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 /csr_movimentacao/queries/exportPendingCostTransfer: 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 /csr_movimentacao/queries/exportCostToStockHistory: 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 /csr_movimentacao/queries/exportCostElement: 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 /csr_movimentacao/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 /csr_movimentacao/actions/transferCostsToStock: post: description: Transfers cost values to stock tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – periodId properties: periodId: type: string description: Period identifier responses: 200: description: Ok schema: type: object required: – costToStockHistory properties: costToStockHistory: type: object allOf: – #/definitions/costToStockHistory description: Cost transfer history for inventory 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/newSectorRate: post: description: Insere nova taxa de setor tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/sectorRateRecord description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/newResourceCenterRate: post: description: Insere nova taxa de centro de recurso tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/resourceCenterRateRecord description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/newUniqueRate: post: description: Insere nova taxa unica tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/uniqueRateRecord description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/newProductFamily: post: description: Insere nova familia tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/productFamilyRecord description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/editSectorRate: post: description: Edita taxa de setor tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/sectorRateRecord description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/editResourceCenterRate: post: description: Edita taxa de centro de recurso tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/resourceCenterRateRecord description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/editUniqueRate: post: description: Edita taxa unica tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/uniqueRateRecord description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/editProductFamily: post: description: Action to edit Product family tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/productFamilyRecord description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/alterProductFamilyCostParticipation: post: description: Alter Product Family Cost Participation tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – costParticipation properties: id: type: string description: Entity ID costParticipation: type: string allOf: – #/definitions/costParticipationStatus description: Cost Participation Status responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: Response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/deleteResourceCenterRateByCompanyBranch: post: description: Deleta taxa por centro de recurso tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – company – branch – resourceCenterId – periodId properties: company: type: string description: company id branch: type: string description: branch id resourceCenterId: type: string description: resource center Id periodId: type: string description: period id responses: 200: description: Ok schema: type: object required: – response properties: response: type: string description: operation response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/deleteSectorRateRateByCompanyBranch: post: description: Deleta taxa por setor tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – company – branch – sectorId – periodId properties: company: type: string description: company id branch: type: string description: branch id sectorId: type: string description: sector Id periodId: type: string description: period id responses: 200: description: Ok schema: type: object required: – response properties: response: type: string description: operation response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/deleteUniqueRateByCompanyBranch: post: description: Deleta taxa unica tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – company – branch – periodId properties: company: type: string description: company id branch: type: string description: branch id periodId: type: string description: period id responses: 200: description: Ok schema: type: object required: – response properties: response: type: string description: operation response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/newResourceCenter: post: description: Create new resource center / Cria novo centro de recurso tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/recResourceCenter description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/editResourceCenter: post: description: Update the resource center tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/recResourceCenter description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/deleteResourceCenterByCompanyBranch: post: description: Delete resource center by company / branch tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – company – resourceCenterId properties: company: type: string description: company id branch: type: string description: branch id resourceCenterId: type: integer format: int64 description: resource center Id responses: 200: description: Ok schema: type: object required: – response properties: response: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/newInventoryValuationMethod: post: description: Insert new inventory valuation method tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/inventoryValuationMethods description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/editInventoryValuationMethod: post: description: Edit a inventory valuation method tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/inventoryValuationMethods description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/deleteInventoryValuationMethod: post: description: Delete a Inventory valuation method tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – methodUUID properties: methodUUID: type: string description: UUID id responses: 200: description: Ok schema: type: object required: – response properties: response: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/alterProductFamilyActiveStatus: post: description: Action to update product famili active status tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityId – status properties: entityId: type: string description: entity identifier status: type: boolean description: status responses: 200: description: Ok schema: type: object required: – response properties: response: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/newTransaction: post: description: Creates new transaction entity tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/transaction description: input responses: 200: description: Ok schema: type: object required: – response properties: response: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/editTransaction: post: description: Edit a transaction entity tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/transaction description: input responses: 200: description: Ok schema: type: object required: – response properties: response: type: string description: reponse 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/deleteTransactionEntity: post: description: Action to delete transaction Entity tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: transaction entity identifier responses: 200: description: Ok schema: type: object required: – response properties: response: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/alterTransactionOptimizeCost: post: description: Update optimeze cost tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – optimizeCost properties: id: type: string description: Entity id optimizeCost: type: boolean description: Optimize Cost responses: 200: description: Ok schema: type: object required: – response properties: response: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/newPeriod: post: description: New period tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/periodRecord description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/editPeriod: post: description: Action to edit period tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/periodRecord description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/exclusionPeriod: post: description: Delete period tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyCode – branchCode – periodCode properties: companyCode: type: integer format: int64 description: company branchCode: type: integer format: int64 description: branch periodCode: type: integer format: int64 description: period Code responses: 200: description: Ok schema: type: object required: – response properties: response: type: string description: operation response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/newAccountingClosingParameters: post: description: Insert Accounting Closing Parameters tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/accountingClosingParametersRecord description: payload responses: 200: description: Ok schema: type: object required: – response properties: response: type: string description: operation response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/editAccountingClosingParameters: post: description: Edit an AccountingClosingParameter entity tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/accountingClosingParametersRecord description: payload responses: 200: description: Ok schema: type: object required: – response properties: response: type: string description: operation response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/newAppointment: post: description: Insert Appointment tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/appointmentRecord description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/nextPeriodCode: post: description: Find next period code tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – output properties: output: type: integer format: int64 description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/replicateTaxRateOnePeriodToOther: post: description: Replicate Tax Rate One Period To Other tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/replicateRecord description: input responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/insertProductionOrder: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/productionOrderRecord description: responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/updateProductionOrderRegistry: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – input properties: id: type: string description: input: type: object allOf: – #/definitions/productionOrderRecord description: responses: 200: description: Ok schema: type: object required: – output properties: output: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/saveFileCsr: post: description: Confirm the store of file on service at version that have been made the upload tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – fileName – version properties: targetObject: type: string description: TargetObject fileName: type: string description: Attachment name type: string description: Attachment version responses: 200: description: Ok schema: type: object required: – result properties: result: type: string description: Result (OK) 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/batchPeriodCreation: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – branch properties: branch: type: string description: periodInterval: type: integer format: int64 description: periodType: type: string description: monthQuantity: type: integer format: int64 description: year: type: integer format: int64 description: isMonth: type: boolean description: default: false startDate: type: string format: date description: finalDate: type: string format: date description: responses: 200: description: Ok schema: type: object required: – result properties: result: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/actions/createInsight: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – insightGeneratorId – branchId properties: insightGeneratorId: type: string description: Id do gerador de insight branchId: type: string description: Branch id productId: type: string description: Product id responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: Insight gerado pela Inteligência Artificial 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/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 /csr_movimentacao/actions/importCompany: 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 /csr_movimentacao/actions/importBranch: 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 /csr_movimentacao/actions/importProductFamily: 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 /csr_movimentacao/actions/importBaseRate: 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 /csr_movimentacao/actions/importSectorRate: 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 /csr_movimentacao/actions/importResourceCenterRate: 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 /csr_movimentacao/actions/importUniqueRate: 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 /csr_movimentacao/actions/importResourceCenter: 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 /csr_movimentacao/actions/importInventoryValuationMethods: 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 /csr_movimentacao/actions/importTransaction: 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 /csr_movimentacao/actions/importParameter: 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 /csr_movimentacao/actions/importTransactionCalculation: 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 /csr_movimentacao/actions/importTransactionByInventory: 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 /csr_movimentacao/actions/importSequenceClosing: 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 /csr_movimentacao/actions/importOrigin: 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 /csr_movimentacao/actions/importResourceWorkCenter: 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 /csr_movimentacao/actions/importPeriod: 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 /csr_movimentacao/actions/importProduct: 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 /csr_movimentacao/actions/importOccurrence: 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 /csr_movimentacao/actions/importCostMovement: 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 /csr_movimentacao/actions/importStockMovement: 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 /csr_movimentacao/actions/importAccountingClosingParameters: 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 /csr_movimentacao/actions/importAppointment: 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 /csr_movimentacao/actions/importBalanceByProduct: 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 /csr_movimentacao/actions/importBalanceByOrder: 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 /csr_movimentacao/actions/importValorizedMovement: 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 /csr_movimentacao/actions/importProductionOrder: 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 /csr_movimentacao/actions/importImportEntityCsr: 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 /csr_movimentacao/actions/importFileImportCsr: 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 /csr_movimentacao/actions/importLowLevelCode: 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 /csr_movimentacao/actions/importTransactionParam: 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 /csr_movimentacao/actions/importPendingCostTransfer: 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 /csr_movimentacao/actions/importCostToStockHistory: 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 /csr_movimentacao/actions/importCostElement: 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 /csr_movimentacao/signals/importFileCsr: post: description: File import tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – importId properties: importId: type: string description: id import table responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /csr_movimentacao/events/importCompanyEvent: post: description: 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 /csr_movimentacao/events/exportCompanyEvent: post: description: 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 /csr_movimentacao/events/importBranchEvent: post: description: 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 /csr_movimentacao/events/exportBranchEvent: post: description: 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 /csr_movimentacao/events/importProductFamilyEvent: post: description: 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 /csr_movimentacao/events/exportProductFamilyEvent: post: description: 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 /csr_movimentacao/events/importBaseRateEvent: post: description: 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 /csr_movimentacao/events/exportBaseRateEvent: post: description: 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 /csr_movimentacao/events/importSectorRateEvent: post: description: 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 /csr_movimentacao/events/exportSectorRateEvent: post: description: 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 /csr_movimentacao/events/importResourceCenterRateEvent: post: description: 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 /csr_movimentacao/events/exportResourceCenterRateEvent: post: description: 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 /csr_movimentacao/events/importUniqueRateEvent: post: description: 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 /csr_movimentacao/events/exportUniqueRateEvent: post: description: 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 /csr_movimentacao/events/importResourceCenterEvent: post: description: 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 /csr_movimentacao/events/exportResourceCenterEvent: post: description: 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 /csr_movimentacao/events/importInventoryValuationMethodsEvent: post: description: 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 /csr_movimentacao/events/exportInventoryValuationMethodsEvent: post: description: 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 /csr_movimentacao/events/importTransactionEvent: post: description: 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 /csr_movimentacao/events/exportTransactionEvent: post: description: 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 /csr_movimentacao/events/importParameterEvent: post: description: 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 /csr_movimentacao/events/exportParameterEvent: post: description: 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 /csr_movimentacao/events/importTransactionCalculationEvent: post: description: 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 /csr_movimentacao/events/exportTransactionCalculationEvent: post: description: 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 /csr_movimentacao/events/importTransactionByInventoryEvent: post: description: 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 /csr_movimentacao/events/exportTransactionByInventoryEvent: post: description: 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 /csr_movimentacao/events/importSequenceClosingEvent: post: description: 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 /csr_movimentacao/events/exportSequenceClosingEvent: post: description: 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 /csr_movimentacao/events/importOriginEvent: post: description: 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 /csr_movimentacao/events/exportOriginEvent: post: description: 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 /csr_movimentacao/events/importResourceWorkCenterEvent: post: description: 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 /csr_movimentacao/events/exportResourceWorkCenterEvent: post: description: 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 /csr_movimentacao/events/importPeriodEvent: post: description: 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 /csr_movimentacao/events/exportPeriodEvent: post: description: 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 /csr_movimentacao/events/importProductEvent: post: description: 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 /csr_movimentacao/events/exportProductEvent: post: description: 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 /csr_movimentacao/events/importOccurrenceEvent: post: description: 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 /csr_movimentacao/events/exportOccurrenceEvent: post: description: 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 /csr_movimentacao/events/importCostMovementEvent: post: description: 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 /csr_movimentacao/events/exportCostMovementEvent: post: description: 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 /csr_movimentacao/events/importStockMovementEvent: post: description: 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 /csr_movimentacao/events/exportStockMovementEvent: post: description: 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 /csr_movimentacao/events/importAccountingClosingParametersEvent: post: description: 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 /csr_movimentacao/events/exportAccountingClosingParametersEvent: post: description: 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 /csr_movimentacao/events/importAppointmentEvent: post: description: 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 /csr_movimentacao/events/exportAppointmentEvent: post: description: 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 /csr_movimentacao/events/importBalanceByProductEvent: post: description: 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 /csr_movimentacao/events/exportBalanceByProductEvent: post: description: 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 /csr_movimentacao/events/importBalanceByOrderEvent: post: description: 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 /csr_movimentacao/events/exportBalanceByOrderEvent: post: description: 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 /csr_movimentacao/events/importValorizedMovementEvent: post: description: 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 /csr_movimentacao/events/exportValorizedMovementEvent: post: description: 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 /csr_movimentacao/events/importProductionOrderEvent: post: description: 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 /csr_movimentacao/events/exportProductionOrderEvent: post: description: 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 /csr_movimentacao/events/importImportEntityCsrEvent: post: description: 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 /csr_movimentacao/events/exportImportEntityCsrEvent: post: description: 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 /csr_movimentacao/events/importFileImportCsrEvent: post: description: 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 /csr_movimentacao/events/exportFileImportCsrEvent: post: description: 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 /csr_movimentacao/events/importLowLevelCodeEvent: post: description: 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 /csr_movimentacao/events/exportLowLevelCodeEvent: post: description: 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 /csr_movimentacao/events/importTransactionParamEvent: post: description: 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 /csr_movimentacao/events/exportTransactionParamEvent: post: description: 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 /csr_movimentacao/events/importPendingCostTransferEvent: post: description: 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 /csr_movimentacao/events/exportPendingCostTransferEvent: post: description: 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 /csr_movimentacao/events/importCostToStockHistoryEvent: post: description: 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 /csr_movimentacao/events/exportCostToStockHistoryEvent: post: description: 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 /csr_movimentacao/events/importCostElementEvent: post: description: 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 /csr_movimentacao/events/exportCostElementEvent: post: description: 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 /csr_movimentacao/entities/company: 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/company responses: 200: description: The created resource schema: #/definitions/company 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/company responses: 200: description: The created resource schema: #/definitions/company 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/company 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/company/{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/editCompany responses: 200: description: Ok schema: #/definitions/editCompany 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/company responses: 200: description: Ok schema: #/definitions/company 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/company 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 /csr_movimentacao/entities/company/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/company responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/branch: 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/branch responses: 200: description: The created resource schema: #/definitions/branch 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/branch responses: 200: description: The created resource schema: #/definitions/branch 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/branch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/branch/{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/editBranch responses: 200: description: Ok schema: #/definitions/editBranch 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/branch responses: 200: description: Ok schema: #/definitions/branch 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/branch 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 /csr_movimentacao/entities/branch/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/branch responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/productFamily: 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/productFamily responses: 200: description: The created resource schema: #/definitions/productFamily 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/productFamily responses: 200: description: The created resource schema: #/definitions/productFamily 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/productFamily 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/productFamily/{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/editProductFamily responses: 200: description: Ok schema: #/definitions/editProductFamily 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/productFamily responses: 200: description: Ok schema: #/definitions/productFamily 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/productFamily 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 /csr_movimentacao/entities/productFamily/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/productFamily responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/baseRate: 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/baseRate responses: 200: description: The created resource schema: #/definitions/baseRate 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/baseRate responses: 200: description: The created resource schema: #/definitions/baseRate 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/baseRate 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/baseRate/{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/editBaseRate responses: 200: description: Ok schema: #/definitions/editBaseRate 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/baseRate responses: 200: description: Ok schema: #/definitions/baseRate 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/baseRate 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 /csr_movimentacao/entities/baseRate/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/baseRate responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/sectorRate: 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/sectorRate responses: 200: description: The created resource schema: #/definitions/sectorRate 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/sectorRate responses: 200: description: The created resource schema: #/definitions/sectorRate 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/sectorRate 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/sectorRate/{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/editSectorRate responses: 200: description: Ok schema: #/definitions/editSectorRate 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/sectorRate responses: 200: description: Ok schema: #/definitions/sectorRate 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/sectorRate 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 /csr_movimentacao/entities/sectorRate/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sectorRate responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/resourceCenterRate: 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/resourceCenterRate responses: 200: description: The created resource schema: #/definitions/resourceCenterRate 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/resourceCenterRate responses: 200: description: The created resource schema: #/definitions/resourceCenterRate 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/resourceCenterRate 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/resourceCenterRate/{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/editResourceCenterRate responses: 200: description: Ok schema: #/definitions/editResourceCenterRate 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/resourceCenterRate responses: 200: description: Ok schema: #/definitions/resourceCenterRate 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/resourceCenterRate 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 /csr_movimentacao/entities/resourceCenterRate/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/resourceCenterRate responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/uniqueRate: 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/uniqueRate responses: 200: description: The created resource schema: #/definitions/uniqueRate 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/uniqueRate responses: 200: description: The created resource schema: #/definitions/uniqueRate 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/uniqueRate 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/uniqueRate/{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/editUniqueRate responses: 200: description: Ok schema: #/definitions/editUniqueRate 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/uniqueRate responses: 200: description: Ok schema: #/definitions/uniqueRate 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/uniqueRate 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 /csr_movimentacao/entities/uniqueRate/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/uniqueRate responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/resourceCenter: 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/resourceCenter responses: 200: description: The created resource schema: #/definitions/resourceCenter 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/resourceCenter responses: 200: description: The created resource schema: #/definitions/resourceCenter 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/resourceCenter 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/resourceCenter/{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/editResourceCenter responses: 200: description: Ok schema: #/definitions/editResourceCenter 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/resourceCenter responses: 200: description: Ok schema: #/definitions/resourceCenter 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/resourceCenter 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 /csr_movimentacao/entities/resourceCenter/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/resourceCenter responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/inventoryValuationMethods: 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/inventoryValuationMethods responses: 200: description: The created resource schema: #/definitions/inventoryValuationMethods 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/inventoryValuationMethods responses: 200: description: The created resource schema: #/definitions/inventoryValuationMethods 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/inventoryValuationMethods 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/inventoryValuationMethods/{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/editInventoryValuationMethods responses: 200: description: Ok schema: #/definitions/editInventoryValuationMethods 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/inventoryValuationMethods responses: 200: description: Ok schema: #/definitions/inventoryValuationMethods 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/inventoryValuationMethods 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 /csr_movimentacao/entities/inventoryValuationMethods/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/inventoryValuationMethods responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/transaction: 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/transaction responses: 200: description: The created resource schema: #/definitions/transaction 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/transaction responses: 200: description: The created resource schema: #/definitions/transaction 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/transaction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/transaction/{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/editTransaction responses: 200: description: Ok schema: #/definitions/editTransaction 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/transaction responses: 200: description: Ok schema: #/definitions/transaction 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/transaction 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 /csr_movimentacao/entities/transaction/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/transaction responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/parameter: 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/parameter responses: 200: description: The created resource schema: #/definitions/parameter 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/parameter responses: 200: description: The created resource schema: #/definitions/parameter 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/parameter 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/parameter/{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/editParameter responses: 200: description: Ok schema: #/definitions/editParameter 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/parameter responses: 200: description: Ok schema: #/definitions/parameter 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/parameter 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 /csr_movimentacao/entities/parameter/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/parameter responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/transactionCalculation: 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/transactionCalculation responses: 200: description: The created resource schema: #/definitions/transactionCalculation 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/transactionCalculation responses: 200: description: The created resource schema: #/definitions/transactionCalculation 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/transactionCalculation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/transactionCalculation/{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/editTransactionCalculation responses: 200: description: Ok schema: #/definitions/editTransactionCalculation 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/transactionCalculation responses: 200: description: Ok schema: #/definitions/transactionCalculation 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/transactionCalculation 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 /csr_movimentacao/entities/parameter/{parentId}/transactionsCalculation: 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/transactionCalculation responses: 200: description: The created resources schema: type: array items: #/definitions/transactionCalculation 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/transactionCalculation responses: 200: description: The created resources schema: type: array items: #/definitions/transactionCalculation 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/transactionCalculation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/parameter/{parentId}/transactionsCalculation/{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/editTransactionCalculation responses: 200: description: Ok schema: #/definitions/editTransactionCalculation 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/transactionCalculation responses: 200: description: Ok schema: #/definitions/transactionCalculation 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/transactionCalculation 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 /csr_movimentacao/entities/transactionCalculation/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/transactionCalculation responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/transactionByInventory: 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/transactionByInventory responses: 200: description: The created resource schema: #/definitions/transactionByInventory 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/transactionByInventory responses: 200: description: The created resource schema: #/definitions/transactionByInventory 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/transactionByInventory 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/transactionByInventory/{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/editTransactionByInventory responses: 200: description: Ok schema: #/definitions/editTransactionByInventory 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/transactionByInventory responses: 200: description: Ok schema: #/definitions/transactionByInventory 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/transactionByInventory 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 /csr_movimentacao/entities/transactionByInventory/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/transactionByInventory responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/sequenceClosing: 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/sequenceClosing responses: 200: description: The created resource schema: #/definitions/sequenceClosing 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/sequenceClosing responses: 200: description: The created resource schema: #/definitions/sequenceClosing 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/sequenceClosing 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/sequenceClosing/{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/editSequenceClosing responses: 200: description: Ok schema: #/definitions/editSequenceClosing 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/sequenceClosing responses: 200: description: Ok schema: #/definitions/sequenceClosing 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/sequenceClosing 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 /csr_movimentacao/entities/sequenceClosing/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sequenceClosing responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/origin: 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/origin responses: 200: description: The created resource schema: #/definitions/origin 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/origin responses: 200: description: The created resource schema: #/definitions/origin 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/origin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/origin/{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/editOrigin responses: 200: description: Ok schema: #/definitions/editOrigin 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/origin responses: 200: description: Ok schema: #/definitions/origin 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/origin 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 /csr_movimentacao/entities/origin/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/origin responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/resourceWorkCenter: 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/resourceWorkCenter responses: 200: description: The created resource schema: #/definitions/resourceWorkCenter 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/resourceWorkCenter responses: 200: description: The created resource schema: #/definitions/resourceWorkCenter 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/resourceWorkCenter 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/resourceWorkCenter/{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/editResourceWorkCenter responses: 200: description: Ok schema: #/definitions/editResourceWorkCenter 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/resourceWorkCenter responses: 200: description: Ok schema: #/definitions/resourceWorkCenter 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/resourceWorkCenter 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 /csr_movimentacao/entities/resourceWorkCenter/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/resourceWorkCenter responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/period: 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/period responses: 200: description: The created resource schema: #/definitions/period 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/period responses: 200: description: The created resource schema: #/definitions/period 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/period 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/period/{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/editPeriod responses: 200: description: Ok schema: #/definitions/editPeriod 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/period responses: 200: description: Ok schema: #/definitions/period 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/period 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 /csr_movimentacao/entities/period/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/period responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/product: 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/product responses: 200: description: The created resource schema: #/definitions/product 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/product responses: 200: description: The created resource schema: #/definitions/product 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/product 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/product/{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/editProduct responses: 200: description: Ok schema: #/definitions/editProduct 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/product responses: 200: description: Ok schema: #/definitions/product 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/product 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 /csr_movimentacao/entities/product/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/product responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/costMovement: 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/costMovement responses: 200: description: The created resource schema: #/definitions/costMovement 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/costMovement responses: 200: description: The created resource schema: #/definitions/costMovement 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/costMovement 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/costMovement/{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/editCostMovement responses: 200: description: Ok schema: #/definitions/editCostMovement 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/costMovement responses: 200: description: Ok schema: #/definitions/costMovement 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/costMovement 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 /csr_movimentacao/entities/costMovement/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/costMovement responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/stockMovement: 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/stockMovement responses: 200: description: The created resource schema: #/definitions/stockMovement 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/stockMovement responses: 200: description: The created resource schema: #/definitions/stockMovement 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/stockMovement 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/stockMovement/{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/editStockMovement responses: 200: description: Ok schema: #/definitions/editStockMovement 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/stockMovement responses: 200: description: Ok schema: #/definitions/stockMovement 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/stockMovement 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 /csr_movimentacao/entities/stockMovement/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/stockMovement responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/accountingClosingParameters: 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/accountingClosingParameters responses: 200: description: The created resource schema: #/definitions/accountingClosingParameters 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/accountingClosingParameters responses: 200: description: The created resource schema: #/definitions/accountingClosingParameters 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/accountingClosingParameters 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/accountingClosingParameters/{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/editAccountingClosingParameters responses: 200: description: Ok schema: #/definitions/editAccountingClosingParameters 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/accountingClosingParameters responses: 200: description: Ok schema: #/definitions/accountingClosingParameters 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/accountingClosingParameters 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 /csr_movimentacao/entities/accountingClosingParameters/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/accountingClosingParameters responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/appointment: 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/appointment responses: 200: description: The created resource schema: #/definitions/appointment 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/appointment responses: 200: description: The created resource schema: #/definitions/appointment 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/appointment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/appointment/{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/editAppointment responses: 200: description: Ok schema: #/definitions/editAppointment 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/appointment responses: 200: description: Ok schema: #/definitions/appointment 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/appointment 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 /csr_movimentacao/entities/appointment/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/appointment responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/balanceByProduct: 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/balanceByProduct responses: 200: description: The created resource schema: #/definitions/balanceByProduct 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/balanceByProduct responses: 200: description: The created resource schema: #/definitions/balanceByProduct 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/balanceByProduct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/balanceByProduct/{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/editBalanceByProduct responses: 200: description: Ok schema: #/definitions/editBalanceByProduct 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/balanceByProduct responses: 200: description: Ok schema: #/definitions/balanceByProduct 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/balanceByProduct 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 /csr_movimentacao/entities/balanceByProduct/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/balanceByProduct responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/balanceByOrder: 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/balanceByOrder responses: 200: description: The created resource schema: #/definitions/balanceByOrder 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/balanceByOrder responses: 200: description: The created resource schema: #/definitions/balanceByOrder 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/balanceByOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/balanceByOrder/{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/editBalanceByOrder responses: 200: description: Ok schema: #/definitions/editBalanceByOrder 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/balanceByOrder responses: 200: description: Ok schema: #/definitions/balanceByOrder 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/balanceByOrder 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 /csr_movimentacao/entities/balanceByOrder/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/balanceByOrder responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/valorizedMovement: 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/valorizedMovement responses: 200: description: The created resource schema: #/definitions/valorizedMovement 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/valorizedMovement responses: 200: description: The created resource schema: #/definitions/valorizedMovement 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/valorizedMovement 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/valorizedMovement/{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/editValorizedMovement responses: 200: description: Ok schema: #/definitions/editValorizedMovement 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/valorizedMovement responses: 200: description: Ok schema: #/definitions/valorizedMovement 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/valorizedMovement 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 /csr_movimentacao/entities/valorizedMovement/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/valorizedMovement responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/productionOrder: 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/productionOrder responses: 200: description: The created resource schema: #/definitions/productionOrder 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/productionOrder responses: 200: description: The created resource schema: #/definitions/productionOrder 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/productionOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/productionOrder/{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/editProductionOrder responses: 200: description: Ok schema: #/definitions/editProductionOrder 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/productionOrder responses: 200: description: Ok schema: #/definitions/productionOrder 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/productionOrder 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 /csr_movimentacao/entities/productionOrder/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/productionOrder responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/importEntityCsr: 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/importEntityCsr responses: 200: description: The created resource schema: #/definitions/importEntityCsr 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/importEntityCsr responses: 200: description: The created resource schema: #/definitions/importEntityCsr 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/importEntityCsr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/importEntityCsr/{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/editImportEntityCsr responses: 200: description: Ok schema: #/definitions/editImportEntityCsr 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/importEntityCsr responses: 200: description: Ok schema: #/definitions/importEntityCsr 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/importEntityCsr 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 /csr_movimentacao/entities/importEntityCsr/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/importEntityCsr responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/fileImportCsr: 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/fileImportCsr responses: 200: description: The created resource schema: #/definitions/fileImportCsr 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/fileImportCsr responses: 200: description: The created resource schema: #/definitions/fileImportCsr 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/fileImportCsr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/fileImportCsr/{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/editFileImportCsr responses: 200: description: Ok schema: #/definitions/editFileImportCsr 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/fileImportCsr responses: 200: description: Ok schema: #/definitions/fileImportCsr 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/fileImportCsr 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 /csr_movimentacao/entities/fileImportCsr/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/fileImportCsr responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/lowLevelCode: 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/lowLevelCode responses: 200: description: The created resource schema: #/definitions/lowLevelCode 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/lowLevelCode responses: 200: description: The created resource schema: #/definitions/lowLevelCode 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/lowLevelCode 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/lowLevelCode/{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/editLowLevelCode responses: 200: description: Ok schema: #/definitions/editLowLevelCode 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/lowLevelCode responses: 200: description: Ok schema: #/definitions/lowLevelCode 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/lowLevelCode 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 /csr_movimentacao/entities/lowLevelCode/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/lowLevelCode responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/transactionParam: 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/transactionParam responses: 200: description: The created resource schema: #/definitions/transactionParam 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/transactionParam responses: 200: description: The created resource schema: #/definitions/transactionParam 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/transactionParam 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/transactionParam/{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/editTransactionParam responses: 200: description: Ok schema: #/definitions/editTransactionParam 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/transactionParam responses: 200: description: Ok schema: #/definitions/transactionParam 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/transactionParam 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 /csr_movimentacao/entities/transactionParam/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/transactionParam responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/pendingCostTransfer: 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/pendingCostTransfer responses: 200: description: The created resource schema: #/definitions/pendingCostTransfer 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/pendingCostTransfer responses: 200: description: The created resource schema: #/definitions/pendingCostTransfer 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/pendingCostTransfer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/pendingCostTransfer/{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/editPendingCostTransfer responses: 200: description: Ok schema: #/definitions/editPendingCostTransfer 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/pendingCostTransfer responses: 200: description: Ok schema: #/definitions/pendingCostTransfer 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/pendingCostTransfer 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 /csr_movimentacao/entities/pendingCostTransfer/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pendingCostTransfer responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/costToStockHistory: 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/costToStockHistory responses: 200: description: The created resource schema: #/definitions/costToStockHistory 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/costToStockHistory responses: 200: description: The created resource schema: #/definitions/costToStockHistory 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/costToStockHistory 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/costToStockHistory/{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/editCostToStockHistory responses: 200: description: Ok schema: #/definitions/editCostToStockHistory 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/costToStockHistory responses: 200: description: Ok schema: #/definitions/costToStockHistory 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/costToStockHistory 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 /csr_movimentacao/entities/costToStockHistory/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/costToStockHistory responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/costElement: 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/costElement responses: 200: description: The created resource schema: #/definitions/costElement 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/costElement responses: 200: description: The created resource schema: #/definitions/costElement 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/costElement 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_movimentacao/entities/costElement/{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/editCostElement responses: 200: description: Ok schema: #/definitions/editCostElement 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/costElement responses: 200: description: Ok schema: #/definitions/costElement 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/costElement 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 /csr_movimentacao/entities/costElement/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/costElement responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericErrordefinitions: upDown: type: string enum: – UP – DOWN description: HealthCheck Up or down: * `UP` – Up * `DOWN` – Down workResourceType: type: string enum: – MAN_HOUR – MACHINE_HOUR description: Work Resource Type / Tipo de recurso do trabalho: * `MAN_HOUR` – Man Hour / Hora Homen * `MACHINE_HOUR` – Machine Hour / Hora Maquina lisMod: type: string enum: – VVEP – VVEF – VVES – VESN – VCRE – VCRP – VCRB – VCOO – VCOF – VCOS – VCPE – VCPP – VCPB – VCPM – VCBC – VCBM – VPAT description: Modules for Transaction: * `VVEP` – VVEP * `VVEF` – VVEF * `VVES` – VVES * `VESN` – VESN * `VCRE` – VCRE * `VCRP` – VCRP * `VCRB` – VCRB * `VCOO` – VCOO * `VCOF` – VCOF * `VCOS` – VCOS * `VCPE` – VCPE * `VCPP` – VCPP * `VCPB` – VCPB * `VCPM` – VCPM * `VCBC` – VCBC * `VCBM` – VCBM * `VPAT` – VPAT enumSitReg: type: string enum: – VA – VI description: Registry Situation: * `VA` – VA * `VI` – VI enumTypeRate: type: string enum: – SECTOR – RESOURCE – UNIQUE description: Types Rate: * `SECTOR` – SECTOR * `RESOURCE` – RESOURCE * `UNIQUE` – UNIQUE enumTypeLaborValuation: type: string enum: – PRODUCTIONAPPOINTMENT description: Types of Labor valuation: * `PRODUCTIONAPPOINTMENT` – PRODUCTION APPOINTMENT enumTransformationHeadings1: type: string enum: – LABOR_1 – LABOR_2 – LABOR_3 – LABOR_4 description: Types of Transformation headings 1: * `LABOR_1` – LABOR_1 * `LABOR_2` – LABOR_2 * `LABOR_3` – LABOR_3 * `LABOR_4` – LABOR_4 enumTransformationHeadings2: type: string enum: – TRANSFORMATIONHEADINGS2_1 – TRANSFORMATIONHEADINGS2_2 – TRANSFORMATIONHEADINGS2_3 – TRANSFORMATIONHEADINGS2_4 description: Types of Transformation headings 2: * `TRANSFORMATIONHEADINGS2_1` – TRANSFORMATION HEADINGS 2_1 * `TRANSFORMATIONHEADINGS2_2` – TRANSFORMATION HEADINGS 2_2 * `TRANSFORMATIONHEADINGS2_3` – TRANSFORMATION HEADINGS 2_3 * `TRANSFORMATIONHEADINGS2_4` – TRANSFORMATION HEADINGS 2_4 enumTransformationHeadings3: type: string enum: – TRANSFORMATIONHEADINGS3_1 – TRANSFORMATIONHEADINGS3_2 – TRANSFORMATIONHEADINGS3_3 – TRANSFORMATIONHEADINGS3_4 description: Types of Transformation headings 3: * `TRANSFORMATIONHEADINGS3_1` – TRANSFORMATION HEADINGS 3_1 * `TRANSFORMATIONHEADINGS3_2` – TRANSFORMATION HEADINGS 3_2 * `TRANSFORMATIONHEADINGS3_3` – TRANSFORMATION HEADINGS 3_3 * `TRANSFORMATIONHEADINGS3_4` – TRANSFORMATION HEADINGS3_4 costParticipationStatus: type: string enum: – PARTICIPANT – NOT_PARTICIPANT – PENDING rateType: type: string enum: – UNIQUE – SECTOR – RESOURCE_CENTER enumPeriodType: type: string enum: – E – S description: Enum period type: * `E` – Efetivo * `S` – Simulado enumPeriodSituation: type: string enum: – CLOSED – OPEN – PROCESSED description: Enum period situation: * `CLOSED` – Closed * `OPEN` – Open * `PROCESSED` – Processed enumMovementType: type: string enum: – IN – OUT description: Enum movement type: * `IN` – In * `OUT` – Out enumOperationSituation: type: string enum: – Processado – NaoProcessado – EmEfetivacao – Erro description: Operation situation: * `Processado` – Processado * `NaoProcessado` – Não processado * `EmEfetivacao` – Em processo de efetivação * `Erro` – Erro enumAccountingFact: type: string enum: – ENTRADA_ESTOQUE_MOVIMENTO_MANUAL – SAIDA_ESTOQUE_MOVIMENTO_MANUAL – ENTRADA_ESTOQUE_MOVIMENTO_MANUAL_ESTORNO – SAIDA_ESTOQUE_MOVIMENTO_MANUAL_ESTORNO – FECHAMENTO_ESTOQUE – MOVIMENTACAO_LOGICA – ENTRADA_ESTOQUE_NOTA_FISCAL – SAIDA_ESTOQUE_NOTA_FISCAL – ENTRADA_ESTOQUE_NOTA_FISCAL_ESTORNO – SAIDA_ESTOQUE_NOTA_FISCAL_ESTORNO – ENTRADA_ESTOQUE_PRODUCAO – SAIDA_ESTOQUE_PRODUCAO – ENTRADA_ESTOQUE_PRODUCAO_ESTORNO – SAIDA_ESTOQUE_PRODUCAO_ESTORNO – ENTRADA_ESTOQUE_DEVOLUCAO_REQUISICAO – SAIDA_ESTOQUE_REQUISICAO – ENTRADA_ESTOQUE_INVENTARIO – SAIDA_ESTOQUE_INVENTARIO – ENTRADA_ESTOQUE_INVENTARIO_ESTORNO – SAIDA_ESTOQUE_INVENTARIO_ESTORNO description: Enum Accounting Fact | enumFatoContabil | Enumeração de fatos contábeis: * `ENTRADA_ESTOQUE_MOVIMENTO_MANUAL` – Entrada estoque movimento manual * `SAIDA_ESTOQUE_MOVIMENTO_MANUAL` – Saída estoque movimento manual * `ENTRADA_ESTOQUE_MOVIMENTO_MANUAL_ESTORNO` – Entrada estoque movimento manual – estorno * `SAIDA_ESTOQUE_MOVIMENTO_MANUAL_ESTORNO` – Saída estoque movimento manual – estorno * `FECHAMENTO_ESTOQUE` – Fechamento de estoques * `MOVIMENTACAO_LOGICA` – Movimentação lógica * `ENTRADA_ESTOQUE_NOTA_FISCAL` – Entrada estoque nota fiscal * `SAIDA_ESTOQUE_NOTA_FISCAL` – Saída estoque nota fiscal * `ENTRADA_ESTOQUE_NOTA_FISCAL_ESTORNO` – Entrada estoque nota fiscal – estorno * `SAIDA_ESTOQUE_NOTA_FISCAL_ESTORNO` – Saída estoque nota fiscal – estorno * `ENTRADA_ESTOQUE_PRODUCAO` – Entrada estoque produção * `SAIDA_ESTOQUE_PRODUCAO` – Saída estoque produção * `ENTRADA_ESTOQUE_PRODUCAO_ESTORNO` – Entrada estoque produção – estorno * `SAIDA_ESTOQUE_PRODUCAO_ESTORNO` – Saída estoque produção – estorno * `ENTRADA_ESTOQUE_DEVOLUCAO_REQUISICAO` – Entrada estoque devolução requisição * `SAIDA_ESTOQUE_REQUISICAO` – Saída estoque requisição * `ENTRADA_ESTOQUE_INVENTARIO` – Entrada estoque inventário * `SAIDA_ESTOQUE_INVENTARIO` – Saída estoque inventário * `ENTRADA_ESTOQUE_INVENTARIO_ESTORNO` – Entrada estoque inventário – estorno * `SAIDA_ESTOQUE_INVENTARIO_ESTORNO` – Saída estoque inventário – estorno enumOccurrenceOrigin: type: string enum: – MOVEMENT – CONFIGURATION – OTHER – BALANCE – APPOINTMENT description: Occurrence origin: * `MOVEMENT` – MOVEMENT * `CONFIGURATION` – CONFIGURATION * `OTHER` – OTHER * `BALANCE` – BALANCE * `APPOINTMENT` – APPOINTMENT enumImportStatus: type: string enum: – PENDING – PROCESSING – IMPORTED – CANCELED description: Import Status: * `PENDING` – Pending * `PROCESSING` – Processing * `IMPORTED` – Imported * `CANCELED` – Canceled enumStockMovementProcessedStatus: type: string enum: – PROCESSED – INTEGRATED – ALL enumCostTransferStatus: type: string enum: – PENDING – PROCESSED – NOT_PROCESSED description: Status of transfer of cost values to Stock: * `PENDING` – Pending * `PROCESSED` – Processed successfully * `NOT_PROCESSED` – Processed with errors enumTypeOrder: type: string enum: – ASC – DESC description: Enumeration for sort type: * `ASC` – Sort type – Ascending * `DESC` – Sort type – Descending; enumLabelTax: type: string enum: – LABOR – DIRECT_LABOR – INDIRECT_LABOR – DEPRECIATION – ELECTRICITY – WATER – MANUFACTURING_OVERHEADS – RENT – AMORTIZATION enumResourceType: type: string enum: – EQUIPMENT – PRODUCTION_CELL – THIRD_PARTY enumAttributionType: type: string enum: – DIRECT – INDIRECT description: Tipo de Atribuição de Custo: * `DIRECT` – Direto * `INDIRECT` – Indireto enumVariationType: type: string enum: – FIXED – VARIABLE description: Tipo de Variação: * `FIXED` – Fixo * `VARIABLE` – Variável enumTransformationHeadings: type: string enum: – LABOR – DIRECT_LABOR – INDIRECT_LABOR – DEPRECIATION – ELECTRICITY – WATER – MANUFACTURING_OVERHEADS – RENT – AMORTIZATION description: Transformation Headings | Cabeçalhos de transformação: * `LABOR` – Labor * `DIRECT_LABOR` – Direct Labor * `INDIRECT_LABOR` – Indirect Labor * `DEPRECIATION` – Depreciation * `ELECTRICITY` – Electricity * `WATER` – Water * `MANUFACTURING_OVERHEADS` – Manufacturing Overheads * `RENT` – Rent * `AMORTIZATION` – Amortization userNotificationKind: type: string enum: – Operational – Management – News description: User notification kind.: * `Operational` – Operational * `Management` – Management * `News` – News userNotificationPriority: type: string enum: – Error – Alert – None description: User notification priority.: * `Error` – Error * `Alert` – Alert * `None` – None eventEmailFormat: type: string enum: – HTML – PLAIN_TEXT description: Format of the email: * `HTML` – Html * `PLAIN_TEXT` – Plain Text fieldType: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME description: FieldType: * `BINARY` – Binary * `BOOLEAN` – Boolean * `DATE` – Date * `DATETIME` – Datetime * `LOCALDATETIME` – Localdatetime * `DOUBLE` – Double * `ENUM` – Enum * `INTEGER` – Integer * `MONEY` – Money * `STRING` – String * `TIME` – Time fileFormat: type: string enum: – CSV – FLAT – JSON – XML description: FileFormat: * `CSV` – Csv * `FLAT` – Flat * `JSON` – Json * `XML` – Xml hookFunction: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE description: HookFunction: * `BEFORE_PARSE` – Before parse * `BEFORE_CONVERSION` – Before conversion * `ON_ERROR` – On error * `VALIDATE` – Validate eventType: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START description: EventType: * `CHUNK` – Chunk * `DOWNLOAD` – Download * `ERROR` – Error * `FINISH` – Finish * `START` – Start errorStrategy: type: string enum: – CALL_SCRIPT – IGNORE – STOP description: ErrorStrategy: * `CALL_SCRIPT` – Call script * `IGNORE` – Ignore * `STOP` – Stop status: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING description: Status: * `DONE` – Done * `DONE_WITH_ERRORS` – Done with errors * `DOWNLOADING` – Downloading * `ERROR` – Error * `NOT_STARTED` – Not started * `RUNNING` – Running errorType: type: string enum: – CONVERT_ERROR – SERVICE_ERROR description: ErrorType: * `CONVERT_ERROR` – Convert error * `SERVICE_ERROR` – Service error 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 uniqueRateRecord: description: Tax default data /Record padrão de taxa discriminator: _discriminator type: object required: – company – branch – period – laborRate – fixedExpensesRate – _discriminator properties: entityId: type: string description: Entity Id company: type: string description: Company reference branch: type: string description: Branch reference period: type: string description: Time period reference laborRate: type: number format: double description: Labor rate value fixedExpensesRate: type: number format: double description: Fixed expenses value othersRate1: type: number format: double description: Other rate value othersRate2: type: number format: double description: Other rate value othersRate3: type: number format: double description: Other rate value othersRate4: type: number format: double description: Other rate value _discriminator: type: string description: sectorRateRecord: description: Sector rate that extends from uniqueRate / Taxa do setor que extende de taxa unica allOf: – #/definitions/uniqueRateRecord – type: object required: – sectorId – resourceWorkType properties: sectorId: type: string description: Sector reference resourceWorkType: type: string allOf: – #/definitions/workResourceType description: Resource work type resourceDescription: type: string description: Resource description resourceCenterRateRecord: description: Resource Center rate that extends from uniqueRate /Taxa do centro de recurso, que extende de taxa unica allOf: – #/definitions/uniqueRateRecord – type: object required: – resourceCenterId – resourceWorkType properties: resourceCenterId: type: string description: resource center reference resourceWorkType: type: string allOf: – #/definitions/workResourceType description: Resource work type productFamilyRecord: description: Product Family Record type: object properties: entityId: type: string description: Entity id company: type: string description: company reference branch: type: string description: branch reference familyCode: type: string description: family code familyDescription: type: string description: family description originCode: type: string description: product origin code originDescription: type: string description: product origin description isExcluded: type: boolean description: isActive check costParticipation: type: boolean description: costParticipation check recResourceCenter: description: Record of resource center / Registro do crentro de recurso type: object required: – company – resourceCenterId – description properties: company: type: string description: Company companyCode: type: integer format: int64 description: Company code branch: type: string description: Branch branchCode: type: integer format: int64 description: Branch code resourceCenterId: type: integer format: int64 description: Resource center identifier description: type: string description: Description originRec: description: type: object required: – originCode – originDescription properties: originCode: type: string description: originDescription: type: string description: periodRecord: description: Period Record type: object required: – company – companyCode – branch – branchCode – periodCode properties: id: type: string description: Entity Id company: type: string description: Company reference companyCode: type: integer format: int64 description: Company code branch: type: string description: Branch reference branchCode: type: integer format: int64 description: Branch code periodCode: type: integer format: int64 description: Period Code initialDate: type: string format: date description: Initial Date finalDate: type: string format: date description: Final date periodSituation: type: string allOf: – #/definitions/enumPeriodSituation description: Closed period periodType: type: string description: Perido type accountingClosingParametersRecord: description: type: object required: – company – branch – period properties: id: type: string description: ID company: type: string description: Company / Empresa branch: type: string description: Branch / Filial period: type: string description: Period / Periodo workResourceType: type: string allOf: – #/definitions/enumTypeLaborValuation description: Work Resource Type / Tipo de Recurso Produtivo rateType: type: string allOf: – #/definitions/enumTypeRate description: Rate Type / Tipo de Taxa balanceInitialization: type: boolean description: Initialize Balance Check / Inicializa Saldo Check default: false movementTransference: type: boolean description: Movement Transference Check / Transferencia de Movimentacao Check default: false processingTransference: type: boolean description: Benefit Transference Check / Transferencia de Beneficiamento Check default: false appointmentTransference: type: boolean description: Appointment Transference Check / Transferencia de Apontamento Check default: false appointmentValorization: type: boolean description: Appointment Valorization Check / Valorizacao de Apontamento Check default: false accountingClosing: type: boolean description: Accounting Closing Check / Fechamento Check default: false errorReprocess: type: boolean description: Error Reprocess Check / Reprocessa Erro Check default: false appointmentRecord: description: Appointment Record type: object required: – companyCode – branchCode – product – order – operation – operator – resourceCenterCode – resourceWCenterCode – productionLogDate properties: id: type: string description: Entity Id company: type: string description: Company reference companyCode: type: integer format: int64 description: Company cide branch: type: string description: Branch reference branchCode: type: integer format: int64 description: Branch Code product: type: string description: product order: type: string description: Order ID operation: type: string description: Operation ID operator: type: string description: Operator ID resourceCenter: type: string description: Resource Center ID resourceCenterCode: type: string description: Resouce Center Code resourceWorkCenter: type: string description: Resource WorkCenter ID resourceWCenterCode: type: string description: Resource Work Center productionLogDate: type: string format: date description: Date movementType: type: string allOf: – #/definitions/enumMovementType description: Type Movement – IN/OUT quantityOfHour: type: string description: Production Hours minimum: 0.00000000 maximum: 9999999999.99999999 quantity: type: string description: Quantity Produced/Purchased minimum: 0.00000000 maximum: 9999999999.99999999 productionOrderRecord: description: type: object required: – companyUUID – branchUUID – branchCode – orderNumber – productUUID – expectedQuantity – producedQuantity – orderStatus – dateCreation properties: companyUUID: type: string description: companyCode: type: string description: branchUUID: type: string description: branchCode: type: string description: orderNumber: type: string description: orderType: type: string description: productUUID: type: string description: skuId: type: string description: expectedQuantity: type: string description: producedQuantity: type: string description: refusedQuantity: type: string description: balance: type: string description: orderStatus: type: string description: dateCreation: type: string format: date description: dateFinished: type: string format: date description: dateCanceled: type: string format: date description: replicateRecord: description: type: object required: – idFrom – idTo – unique – resource – resourceCenter – companyId – branchId properties: idFrom: type: string description: idTo: type: string description: unique: type: boolean description: resource: type: boolean description: resourceCenter: type: boolean description: companyId: type: string description: branchId: type: string description: appointmentSearchInput: description: type: object required: – companyCode – branchCode properties: companyCode: type: string description: branchCode: type: string description: initialDate: type: string format: date description: finalDate: type: string format: date description: productCode: type: array items: type: string description: orders: type: array items: type: string description: appointmentDTO: description: type: object required: – productionOrderCode – productCode – productDescription – productFamily – accountDefinition – measureUnit – resourceCenter – resourceWorkCenter – producedItens – productionHours – resourceType properties: productionOrderCode: type: string description: productCode: type: string description: productDescription: type: string description: productFamily: type: string description: accountDefinition: type: string description: measureUnit: type: string description: resourceCenter: type: string description: resourceWorkCenter: type: string description: producedItens: type: string description: productionHours: type: string description: resourceType: type: string allOf: – #/definitions/workResourceType description: searchParamsOrder: description: type: object required: – field – order properties: field: type: string description: order: type: integer format: int64 description: searchParams: description: type: object required: – page – size – sort properties: page: type: integer format: int64 description: size: type: integer format: int64 description: sort: type: array items: type: object allOf: – #/definitions/searchParamsOrder minimum: 1 description: processedAppointmentSearchInput: description: type: object required: – companyCode – branchCode properties: companyCode: type: string description: branchCode: type: string description: initialDate: type: string format: date description: finalDate: type: string format: date description: orders: type: array items: type: string description: processedAppointmentDTO: description: type: object required: – productionOrderCode – transaction – appointmentQuantity – appointmentQuantityOfHour – expenseValue1 – expenseValue2 – expenseValue3 – expenseValue4 – expenseValue5 – expenseValue6 properties: productionOrderCode: type: string description: transaction: type: string description: appointmentQuantity: type: string description: appointmentQuantityOfHour: type: string description: expenseValue1: type: string description: expenseValue2: type: string description: expenseValue3: type: string description: expenseValue4: type: string description: expenseValue5: type: string description: expenseValue6: type: string description: stockMovementRecord: description: type: object required: – lowLevelCode properties: stockMovementId: type: string maxLength: 36 description: transaction: type: object allOf: – #/definitions/transaction description: Transaction | e202mov | e001tns product: type: object allOf: – #/definitions/product description: Product ID | e075der | e075der period: type: object allOf: – #/definitions/period description: Product ID | e075der | e075der lowLevelCode: type: integer format: int64 description: product low level code movementType: type: string allOf: – #/definitions/enumMovementType description: Type Movement – IN/OUT documentNumber: type: string maxLength: 10 description: Document number documentDate: type: string format: date description: Document Date movementDate: type: string format: date-time description: Movement date | e202ope | datope | Data da operação movementQuantity: type: string description: Quantity Produced/Purchased || minimum: 0.00000000 maximum: 9999999999.99999999 movementValue: type: string description: Movement Value | e202vlr | vlrMov | Valor do movimento minimum: 0.00000000 maximum: 9999999999.99999999 processedSituation: type: string allOf: – #/definitions/enumStockMovementProcessedStatus description: processed Situation recPageRequest: description: Defines the query pagination type: object required: – size – offset properties: size: type: integer format: int64 description: Page number minimum: 1 offset: type: integer format: int64 description: Number of records per page minimum: 0 orderBy: type: array items: type: object allOf: – #/definitions/recFieldsOrderBy description: Query ordering recPageResponse: description: Response pagination data type: object required: – totalElements – totalPages properties: totalElements: type: integer format: int64 description: Total number of records totalPages: type: integer format: int64 description: Total number of pages recFieldsOrderBy: description: Defines the record with the data of the fields to be sorted type: object required: – field – order properties: field: type: string description: Name of the field to be sorted order: type: string allOf: – #/definitions/enumTypeOrder description: Field sort order type (ASC / DESC) genericRecord: description: Generic record for entities type: object properties: id: type: string description: Id code: type: string description: Code description: type: string description: Description label: type: string description: Label (code + description) recProductionOrder: description: Production order type: object required: – companyId – branchId – transactionId – costMovementId – depositId – periodId – periodCode – family – product – measureUnit – orderNumber – quantity – referenceUnitCost – referenceTotalCost – actualUnitCost – actualTotalCost – costDifference properties: companyId: type: string description: Company Identifier branchId: type: string description: Branch Identifier transactionId: type: string description: Transaction Identifier costMovementId: type: string description: Movement identifier depositId: type: string description: Deposit identifier periodId: type: string description: Period identifier periodCode: type: integer format: int64 description: Period code family: type: object allOf: – #/definitions/genericRecord description: Family product: type: object allOf: – #/definitions/genericRecord description: Product measureUnit: type: string description: Measure unit orderNumber: type: string description: Order number quantity: type: string description: Quantity referenceUnitCost: type: string description: Reference unit cost referenceTotalCost: type: string description: Reference total cost actualUnitCost: type: string description: Actual unit cost actualTotalCost: type: string description: Actual total cost costDifference: type: string description: Cost difference pendingCostTransferWithProduct: description: Pending cost transfer with product info type: object required: – product – pendingCostTransfer properties: product: type: object allOf: – #/definitions/genericRecord description: Product info pendingCostTransfer: type: object allOf: – #/definitions/pendingCostTransfer description: Pending cost transfer company: description: Company type: object required: – companyCode – companyName – tradeName properties: id: type: string format: uuid description: Entity id companyCode: type: integer format: int64 description: Company code minimum: 0 maximum: 9999 companyName: type: string maxLength: 100 description: Company Name tradeName: type: string maxLength: 100 description: Company trade name isExcluded: type: boolean description: is active check default: false created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editCompany: type: object required: – id allOf: – #/definitions/company branch: description: Branch type: object required: – company – branchCode – branchName – tradeName properties: id: type: string format: uuid description: Entity Id company: type: object allOf: – #/definitions/company description: Company branchCode: type: integer format: int64 description: Branch code minimum: 0 maximum: 9999 branchName: type: string maxLength: 100 description: branch name tradeName: type: string maxLength: 100 description: branch trade name isExcluded: type: boolean description: is active check default: false created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editBranch: type: object required: – id allOf: – #/definitions/branch productFamily: description: Product Family type: object required: – company – familyCode – familyDescription – originCode – originDescription – isExcluded properties: id: type: string format: uuid description: Entity code company: type: object allOf: – #/definitions/company description: company reference branch: type: object allOf: – #/definitions/branch description: branch reference familyCode: type: string description: family code familyDescription: type: string description: family description originCode: type: string description: product origin code originDescription: type: string description: product origin description isExcluded: type: boolean description: isActive check costParticipation: type: string allOf: – #/definitions/costParticipationStatus description: costParticipation condition created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editProductFamily: type: object required: – id allOf: – #/definitions/productFamily baseRate: description: Wildcard for rates type: object required: – company – branch – period – rateType properties: id: type: string format: uuid description: Entity Id company: type: object allOf: – #/definitions/company description: Company branch: type: object allOf: – #/definitions/branch description: Branch period: type: object allOf: – #/definitions/period description: Period rateType: type: string allOf: – #/definitions/rateType description: Rate type created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editBaseRate: type: object required: – id allOf: – #/definitions/baseRate sectorRate: description: Sector Rate / Taxa por setor type: object required: – company – branch – sectorId – period – resourceType – laborRate – fixedExpensesRate properties: id: type: string format: uuid description: database uuid company: type: object allOf: – #/definitions/company description: Company reference branch: type: object allOf: – #/definitions/branch description: Branch reference sectorId: type: object allOf: – #/definitions/resourceWorkCenter description: Sector reference period: type: object allOf: – #/definitions/period description: Time period reference resourceType: type: string allOf: – #/definitions/workResourceType description: Work resource type laborRate: type: number format: double description: Labor rate value fixedExpensesRate: type: number format: double description: Fixed expense value othersRate1: type: number format: double description: Other rate values othersRate2: type: number format: double description: Other rate values othersRate3: type: number format: double description: Other rate values othersRate4: type: number format: double description: Other rate values resourceDescription: type: string description: Resource description created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editSectorRate: type: object required: – id allOf: – #/definitions/sectorRate resourceCenterRate: description: Resource center rate / Taxa por centro de recurso type: object required: – company – branch – resourceCenterId – period – resourceType – laborRate – fixedExpensesRate properties: id: type: string format: uuid description: Table Entity Id company: type: object allOf: – #/definitions/company description: Company reference branch: type: object allOf: – #/definitions/branch description: Branch reference resourceCenterId: type: object allOf: – #/definitions/resourceCenter description: Resource center reference period: type: object allOf: – #/definitions/period description: Time period reference resourceType: type: string allOf: – #/definitions/workResourceType description: Work resource type laborRate: type: number format: double description: Labor rate value fixedExpensesRate: type: number format: double description: Fixed expenses value othersRate1: type: number format: double description: Other rate value othersRate2: type: number format: double description: Other rate value othersRate3: type: number format: double description: Other rate value othersRate4: type: number format: double description: Other rate value created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editResourceCenterRate: type: object required: – id allOf: – #/definitions/resourceCenterRate uniqueRate: description: Unique rate entity / entidade taxa unica type: object required: – company – branch – period – laborRate – fixedExpensesRate properties: id: type: string format: uuid description: Table Entity Id company: type: object allOf: – #/definitions/company description: Company reference branch: type: object allOf: – #/definitions/branch description: Branch reference period: type: object allOf: – #/definitions/period description: Time period reference laborRate: type: number format: double description: Labor rate value fixedExpensesRate: type: number format: double description: Fixed expenses value othersRate1: type: number format: double description: Other rate value othersRate2: type: number format: double description: Other rate value othersRate3: type: number format: double description: Other rate value othersRate4: type: number format: double description: Other rate value created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editUniqueRate: type: object required: – id allOf: – #/definitions/uniqueRate resourceCenter: description: Resource center / Centro de recursos type: object required: – resourceCenterId – resourceCenterCode – company – description properties: id: type: string format: uuid description: Table unique identifier resourceCenterId: type: integer format: int64 description: Resource center identifier resourceCenterCode: type: string description: Resource center original Code company: type: object allOf: – #/definitions/company description: Company reference companyCode: type: integer format: int64 description: Company code branchCode: type: integer format: int64 description: Branch code branch: type: object allOf: – #/definitions/branch description: Branch reference description: type: string description: Description resourceCenterType: type: string allOf: – #/definitions/enumResourceType description: Resource center type created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editResourceCenter: type: object required: – id allOf: – #/definitions/resourceCenter inventoryValuationMethods: description: Register of inventory valuation methods type: object required: – methodId – company – branch – description – details – closingSequence properties: id: type: string format: uuid description: Inventory valuation method id methodId: type: integer format: int64 description: Identifier of inventory valuation method company: type: integer format: int64 description: Company reference branch: type: integer format: int64 description: Branch reference description: type: string description: Description of inventory valuation method details: type: string description: Details of inventory valuation method closingSequence: type: integer format: int64 description: Closing sequence created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editInventoryValuationMethods: type: object required: – id allOf: – #/definitions/inventoryValuationMethods transaction: description: Transaction Entity type: object required: – company – transactionCode – transactionDescription – module – situation properties: id: type: string format: uuid description: Entity Id company: type: object allOf: – #/definitions/company description: Company Reference branch: type: object allOf: – #/definitions/branch description: Branch Reference transactionCode: type: string maxLength: 5 description: Transaction Code transactionDescription: type: string maxLength: 60 description: Transaction Description inventoryValuationMethods: type: object allOf: – #/definitions/inventoryValuationMethods description: inventoryValuationMethods module: type: string allOf: – #/definitions/lisMod description: Modules typeValuation: type: string description: type of valuation optimizeCost: type: boolean description: optimize cost situation: type: string allOf: – #/definitions/enumSitReg description: Transaction Situation isExcluded: type: boolean description: Is Excluded Validation default: false created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editTransaction: type: object required: – id allOf: – #/definitions/transaction parameter: description: Paramete / Parametro type: object required: – company – branch – controlBalanceByProductionOrder – controlBalanceByItem – typeRate – typeLaborValuation properties: id: type: string format: uuid description: Entity Id company: type: object allOf: – #/definitions/company description: Company reference branch: type: object allOf: – #/definitions/branch description: Branch reference controlBalanceByProductionOrder: type: boolean description: Control balance by production order controlBalanceByItem: type: boolean description: Control balance by item typeRate: type: string allOf: – #/definitions/enumTypeRate description: type of rate typeLaborValuation: type: string allOf: – #/definitions/enumTypeLaborValuation description: type of labor valuation transformationHeadings1: type: string description: Label Transformation Headings 1 transformationHeadings2: type: string description: Label Transformation Headings 2 transformationHeadings3: type: string description: Label Transformation Headings 3 transformationHeadings4: type: string description: Label Transformation Headings 4 transformationHeadings5: type: string description: Label Transformation Headings 5 transformationHeadings6: type: string description: Label Transformation Headings 6 transactionsCalculation: type: array items: type: object allOf: – #/definitions/transactionCalculation description: Transactions Calculation created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editParameter: type: object required: – id allOf: – #/definitions/parameter transactionCalculation: description: Transaction Calculation type: object required: – transactionCode – transactionName – transactionType – transactionDescription properties: id: type: string format: uuid description: Entity Id transactionCode: type: integer format: int64 description: Transaction code transactionName: type: string description: Transaction name transactionType: type: string description: Transaction type transactionDescription: type: string description: Transaction description parameter: type: object allOf: – #/definitions/parameter description: created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editTransactionCalculation: type: object required: – id allOf: – #/definitions/transactionCalculation transactionByInventory: description: Transaction by InventoryValuationMethods type: object required: – inventoryValuationMethods – transaction properties: id: type: string format: uuid description: Entity Id inventoryValuationMethods: type: object allOf: – #/definitions/inventoryValuationMethods description: inventoryValuationMethods transaction: type: object allOf: – #/definitions/transaction description: transaction created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editTransactionByInventory: type: object required: – id allOf: – #/definitions/transactionByInventory sequenceClosing: description: Sequence Closing type: object required: – sequence – description properties: id: type: string format: uuid description: Entity Id sequence: type: integer format: int64 description: sequence description: type: string description: description created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editSequenceClosing: type: object required: – id allOf: – #/definitions/sequenceClosing origin: description: Origin type: object required: – company – originCode – originDescription properties: id: type: string format: uuid description: Entity Id company: type: object allOf: – #/definitions/company description: Company Reference originCode: type: string description: Origin Code originDescription: type: string description: Origin Description isExcluded: type: boolean description: Is Excluded Validation default: false created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editOrigin: type: object required: – id allOf: – #/definitions/origin resourceWorkCenter: description: Resource Work Center Entity (Imported from eng-engenharia) type: object required: – resourceId – resourceCode – resourceDescription – resourceCenterId – resourceCenterCode – companyCode – branchCode properties: id: type: string format: uuid description: EntityId resourceId: type: integer format: int64 description: resource Id resourceCode: type: string description: resource code resourceDescription: type: string description: resource description resourceCenterId: type: integer format: int64 description: resourceCenter Id resourceCenterCode: type: string description: resourceCenterCode company: type: object allOf: – #/definitions/company description: company reference companyCode: type: integer format: int64 description: company reference code branch: type: object allOf: – #/definitions/branch description: branch reference branchCode: type: integer format: int64 description: branch reference code isExcluded: type: boolean description: isExcluded check default: false resourceCenter: type: object allOf: – #/definitions/resourceCenter description: resourceCenter UUID reference created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editResourceWorkCenter: type: object required: – id allOf: – #/definitions/resourceWorkCenter period: description: Period / Período type: object required: – company – companyCode – branch – branchCode – periodCode – initialDate – finalDate – periodSituation – periodType properties: id: type: string format: uuid description: Entity Id company: type: object allOf: – #/definitions/company description: Company reference companyCode: type: integer format: int64 description: company reference code branch: type: object allOf: – #/definitions/branch description: Branch reference branchCode: type: integer format: int64 description: branch reference code periodCode: type: integer format: int64 description: Period Code initialDate: type: string format: date description: Initial Date finalDate: type: string format: date description: Final date periodSituation: type: string allOf: – #/definitions/enumPeriodSituation description: Period situation periodType: type: string allOf: – #/definitions/enumPeriodType description: Period type created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editPeriod: type: object required: – id allOf: – #/definitions/period product: description: Product type: object required: – company – productCode – productDescription – situation – productFamily – measure – isExcluded – isImported properties: id: type: string format: uuid description: EntityId company: type: object allOf: – #/definitions/company description: Company reference branch: type: object allOf: – #/definitions/branch description: Branch reference productCode: type: string maxLength: 25 description: Product code productDescription: type: string maxLength: 100 description: Product description situation: type: string allOf: – #/definitions/enumSitReg description: Product situation productFamily: type: object allOf: – #/definitions/productFamily description: Family ID measure: type: string maxLength: 25 description: Measure Code isExcluded: type: boolean description: Is Excluded? isImported: type: boolean description: Is Imported? costValue: type: string description: Cost Value minimum: 0.00000000 maximum: 9999999999.99999999 created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editProduct: type: object required: – id allOf: – #/definitions/product occurrence: description: occurrence | inconsistency type: object required: – occurrenceCode – occurrenceMessage – solutionMessage properties: id: type: string format: uuid description: EntityId occurrenceCode: type: integer format: int64 description: Code | ID occurrenceMessage: type: string description: Occurrence Message solutionMessage: type: string description: Solution Message occurrenceOrigin: type: string allOf: – #/definitions/enumOccurrenceOrigin description: Occurence origin created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: costMovement: description: Movements type: object required: – company – branch – period – productFamily – product – lowLevelCode – documentNumber – movementDate – transaction – movementType – quantity – quantityOfHour – nationalMaterialValue – importedMaterialValue – processingValue – freightValue – expenseValue1 – expenseValue2 – expenseValue3 – expenseValue4 – expenseValue5 – expenseValue6 – processingSequence – sequenceProcessed properties: id: type: string format: uuid description: EntityId company: type: object allOf: – #/definitions/company description: Company branch: type: object allOf: – #/definitions/branch description: Branch period: type: object allOf: – #/definitions/period description: Period stockMovement: type: object allOf: – #/definitions/stockMovement description: Stock Movement ID productFamily: type: object allOf: – #/definitions/productFamily description: Family ID product: type: object allOf: – #/definitions/product description: Product ID lowLevelCode: type: integer format: int64 description: Low Level Code Product documentNumber: type: string maxLength: 10 description: Document number documentDate: type: string format: date description: Document Date movementDate: type: string format: date description: Movement date transaction: type: object allOf: – #/definitions/transaction description: Transaction ID movementType: type: string allOf: – #/definitions/enumMovementType description: Type Movement – IN/OUT quantity: type: string description: Quantity Produced/Purchased minimum: 0.00000000 maximum: 9999999999.99999999 quantityOfHour: type: string description: Production Hours minimum: 0.00000000 maximum: 9999999999.99999999 nationalMaterialValue: type: string description: National Material Value minimum: 0.00000000 maximum: 9999999999.99999999 importedMaterialValue: type: string description: Imported Material Value minimum: 0.00000000 maximum: 9999999999.99999999 processingValue: type: string description: Processing Value minimum: 0.00000000 maximum: 9999999999.99999999 freightValue: type: string description: Freight Value minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue1: type: string description: Expense Value 1 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue2: type: string description: Expense Value 2 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue3: type: string description: Expense Value 3 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue4: type: string description: Expense Value 4 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue5: type: string description: Expense Value 5 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue6: type: string description: Expense Value 6 minimum: 0.00000000 maximum: 9999999999.99999999 processingSequence: type: integer format: int64 description: Processing Sequence occurrence: type: object allOf: – #/definitions/occurrence description: Occurrence sequenceProcessed: type: integer format: int64 description: Sequence Processed appointment: type: object allOf: – #/definitions/appointment description: Appointment origin Id created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editCostMovement: type: object required: – id allOf: – #/definitions/costMovement stockMovement: description: Movements type: object properties: id: type: string format: uuid description: EntityId | company: type: object allOf: – #/definitions/company description: Company branch: type: object allOf: – #/definitions/branch description: Branch stockMovementId: type: string maxLength: 36 description: Stock Movement ID | e202mov | id transaction: type: object allOf: – #/definitions/transaction description: Transaction | e202mov | e001tns product: type: object allOf: – #/definitions/product description: Product ID | e075der | e075der movementType: type: string allOf: – #/definitions/enumMovementType description: Type Movement – IN/OUT documentNumber: type: string maxLength: 10 description: Document number documentDate: type: string format: date description: Document Date movementDate: type: string format: date-time description: Movement date | e202ope | datope | Data da operação movementQuantity: type: string description: Quantity Produced/Purchased || minimum: 0.00000000 maximum: 9999999999.99999999 movementValue: type: string description: Movement Value | e202vlr | vlrMov | Valor do movimento minimum: 0.00000000 maximum: 9999999999.99999999 accountingFact: type: string allOf: – #/definitions/enumAccountingFact description: Accounting fact | e202ope | fatOri | Origem do fato contábil depositId: type: string description: Deposit Id | Id do depósito created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editStockMovement: type: object required: – id allOf: – #/definitions/stockMovement accountingClosingParameters: description: Accounting Closing Parameters / Parametros do Fechamento type: object required: – closingCode – closingDescription – company – branch – period – workResourceType – rateType – balanceInitialization – movementTransference – processingTransference – appointmentTransference – appointmentValorization – accountingClosing – errorReprocess properties: id: type: string format: uuid description: EntityId closingCode: type: integer format: int64 description: Accouting Closing Code / Codigo do Fechamento closingDescription: type: string description: Accounting Closing Description / Descrição do Fechamento company: type: object allOf: – #/definitions/company description: Company / Empresa branch: type: object allOf: – #/definitions/branch description: Branch / Filial period: type: object allOf: – #/definitions/period description: Period / Periodo workResourceType: type: string allOf: – #/definitions/enumTypeLaborValuation description: Work Resource Type / Tipo de Recurso Produtivo rateType: type: string allOf: – #/definitions/enumTypeRate description: Rate Type / Tipo de Taxa balanceInitialization: type: boolean description: Initialize Balance Check / Inicializa Saldo Check movementTransference: type: boolean description: Movement Transference Check / Transferencia de Movimentacao Check processingTransference: type: boolean description: Benefit Transference Check / Transferencia de Beneficiamento Check appointmentTransference: type: boolean description: Appointment Transference Check / Transferencia de Apontamento Check appointmentValorization: type: boolean description: Appointment Valorization Check / Valorizacao de Apontamento Check accountingClosing: type: boolean description: Accounting Closing Check / Fechamento Check errorReprocess: type: boolean description: Error Reprocess Check / Reprocessa Erro Check created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editAccountingClosingParameters: type: object required: – id allOf: – #/definitions/accountingClosingParameters appointment: description: Entity appoitment type: object required: – companyCode – branchCode – product – order – operation – resourceCenterCode – resourceWkCenterCode – productionLogDate properties: id: type: string format: uuid description: EntityId company: type: object allOf: – #/definitions/company description: Company companyCode: type: string description: Company code branch: type: object allOf: – #/definitions/branch description: Branch branchCode: type: string description: Branch code product: type: string description: Product ID order: type: string description: Order ID operation: type: string description: Operation ID operator: type: string description: Operator ID resourceCenter: type: object allOf: – #/definitions/resourceCenter description: Resource Center ID resourceCenterCode: type: string description: Resource Center code resourceWorkCenter: type: object allOf: – #/definitions/resourceWorkCenter description: Resource WorkCenter ID resourceWkCenterCode: type: string description: Resource Work Center code productionLogDate: type: string format: date description: Date movementType: type: string allOf: – #/definitions/enumMovementType description: Type Movement – IN/OUT quantityOfHour: type: string description: Production Hours minimum: 0.00000000 maximum: 9999999999.99999999 quantity: type: string description: Quantity Produced/Purchased minimum: 0.00000000 maximum: 9999999999.99999999 appointmentOriginId: type: integer format: int64 description: Original Unique Identifier workResourceType: type: string allOf: – #/definitions/workResourceType description: resourceType created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editAppointment: type: object required: – id allOf: – #/definitions/appointment balanceByProduct: description: Entity balance by product type: object required: – company – branch – period – productFamily – product – quantity – quantityOfHour – nationalMaterialValue – importedMaterialValue – processingValue – expenseValue1 – expenseValue2 – expenseValue3 – expenseValue4 – expenseValue5 – expenseValue6 – unitQuantityOfHour – unitNationalMaterialValue – unitImportedMaterialValue – unitProcessingValue – unitExpenseValue1 – unitExpenseValue2 – unitExpenseValue3 – unitExpenseValue4 – unitExpenseValue5 – unitExpenseValue6 – directQuantityOfHour – directProcessingValue – directExpenseValue1 – directExpenseValue2 – directExpenseValue3 – directExpenseValue4 – directExpenseValue5 – directExpenseValue6 – directUnitQuantityOfHour – directUnitProcessingValue – directUnitExpenseValue1 – directUnitExpenseValue2 – directUnitExpenseValue3 – directUnitExpenseValue4 – directUnitExpenseValue5 – directUnitExpenseValue6 – initialQuantity – initialQuantityOfHour – initialNationalMaterialValue – initialImportedMaterialValue – initialProcessingValue – initialExpenseValue1 – initialExpenseValue2 – initialExpenseValue3 – initialExpenseValue4 – initialExpenseValue5 – initialExpenseValue6 – initialUnitQuantityOfHour – initialUnitNationalMaterialValue – initialUnitImportedMaterialValue – initialUnitProcessingValue – initialUnitExpenseValue1 – initialUnitExpenseValue2 – initialUnitExpenseValue3 – initialUnitExpenseValue4 – initialUnitExpenseValue5 – initialUnitExpenseValue6 – initialDirectQuantityOfHour – initialDirectProcessingValue – initialDirectExpenseValue1 – initialDirectExpenseValue2 – initialDirectExpenseValue3 – initialDirectExpenseValue4 – initialDirectExpenseValue5 – initialDirectExpenseValue6 – initialDirectUnitQuantityOfHour – initialDirectUnitProcessingValue – initialDirectUnitExpenseValue1 – initialDirectUnitExpenseValue2 – initialDirectUnitExpenseValue3 – initialDirectUnitExpenseValue4 – initialDirectUnitExpenseValue5 – initialDirectUnitExpenseValue6 – quantityMonthProduced – isCurrentProductFamily properties: id: type: string format: uuid description: EntityId | CSA_IN_CODIGO company: type: object allOf: – #/definitions/company description: Company / Empresa | ORG_IN_CODIGO branch: type: object allOf: – #/definitions/branch description: Branch / Filial | FIL_IN_CODIGO period: type: object allOf: – #/definitions/period description: Period / Periodo | CPE_IN_CODIGO productFamily: type: object allOf: – #/definitions/productFamily description: Family ID | GRU_IN_CODIGO product: type: object allOf: – #/definitions/product description: Product ID | PRO_IN_CODIGO quantity: type: string description: Quantity Produced/Purchased | CSA_RE_QUANTIDADE minimum: 0.00000000 maximum: 9999999999.99999999 quantityOfHour: type: string description: Production Hours | CSA_RE_HORA minimum: 0.00000000 maximum: 9999999999.99999999 nationalMaterialValue: type: string description: National Material Value | CSA_RE_MATERIALNACIONAL minimum: 0.00000000 maximum: 9999999999.99999999 importedMaterialValue: type: string description: Imported Material Value | CSA_RE_MATERIALIMPORTADO minimum: 0.00000000 maximum: 9999999999.99999999 processingValue: type: string description: Processing Value | CSA_RE_BENEFICIAMENTO minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue1: type: string description: Expense Value 1 | CSA_RE_MAOOBRA minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue2: type: string description: Expense Value 2 | CSA_RE_DESPESAFIXA minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue3: type: string description: Expense Value 3 | CSA_RE_DESPESAVARIAVEL minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue4: type: string description: Expense Value 4 | CSA_RE_DESP4 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue5: type: string description: Expense Value 5 | CSA_RE_DESP5 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue6: type: string description: Expense Value 6 | CSA_RE_DESP6 minimum: 0.00000000 maximum: 9999999999.99999999 unitQuantityOfHour: type: string description: Unit Production Hours | CSA_RE_UNITARIOHORAS minimum: 0.00000000 maximum: 9999999999.99999999 unitNationalMaterialValue: type: string description: National Material Unit Value | CSA_RE_UNMATERIALNACIONAL minimum: 0.00000000 maximum: 9999999999.99999999 unitImportedMaterialValue: type: string description: Imported Material Unit Value | CSA_RE_UNMATERIALIMPORTADO minimum: 0.00000000 maximum: 9999999999.99999999 unitProcessingValue: type: string description: Processing Unit Value | CSA_RE_UNBENEFICIAMENTO minimum: 0.00000000 maximum: 9999999999.99999999 unitExpenseValue1: type: string description: Expense Unit Value 1 | CSA_RE_UNMAOOBRA minimum: 0.00000000 maximum: 9999999999.99999999 unitExpenseValue2: type: string description: Expense Unit Value 2 | CSA_RE_UNDESPESAFIXA minimum: 0.00000000 maximum: 9999999999.99999999 unitExpenseValue3: type: string description: Expense Unit Value 3 | CSA_RE_UNDESPESAVARIAVEL minimum: 0.00000000 maximum: 9999999999.99999999 unitExpenseValue4: type: string description: Expense Unit Value 4 | CSA_RE_UNDESP4 minimum: 0.00000000 maximum: 9999999999.99999999 unitExpenseValue5: type: string description: Expense Unit Value 5 | CSA_RE_UNDESP5 minimum: 0.00000000 maximum: 9999999999.99999999 unitExpenseValue6: type: string description: Expense Unit Value 6 | CSA_RE_UNDESP6 minimum: 0.00000000 maximum: 9999999999.99999999 directQuantityOfHour: type: string description: Production Direct Hours | CSA_RE_QTDHORASDIR minimum: 0.00000000 maximum: 9999999999.99999999 directProcessingValue: type: string description: Processing Direct Value | CSA_RE_BENEFICIAMENTODIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue1: type: string description: Expense Direct Value 1 | CSA_RE_MAOOBRADIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue2: type: string description: Expense Direct Value 2 | CSA_RE_DESPESAFIXADIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue3: type: string description: Expense Direct Value 3 | CSA_RE_DESPESAVARIAVELDIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue4: type: string description: Expense Direct Value 4 | CSA_RE_DESP4DIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue5: type: string description: Expense Direct Value 5 | CSA_RE_DESP5DIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue6: type: string description: Expense Direct Value 6 | CSA_RE_DESP6DIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitQuantityOfHour: type: string description: Production Direct Unit Hours | CSA_RE_UNHORASDIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitProcessingValue: type: string description: Processing Direct Unit Value | CSA_RE_UNBENEFICIAMENTODIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitExpenseValue1: type: string description: Expense Direct Unit Value 1 | CSA_RE_UNMAOOBRADIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitExpenseValue2: type: string description: Expense Direct Unit Value 2 | CSA_RE_UNDESPESAFIXADIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitExpenseValue3: type: string description: Expense Direct Unit Value 3 | CSA_RE_UNDESPESAVARIAVELDIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitExpenseValue4: type: string description: Expense Direct Unit Value 4 | CSA_RE_UNDESP4DIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitExpenseValue5: type: string description: Expense Direct Unit Value 5 | CSA_RE_UNDESP5DIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitExpenseValue6: type: string description: Expense Direct Unit Value 6 | CSA_RE_UNDESP6DIR minimum: 0.00000000 maximum: 9999999999.99999999 initialQuantity: type: string description: Quantity Initial Produced/Purchased | CSA_RE_QUANTIDADEINI minimum: 0.00000000 maximum: 9999999999.99999999 initialQuantityOfHour: type: string description: Production Initial Hours | CSA_RE_QUANTIDADEHORASINI minimum: 0.00000000 maximum: 9999999999.99999999 initialNationalMaterialValue: type: string description: National Material Initial Value | CSA_RE_MATERIALNACIONALINI minimum: 0.00000000 maximum: 9999999999.99999999 initialImportedMaterialValue: type: string description: Imported Material Initial Value | CSA_RE_MATERIALIMPORTADOINI minimum: 0.00000000 maximum: 9999999999.99999999 initialProcessingValue: type: string description: Processing Initial Value | CSA_RE_BENEFICIAMENTOINI minimum: 0.00000000 maximum: 9999999999.99999999 initialExpenseValue1: type: string description: Expense Initial Value 1 | CSA_RE_MAOOBRAINI minimum: 0.00000000 maximum: 9999999999.99999999 initialExpenseValue2: type: string description: Expense Initial Value 2 | CSA_RE_DESPESAFIXAINI minimum: 0.00000000 maximum: 9999999999.99999999 initialExpenseValue3: type: string description: Expense Initial Value 3 | CSA_RE_DESPESAVARIAVELINI minimum: 0.00000000 maximum: 9999999999.99999999 initialExpenseValue4: type: string description: Expense Initial Value 4 | CSA_RE_DESP4INI minimum: 0.00000000 maximum: 9999999999.99999999 initialExpenseValue5: type: string description: Expense Initial Value 5 | CSA_RE_DESP5INI minimum: 0.00000000 maximum: 9999999999.99999999 initialExpenseValue6: type: string description: Expense Initial Value 6 | CSA_RE_DESP6INI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitQuantityOfHour: type: string description: Production Initial Unit Hours | CSA_RE_UNHORASINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitNationalMaterialValue: type: string description: National Material Initial Unit Value | CSA_RE_UNMATERIALNACIONALINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitImportedMaterialValue: type: string description: Imported Material Initial Unit Value | CSA_RE_UNMATERIALIMPORTADOINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitProcessingValue: type: string description: Processing Initial Unit Value | CSA_RE_UNBENEFICIAMENTOINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitExpenseValue1: type: string description: Expense Initial Unit Value 1 | CSA_RE_UNMAOOBRAINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitExpenseValue2: type: string description: Expense Initial Unit Value 2 | CSA_RE_UNDESPESAFIXAINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitExpenseValue3: type: string description: Expense Initial Unit Value 3 | CSA_RE_UNDESPESAVARIAVELINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitExpenseValue4: type: string description: Expense Initial Unit Value 4 | CSA_RE_UNDESP4INI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitExpenseValue5: type: string description: Expense Initial Unit Value 5 | CSA_RE_UNDESP5INI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitExpenseValue6: type: string description: Expense Initial Unit Value 6 | CSA_RE_UNDESP6INI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectQuantityOfHour: type: string description: Production Initial Direct Hours | CSA_RE_SALDOHORASDIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectProcessingValue: type: string description: Processing Initial Direct Value | CSA_RE_BENEFICIAMENTODIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectExpenseValue1: type: string description: Expense Initial Direct Value 1 | CSA_RE_MAOOBRADIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectExpenseValue2: type: string description: Expense Initial Direct Value 2 | CSA_RE_DESPESAFIXADIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectExpenseValue3: type: string description: Expense Initial Direct Value 3 | CSA_RE_DESPESAVARIAVELDIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectExpenseValue4: type: string description: Expense Initial Direct Value 4 | CSA_RE_DESP4DIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectExpenseValue5: type: string description: Expense Initial Direct Value 5 | CSA_RE_DESP5DIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectExpenseValue6: type: string description: Expense Initial Direct Value 6 | CSA_RE_DESP6DIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitQuantityOfHour: type: string description: Production Initial Direct Unit Hours | CSA_RE_UNHORASDIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitProcessingValue: type: string description: Processing Initial Unit Direct Value | CSA_RE_UNBENEFICIAMENTODIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitExpenseValue1: type: string description: Expense Initial Unit Direct Value 1 | CSA_RE_UNMAOOBRADIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitExpenseValue2: type: string description: Expense Initial Unit Direct Value 2 | CSA_RE_UNDESPESAFIXADIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitExpenseValue3: type: string description: Expense Initial Unit Direct Value 3 | CSA_RE_UNDESPESAVARIAVELDIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitExpenseValue4: type: string description: Expense Initial Unit Direct Value 4 | CSA_RE_UNDESP4DIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitExpenseValue5: type: string description: Expense Initial Unit Direct Value 5 | CSA_RE_UNDESP5DIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitExpenseValue6: type: string description: Expense Initial Unit Direct Value 6 | CSA_RE_UNDESP6DIRINI minimum: 0.00000000 maximum: 9999999999.99999999 quantityMonthProduced: type: string description: Quantity Month Produced | CSA_RE_QTDMES minimum: 0.00000000 maximum: 9999999999.99999999 isCurrentProductFamily: type: boolean description: Is Current Product Family | CSA_BO_GRUPOATUAL created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editBalanceByProduct: type: object required: – id allOf: – #/definitions/balanceByProduct balanceByOrder: description: Entity balance by order type: object required: – company – branch – period – productFamily – product – productionOrderNumber – quantity – quantityOfHour – nationalMaterialValue – importedMaterialValue – processingValue – expenseValue1 – expenseValue2 – expenseValue3 – expenseValue4 – expenseValue5 – expenseValue6 – unitQuantityOfHour – unitNationalMaterialValue – unitImportedMaterialValue – unitProcessingValue – unitExpenseValue1 – unitExpenseValue2 – unitExpenseValue3 – unitExpenseValue4 – unitExpenseValue5 – unitExpenseValue6 – directQuantityOfHour – directProcessingValue – directExpenseValue1 – directExpenseValue2 – directExpenseValue3 – directExpenseValue4 – directExpenseValue5 – directExpenseValue6 – directUnitQuantityOfHour – directUnitProcessingValue – directUnitExpenseValue1 – directUnitExpenseValue2 – directUnitExpenseValue3 – directUnitExpenseValue4 – directUnitExpenseValue5 – directUnitExpenseValue6 – initialQuantity – initialQuantityOfHour – initialNationalMaterialValue – initialImportedMaterialValue – initialProcessingValue – initialExpenseValue1 – initialExpenseValue2 – initialExpenseValue3 – initialExpenseValue4 – initialExpenseValue5 – initialExpenseValue6 – initialUnitQuantityOfHour – initialUnitNationalMaterialValue – initialUnitImportedMaterialValue – initialUnitProcessingValue – initialUnitExpenseValue1 – initialUnitExpenseValue2 – initialUnitExpenseValue3 – initialUnitExpenseValue4 – initialUnitExpenseValue5 – initialUnitExpenseValue6 – initialDirectQuantityOfHour – initialDirectProcessingValue – initialDirectExpenseValue1 – initialDirectExpenseValue2 – initialDirectExpenseValue3 – initialDirectExpenseValue4 – initialDirectExpenseValue5 – initialDirectExpenseValue6 – initialDirectUnitQuantityOfHour – initialDirectUnitProcessingValue – initialDirectUnitExpenseValue1 – initialDirectUnitExpenseValue2 – initialDirectUnitExpenseValue3 – initialDirectUnitExpenseValue4 – initialDirectUnitExpenseValue5 – initialDirectUnitExpenseValue6 – quantityMonthProduced – isCurrentProductFamily properties: id: type: string format: uuid description: EntityId | CSA_IN_CODIGO company: type: object allOf: – #/definitions/company description: Company / Empresa | ORG_IN_CODIGO branch: type: object allOf: – #/definitions/branch description: Branch / Filial | FIL_IN_CODIGO period: type: object allOf: – #/definitions/period description: Period / Periodo | CPE_IN_CODIGO productFamily: type: object allOf: – #/definitions/productFamily description: Family ID | GRU_IN_CODIGO product: type: object allOf: – #/definitions/product description: Product ID | PRO_IN_CODIGO productOrderId: type: string description: Document Id | ORD_IN_CODIGO productionOrderNumber: type: string description: Production Order Number quantity: type: string description: Quantity Produced/Purchased | CSA_RE_QUANTIDADE minimum: 0.00000000 maximum: 9999999999.99999999 quantityOfHour: type: string description: Production Hours | CSA_RE_HORA minimum: 0.00000000 maximum: 9999999999.99999999 nationalMaterialValue: type: string description: National Material Value | CSA_RE_MATERIALNACIONAL minimum: 0.00000000 maximum: 9999999999.99999999 importedMaterialValue: type: string description: Imported Material Value | CSA_RE_MATERIALIMPORTADO minimum: 0.00000000 maximum: 9999999999.99999999 processingValue: type: string description: Processing Value | CSA_RE_BENEFICIAMENTO minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue1: type: string description: Expense Value 1 | CSA_RE_MAOOBRA minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue2: type: string description: Expense Value 2 | CSA_RE_DESPESAFIXA minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue3: type: string description: Expense Value 3 | CSA_RE_DESPESAVARIAVEL minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue4: type: string description: Expense Value 4 | CSA_RE_DESP4 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue5: type: string description: Expense Value 5 | CSA_RE_DESP5 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue6: type: string description: Expense Value 6 | CSA_RE_DESP6 minimum: 0.00000000 maximum: 9999999999.99999999 unitQuantityOfHour: type: string description: Unit Production Hours | CSA_RE_UNITARIOHORAS minimum: 0.00000000 maximum: 9999999999.99999999 unitNationalMaterialValue: type: string description: National Material Unit Value | CSA_RE_UNMATERIALNACIONAL minimum: 0.00000000 maximum: 9999999999.99999999 unitImportedMaterialValue: type: string description: Imported Material Unit Value | CSA_RE_UNMATERIALIMPORTADO minimum: 0.00000000 maximum: 9999999999.99999999 unitProcessingValue: type: string description: Processing Unit Value | CSA_RE_UNBENEFICIAMENTO minimum: 0.00000000 maximum: 9999999999.99999999 unitExpenseValue1: type: string description: Expense Unit Value 1 | CSA_RE_UNMAOOBRA minimum: 0.00000000 maximum: 9999999999.99999999 unitExpenseValue2: type: string description: Expense Unit Value 2 | CSA_RE_UNDESPESAFIXA minimum: 0.00000000 maximum: 9999999999.99999999 unitExpenseValue3: type: string description: Expense Unit Value 3 | CSA_RE_UNDESPESAVARIAVEL minimum: 0.00000000 maximum: 9999999999.99999999 unitExpenseValue4: type: string description: Expense Unit Value 4 | CSA_RE_UNDESP4 minimum: 0.00000000 maximum: 9999999999.99999999 unitExpenseValue5: type: string description: Expense Unit Value 5 | CSA_RE_UNDESP5 minimum: 0.00000000 maximum: 9999999999.99999999 unitExpenseValue6: type: string description: Expense Unit Value 6 | CSA_RE_UNDESP6 minimum: 0.00000000 maximum: 9999999999.99999999 directQuantityOfHour: type: string description: Production Direct Hours | CSA_RE_QTDHORASDIR minimum: 0.00000000 maximum: 9999999999.99999999 directProcessingValue: type: string description: Processing Direct Value | CSA_RE_BENEFICIAMENTODIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue1: type: string description: Expense Direct Value 1 | CSA_RE_MAOOBRADIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue2: type: string description: Expense Direct Value 2 | CSA_RE_DESPESAFIXADIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue3: type: string description: Expense Direct Value 3 | CSA_RE_DESPESAVARIAVELDIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue4: type: string description: Expense Direct Value 4 | CSA_RE_DESP4DIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue5: type: string description: Expense Direct Value 5 | CSA_RE_DESP5DIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue6: type: string description: Expense Direct Value 6 | CSA_RE_DESP6DIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitQuantityOfHour: type: string description: Production Direct Unit Hours | CSA_RE_UNHORASDIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitProcessingValue: type: string description: Processing Direct Unit Value | CSA_RE_UNBENEFICIAMENTODIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitExpenseValue1: type: string description: Expense Direct Unit Value 1 | CSA_RE_UNMAOOBRADIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitExpenseValue2: type: string description: Expense Direct Unit Value 2 | CSA_RE_UNDESPESAFIXADIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitExpenseValue3: type: string description: Expense Direct Unit Value 3 | CSA_RE_UNDESPESAVARIAVELDIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitExpenseValue4: type: string description: Expense Direct Unit Value 4 | CSA_RE_UNDESP4DIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitExpenseValue5: type: string description: Expense Direct Unit Value 5 | CSA_RE_UNDESP5DIR minimum: 0.00000000 maximum: 9999999999.99999999 directUnitExpenseValue6: type: string description: Expense Direct Unit Value 6 | CSA_RE_UNDESP6DIR minimum: 0.00000000 maximum: 9999999999.99999999 initialQuantity: type: string description: Quantity Initial Produced/Purchased | CSA_RE_QUANTIDADEINI minimum: 0.00000000 maximum: 9999999999.99999999 initialQuantityOfHour: type: string description: Production Initial Hours | CSA_RE_QUANTIDADEHORASINI minimum: 0.00000000 maximum: 9999999999.99999999 initialNationalMaterialValue: type: string description: National Material Initial Value | CSA_RE_MATERIALNACIONALINI minimum: 0.00000000 maximum: 9999999999.99999999 initialImportedMaterialValue: type: string description: Imported Material Initial Value | CSA_RE_MATERIALIMPORTADOINI minimum: 0.00000000 maximum: 9999999999.99999999 initialProcessingValue: type: string description: Processing Initial Value | CSA_RE_BENEFICIAMENTOINI minimum: 0.00000000 maximum: 9999999999.99999999 initialExpenseValue1: type: string description: Expense Initial Value 1 | CSA_RE_MAOOBRAINI minimum: 0.00000000 maximum: 9999999999.99999999 initialExpenseValue2: type: string description: Expense Initial Value 2 | CSA_RE_DESPESAFIXAINI minimum: 0.00000000 maximum: 9999999999.99999999 initialExpenseValue3: type: string description: Expense Initial Value 3 | CSA_RE_DESPESAVARIAVELINI minimum: 0.00000000 maximum: 9999999999.99999999 initialExpenseValue4: type: string description: Expense Initial Value 4 | CSA_RE_DESP4INI minimum: 0.00000000 maximum: 9999999999.99999999 initialExpenseValue5: type: string description: Expense Initial Value 5 | CSA_RE_DESP5INI minimum: 0.00000000 maximum: 9999999999.99999999 initialExpenseValue6: type: string description: Expense Initial Value 6 | CSA_RE_DESP6INI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitQuantityOfHour: type: string description: Production Initial Unit Hours | CSA_RE_UNHORASINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitNationalMaterialValue: type: string description: National Material Initial Unit Value | CSA_RE_UNMATERIALNACIONALINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitImportedMaterialValue: type: string description: Imported Material Initial Unit Value | CSA_RE_UNMATERIALIMPORTADOINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitProcessingValue: type: string description: Processing Initial Unit Value | CSA_RE_UNBENEFICIAMENTOINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitExpenseValue1: type: string description: Expense Initial Unit Value 1 | CSA_RE_UNMAOOBRAINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitExpenseValue2: type: string description: Expense Initial Unit Value 2 | CSA_RE_UNDESPESAFIXAINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitExpenseValue3: type: string description: Expense Initial Unit Value 3 | CSA_RE_UNDESPESAVARIAVELINI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitExpenseValue4: type: string description: Expense Initial Unit Value 4 | CSA_RE_UNDESP4INI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitExpenseValue5: type: string description: Expense Initial Unit Value 5 | CSA_RE_UNDESP5INI minimum: 0.00000000 maximum: 9999999999.99999999 initialUnitExpenseValue6: type: string description: Expense Initial Unit Value 6 | CSA_RE_UNDESP6INI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectQuantityOfHour: type: string description: Production Initial Direct Hours | CSA_RE_SALDOHORASDIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectProcessingValue: type: string description: Processing Initial Direct Value | CSA_RE_BENEFICIAMENTODIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectExpenseValue1: type: string description: Expense Initial Direct Value 1 | CSA_RE_MAOOBRADIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectExpenseValue2: type: string description: Expense Initial Direct Value 2 | CSA_RE_DESPESAFIXADIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectExpenseValue3: type: string description: Expense Initial Direct Value 3 | CSA_RE_DESPESAVARIAVELDIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectExpenseValue4: type: string description: Expense Initial Direct Value 4 | CSA_RE_DESP4DIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectExpenseValue5: type: string description: Expense Initial Direct Value 5 | CSA_RE_DESP5DIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectExpenseValue6: type: string description: Expense Initial Direct Value 6 | CSA_RE_DESP6DIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitQuantityOfHour: type: string description: Production Initial Direct Unit Hours | CSA_RE_UNHORASDIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitProcessingValue: type: string description: Processing Initial Unit Direct Value | CSA_RE_UNBENEFICIAMENTODIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitExpenseValue1: type: string description: Expense Initial Unit Direct Value 1 | CSA_RE_UNMAOOBRADIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitExpenseValue2: type: string description: Expense Initial Unit Direct Value 2 | CSA_RE_UNDESPESAFIXADIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitExpenseValue3: type: string description: Expense Initial Unit Direct Value 3 | CSA_RE_UNDESPESAVARIAVELDIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitExpenseValue4: type: string description: Expense Initial Unit Direct Value 4 | CSA_RE_UNDESP4DIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitExpenseValue5: type: string description: Expense Initial Unit Direct Value 5 | CSA_RE_UNDESP5DIRINI minimum: 0.00000000 maximum: 9999999999.99999999 initialDirectUnitExpenseValue6: type: string description: Expense Initial Unit Direct Value 6 | CSA_RE_UNDESP6DIRINI minimum: 0.00000000 maximum: 9999999999.99999999 quantityMonthProduced: type: string description: Quantity Month Produced | CSA_RE_QTDMES minimum: 0.00000000 maximum: 9999999999.99999999 isCurrentProductFamily: type: boolean description: Is Current Product Family | CSA_BO_GRUPOATUAL created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editBalanceByOrder: type: object required: – id allOf: – #/definitions/balanceByOrder valorizedMovement: description: Valorized Movements / Movimento Valorizado type: object required: – branch – costMovement – period – quantity – quantityOfHour – nationalMaterialValue – importedMaterialValue – processingValue – freightValue – expenseValue1 – expenseValue2 – expenseValue3 – expenseValue4 – expenseValue5 – expenseValue6 – directQuantityOfHour – directProcessingValue – directExpenseValue1 – directExpenseValue2 – directExpenseValue3 – directExpenseValue4 – directExpenseValue5 – directExpenseValue6 properties: id: type: string format: uuid description: EntityId branch: type: object allOf: – #/definitions/branch description: Branch costMovement: type: object allOf: – #/definitions/costMovement description: Cost Movement period: type: object allOf: – #/definitions/period description: Period quantity: type: string description: Quantity Produced/Purchased minimum: 0.00000000 maximum: 9999999999.99999999 quantityOfHour: type: string description: Production Hours minimum: 0.00000000 maximum: 9999999999.99999999 nationalMaterialValue: type: string description: National Material Value minimum: 0.00000000 maximum: 9999999999.99999999 importedMaterialValue: type: string description: Imported Material Value minimum: 0.00000000 maximum: 9999999999.99999999 processingValue: type: string description: Processing Value minimum: 0.00000000 maximum: 9999999999.99999999 freightValue: type: string description: Freight Value minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue1: type: string description: Expense Value 1 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue2: type: string description: Expense Value 2 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue3: type: string description: Expense Value 3 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue4: type: string description: Expense Value 4 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue5: type: string description: Expense Value 5 minimum: 0.00000000 maximum: 9999999999.99999999 expenseValue6: type: string description: Expense Value 6 minimum: 0.00000000 maximum: 9999999999.99999999 directQuantityOfHour: type: string description: Production Direct Hours | CSA_RE_QTDHORASDIR minimum: 0.00000000 maximum: 9999999999.99999999 directProcessingValue: type: string description: Processing Direct Value | CSA_RE_BENEFICIAMENTODIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue1: type: string description: Expense Direct Value 1 | CSA_RE_MAOOBRADIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue2: type: string description: Expense Direct Value 2 | CSA_RE_DESPESAFIXADIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue3: type: string description: Expense Direct Value 3 | CSA_RE_DESPESAVARIAVELDIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue4: type: string description: Expense Direct Value 4 | CSA_RE_DESP4DIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue5: type: string description: Expense Direct Value 5 | CSA_RE_DESP5DIR minimum: 0.00000000 maximum: 9999999999.99999999 directExpenseValue6: type: string description: Expense Direct Value 6 | CSA_RE_DESP6DIR minimum: 0.00000000 maximum: 9999999999.99999999 created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editValorizedMovement: type: object required: – id allOf: – #/definitions/valorizedMovement productionOrder: description: type: object required: – id – branchCode – orderNumber – skuId – expectedQuantity – producedQuantity – orderStatus – dateCreation properties: id: type: string format: uuid description: company: type: object allOf: – #/definitions/company description: companyCode: type: string description: branch: type: object allOf: – #/definitions/branch description: branchCode: type: string description: orderNumber: type: string description: orderType: type: string description: product: type: object allOf: – #/definitions/product description: skuId: type: string description: expectedQuantity: type: string description: producedQuantity: type: string description: refusedQuantity: type: string description: balance: type: string description: orderStatus: type: string description: dateCreation: type: string format: date description: dateFinished: type: string format: date description: dateCanceled: type: string format: date description: created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editProductionOrder: type: object required: – id allOf: – #/definitions/productionOrder importEntityCsr: description: Import type: object required: – company – period properties: id: type: string format: uuid description: Entity Id company: type: object allOf: – #/definitions/company description: Company branch: type: object allOf: – #/definitions/branch description: Branch period: type: object allOf: – #/definitions/period description: Period code: type: integer format: int64 description: Code readOnly: true importDate: type: string format: date-time description: Import Date importUser: type: string maxLength: 100 description: Import User status: type: string allOf: – #/definitions/enumImportStatus description: Status created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editImportEntityCsr: type: object required: – id allOf: – #/definitions/importEntityCsr fileImportCsr: description: File Import type: object required: – importEntity – fileName – fileVersion – targetObject properties: id: type: string format: uuid description: Entity Id importEntity: type: object allOf: – #/definitions/importEntityCsr description: Import fileName: type: string maxLength: 100 description: File name fileVersion: type: string maxLength: 50 description: Version targetObject: type: string format: uuid description: Target object created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editFileImportCsr: type: object required: – id allOf: – #/definitions/fileImportCsr lowLevelCode: description: Low Level code type: object required: – company – branch – productId properties: id: type: string format: uuid description: EntityId company: type: object allOf: – #/definitions/company description: Company branch: type: object allOf: – #/definitions/branch description: Branch productId: type: string format: uuid description: product lowLevelCode: type: integer format: int64 description: Low Level Code created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editLowLevelCode: type: object required: – id allOf: – #/definitions/lowLevelCode transactionParam: description: Transaction parameterizations – Parametrização de transações – Cad. de Parâmetros type: object required: – posValueTrans – negValueTrans – parameter properties: id: type: string format: uuid description: Transaction parameterization identifier posValueTrans: type: object allOf: – #/definitions/transaction description: Transaction for positive value complement negValueTrans: type: object allOf: – #/definitions/transaction description: Transaction for negative value complement parameter: type: object allOf: – #/definitions/parameter description: Parameter identifier created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editTransactionParam: type: object required: – id allOf: – #/definitions/transactionParam pendingCostTransfer: description: Transfer of cost values to inventory, pending type: object required: – costToStockHistoryId – costMovementId – processDate – status – documentNumber properties: id: type: string format: uuid description: History identifier costToStockHistoryId: type: string description: Transfer process identifier costMovementId: type: string description: Cost movement identifier processDate: type: string format: date-time description: Process date status: type: string allOf: – #/definitions/enumCostTransferStatus description: Cost transfer status documentNumber: type: string description: Document number sendedPayload: type: string description: Payload sent obs: type: string description: Observation created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editPendingCostTransfer: type: object required: – id allOf: – #/definitions/pendingCostTransfer costToStockHistory: description: Cost transfer history for inventory type: object required: – periodId – processDate – status – processedBy – totalItems – processedItems – notProcessedItems properties: id: type: string format: uuid description: Identifier periodId: type: string description: Period identifier processDate: type: string format: date-time description: Process date status: type: string allOf: – #/definitions/enumCostTransferStatus description: Cost transfer status details: type: string description: Callback details processedBy: type: string description: User who processed the transfer totalItems: type: integer format: int64 description: Total number of items processedItems: type: integer format: int64 description: Number of processed items notProcessedItems: type: integer format: int64 description: Number of not processed items created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editCostToStockHistory: type: object required: – id allOf: – #/definitions/costToStockHistory costElement: description: Elemento de Custo type: object required: – company – code – description – assignmentType – variationType – rubricCode properties: id: type: string format: uuid description: Id company: type: object allOf: – #/definitions/company description: Empresa branch: type: object allOf: – #/definitions/branch description: Filial code: type: integer format: int64 description: Código Sequencial description: type: string maxLength: 100 description: Descrição assignmentType: type: string allOf: – #/definitions/enumAttributionType description: Tipo do Elemento variationType: type: string allOf: – #/definitions/enumVariationType description: Tipo de Variação rubricCode: type: string allOf: – #/definitions/enumTransformationHeadings description: Código da Rubrica created_by: type: string description: created_at: type: string format: date-time description: updated_by: type: string description: updated_at: type: string format: date-time description: editCostElement: type: object required: – id allOf: – #/definitions/costElement 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 enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE description: A symbolic code identifying the category of the reason of the error: * `BAD_REQUEST` – Bad Request * `UNAUTHORIZED` – Unauthorized * `PAYMENT_REQUIRED` – Payment Required * `OBJECT_NOT_FOUND` – Object Not Found * `REQUEST_TIMEOUT` – Request Timeout * `GONE` – Gone * `UNPROCESSABLE` – Unprocessable * `INTERNAL_ERROR` – Internal Error * `NOT_IMPLEMENTED` – Not Implemented * `SERVICE_UNAVAILABLE` – Service Unavailable * `INSUFFICIENT_STORAGE` – Insufficient Storage

Este artigo foi útil para você?

Sim  Não
Leave A Comment Cancelar resposta

Você precisa fazer o login para publicar um comentário.

© 2022 Senior. Todos os direitos reservados.
Mais pesquisados:Customização, Tutorial, Documentação