2.0info: 1.3.0 csr_calculo description: Serviço de Calculo do Custo Real x-senior-domain: erpx_csr x-senior-domain-path: erpx_csr x-senior-service-path: csr_calculo 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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/queries/exportCostMovementLinked: 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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/actions/runValidations: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – accountingClosingParameterId properties: accountingClosingParameterId: type: string description: responses: 200: description: Ok schema: type: object required: – body properties: body: type: array items: type: object allOf: – #/definitions/occurrenceRecord minimum: 1 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/actions/importCostMovementLinked: 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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/signals/startAccountClosing: post: description: Start Account Closing process tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – accountingClosingParameterId properties: accountingClosingParameterId: type: string description: AccountingClosingParameter id responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /csr_calculo/signals/transferProccess: post: description: Transfer Proccess\n### Proccess\n- res://senior.com.br/erpx_csr/csr_calculo/transferProccess – incluir tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – accountingClosingParameterId properties: accountingClosingParameterId: type: string description: Transfer identify responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /csr_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/events/importCostMovementLinkedEvent: post: description: 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_calculo/events/exportCostMovementLinkedEvent: post: description: 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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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_calculo/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: array items: #/definitions/company 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/company responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/branch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/branch responses: 200: description: Ok 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: 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_calculo/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_calculo/entities/occurrence: 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/occurrence responses: 200: description: The created resource schema: #/definitions/occurrence 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/occurrence responses: 200: description: The created resource schema: #/definitions/occurrence 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/occurrence 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/entities/occurrence/{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/occurrence responses: 200: description: Ok schema: #/definitions/occurrence 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/occurrence responses: 200: description: Ok schema: #/definitions/occurrence 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/occurrence 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_calculo/entities/occurrence/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/occurrence responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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: array items: #/definitions/period 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/period responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/stockMovement 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/stockMovement responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/productFamily 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/productFamily responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/product 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/product responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/transaction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/transaction responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/inventoryValuationMethods 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/inventoryValuationMethods responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/costMovement 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/costMovement responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/valorizedMovement 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/valorizedMovement responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/accountingClosingParameters 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/accountingClosingParameters responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/balanceByProduct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/balanceByProduct responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/balanceByOrder 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/balanceByOrder responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/resourceCenter 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/resourceCenter responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/resourceWorkCenter 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/resourceWorkCenter responses: 200: description: Ok 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: 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_calculo/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_calculo/entities/costMovementLinked: 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/costMovementLinked responses: 200: description: The created resource schema: #/definitions/costMovementLinked 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/costMovementLinked responses: 200: description: The created resource schema: #/definitions/costMovementLinked 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/costMovementLinked 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/entities/costMovementLinked/{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/costMovementLinked responses: 200: description: Ok schema: #/definitions/costMovementLinked 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/costMovementLinked responses: 200: description: Ok schema: #/definitions/costMovementLinked 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/costMovementLinked 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_calculo/entities/costMovementLinked/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/costMovementLinked responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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: array items: #/definitions/uniqueRate 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/uniqueRate responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/parameter 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/parameter responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/sectorRate 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/sectorRate responses: 200: description: Ok 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: 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_calculo/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_calculo/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: array items: #/definitions/resourceCenterRate 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csr_calculo/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/resourceCenterRate responses: 200: description: Ok 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: 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_calculo/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/genericErrordefinitions: upDown: description: HealthCheck Up or down type: string enum: – UP – DOWN enumSitReg: description: Registry Situation type: string enum: – VA – VI enumMovementType: description: Enum movement type type: string enum: – IN – OUT – INITIAL – FINAL enumPeriodSituation: description: Enum period situation type: string enum: – CLOSED – OPEN – PROCESSED enumPeriodType: description: Enum period type type: string enum: – E – S enumAccountingFact: description: Enum Accounting Fact | enumFatoContabil | Enumeração de fatos contábeis 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 costParticipationStatus: description: Status participacao de custo type: string enum: – PARTICIPANT – NOT_PARTICIPANT – PENDING workResourceType: description: Work Resource Type / Tipo de recurso do trabalho type: string enum: – MAN_HOUR – MACHINE_HOUR lisMod: description: Modules for Transaction type: string enum: – VVEP – VVEF – VVES – VESN – VCRE – VCRP – VCRB – VCOO – VCOF – VCOS – VCPE – VCPP – VCPB – VCPM – VCBC – VCBM – VPAT enumTypeRate: description: Types Rate type: string enum: – SECTOR – RESOURCE – UNIQUE enumTypeLaborValuation: description: Types of Labor valuation type: string enum: – PRODUCTIONAPPOINTMENT userNotificationKind: description: User notification kind. type: string enum: – Operational – Management – News userNotificationPriority: description: User notification priority. type: string enum: – Error – Alert – None eventEmailFormat: description: Format of the email type: string enum: – HTML – PLAIN_TEXT fieldType: description: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME fileFormat: description: type: string enum: – CSV – FLAT – JSON – XML hookFunction: description: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE eventType: description: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START errorStrategy: description: type: string enum: – CALL_SCRIPT – IGNORE – STOP status: description: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING errorType: description: type: string enum: – CONVERT_ERROR – SERVICE_ERROR 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 occurrenceRecord: description: type: object required: – movementId – occurrenceId – occurrenceMessage properties: movementId: type: string description: occurrenceId: type: string description: occurrenceMessage: type: string description: 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: 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: 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 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: 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: 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 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: 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: product: description: Product type: object required: – company – productCode – productDescription – situation – productFamily – measure – isExcluded 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? 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: 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: 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: 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 sequenceProcessed: type: integer format: int64 description: Sequence Processed; occurrence: type: object allOf: – #/definitions/occurrence description: Occurrence 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: 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: 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: 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: 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: resourceCenter: description: Resource center / Centro de recursos type: object required: – resourceCenterId – company – description properties: id: type: string format: uuid description: Table unique identifier resourceCenterId: type: integer format: int64 description: Resource center identifier 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: integer format: int64 description: Branch reference 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: 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 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: costMovementLinked: description: Movement Linked type: object required: – costMovement – company – branch – period – resourceCenter – resourceWorkCenter – documentNumber – resourceType – quantity – quantityOfHour – nationalMaterialValue – importedMaterialValue – processingValue – freightValue – expenseValue1 – expenseValue2 – expenseValue3 – expenseValue4 – expenseValue5 – expenseValue6 properties: id: type: string format: uuid description: EntityId costMovement: type: object allOf: – #/definitions/costMovement description: Stock Movement 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 resourceCenter: type: object allOf: – #/definitions/resourceCenter description: Resource Center resourceWorkCenter: type: object allOf: – #/definitions/resourceWorkCenter description: Resource Center documentNumber: type: string maxLength: 10 description: Document Number resourceType: type: string allOf: – #/definitions/workResourceType description: Unity project: type: string maxLength: 36 description: Project costCenter: type: string maxLength: 36 description: Cost Center warehouse: type: string maxLength: 36 description: wareHouse 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 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: 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: 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 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: 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: string 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: 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: string 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: notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE