2.0info: 1.2.0 Custo Padrao – Formacao de Preco – Calculo description: Formacao de Preco x-senior-domain: Custo Padrao x-senior-domain-path: erpx_csp x-senior-service-path: csp_formacaopreco_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_cspsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /csp_formacaopreco_calculo/queries/healthcheck: post: description: HealthCheck Plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: HealthCheck Plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_calculo/queries/exportMarkup: 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 /csp_formacaopreco_calculo/queries/exportFactor: 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 /csp_formacaopreco_calculo/queries/exportMarkupFactor: 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 /csp_formacaopreco_calculo/queries/exportPriceFormationProcessing: 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 /csp_formacaopreco_calculo/queries/exportPriceFormationHeader: 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 /csp_formacaopreco_calculo/queries/exportPriceFormationDetail: 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 /csp_formacaopreco_calculo/queries/exportProcessingFilterMarkup: 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 /csp_formacaopreco_calculo/queries/exportProcessingFilterProductFamily: 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 /csp_formacaopreco_calculo/queries/exportProcessingFilterProduct: 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 /csp_formacaopreco_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 /csp_formacaopreco_calculo/actions/migrateSchema: post: description: Realiza a migração do schema do banco de dados tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_calculo/actions/importMarkup: 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 /csp_formacaopreco_calculo/actions/importFactor: 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 /csp_formacaopreco_calculo/actions/importMarkupFactor: 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 /csp_formacaopreco_calculo/actions/importPriceFormationProcessing: 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 /csp_formacaopreco_calculo/actions/importPriceFormationHeader: 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 /csp_formacaopreco_calculo/actions/importPriceFormationDetail: 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 /csp_formacaopreco_calculo/actions/importProcessingFilterMarkup: 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 /csp_formacaopreco_calculo/actions/importProcessingFilterProductFamily: 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 /csp_formacaopreco_calculo/actions/importProcessingFilterProduct: 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 /csp_formacaopreco_calculo/signals/startPriceFormationCalculationProcess: post: description: Start the price formation calculation process tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – priceFormationProcessingId properties: priceFormationProcessingId: type: string description: priceFormationProcessing id responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/signals/startPriceFormationSimulationProcess: post: description: Start the price formation calculation process tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – priceFormationProcessingId properties: priceFormationProcessingId: type: string description: priceFormationProcessing id responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_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 /csp_formacaopreco_calculo/events/importMarkupEvent: post: description: 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 /csp_formacaopreco_calculo/events/exportMarkupEvent: post: description: 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 /csp_formacaopreco_calculo/events/importFactorEvent: post: description: 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 /csp_formacaopreco_calculo/events/exportFactorEvent: post: description: 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 /csp_formacaopreco_calculo/events/importMarkupFactorEvent: post: description: 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 /csp_formacaopreco_calculo/events/exportMarkupFactorEvent: post: description: 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 /csp_formacaopreco_calculo/events/importPriceFormationProcessingEvent: post: description: 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 /csp_formacaopreco_calculo/events/exportPriceFormationProcessingEvent: post: description: 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 /csp_formacaopreco_calculo/events/importPriceFormationHeaderEvent: post: description: 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 /csp_formacaopreco_calculo/events/exportPriceFormationHeaderEvent: post: description: 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 /csp_formacaopreco_calculo/events/importPriceFormationDetailEvent: post: description: 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 /csp_formacaopreco_calculo/events/exportPriceFormationDetailEvent: post: description: 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 /csp_formacaopreco_calculo/events/importProcessingFilterMarkupEvent: post: description: 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 /csp_formacaopreco_calculo/events/exportProcessingFilterMarkupEvent: post: description: 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 /csp_formacaopreco_calculo/events/importProcessingFilterProductFamilyEvent: post: description: 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 /csp_formacaopreco_calculo/events/exportProcessingFilterProductFamilyEvent: post: description: 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 /csp_formacaopreco_calculo/events/importProcessingFilterProductEvent: post: description: 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 /csp_formacaopreco_calculo/events/exportProcessingFilterProductEvent: post: description: 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 /csp_formacaopreco_calculo/entities/priceFormationProcessing: 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/priceFormationProcessing responses: 200: description: The created resource schema: #/definitions/priceFormationProcessing 401: description: 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/priceFormationProcessing responses: 200: description: The created resource schema: #/definitions/priceFormationProcessing 401: description: 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/priceFormationProcessing 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/priceFormationProcessing/{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/priceFormationProcessing responses: 200: description: Ok schema: #/definitions/priceFormationProcessing 401: description: 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/priceFormationProcessing responses: 200: description: Ok schema: #/definitions/priceFormationProcessing 401: description: 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/priceFormationProcessing 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 /csp_formacaopreco_calculo/entities/priceFormationProcessing/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/priceFormationProcessing responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/priceFormationHeader: 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/priceFormationHeader responses: 200: description: The created resource schema: #/definitions/priceFormationHeader 401: description: 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/priceFormationHeader responses: 200: description: The created resource schema: #/definitions/priceFormationHeader 401: description: 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/priceFormationHeader 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/priceFormationHeader/{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/priceFormationHeader responses: 200: description: Ok schema: #/definitions/priceFormationHeader 401: description: 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/priceFormationHeader responses: 200: description: Ok schema: #/definitions/priceFormationHeader 401: description: 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/priceFormationHeader 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 /csp_formacaopreco_calculo/entities/priceFormationHeader/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/priceFormationHeader responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/priceFormationDetail: 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/priceFormationDetail responses: 200: description: The created resource schema: #/definitions/priceFormationDetail 401: description: 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/priceFormationDetail responses: 200: description: The created resource schema: #/definitions/priceFormationDetail 401: description: 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/priceFormationDetail 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/priceFormationDetail/{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/priceFormationDetail responses: 200: description: Ok schema: #/definitions/priceFormationDetail 401: description: 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/priceFormationDetail responses: 200: description: Ok schema: #/definitions/priceFormationDetail 401: description: 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/priceFormationDetail 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 /csp_formacaopreco_calculo/entities/priceFormationHeader/{parentId}/priceFormationDetails: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/priceFormationDetail responses: 200: description: The created resources schema: type: array items: #/definitions/priceFormationDetail 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/priceFormationDetail responses: 200: description: The created resources schema: type: array items: #/definitions/priceFormationDetail 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/priceFormationDetail 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/priceFormationHeader/{parentId}/priceFormationDetails/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/priceFormationDetail responses: 200: description: Ok schema: #/definitions/priceFormationDetail 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/priceFormationDetail responses: 200: description: Ok schema: #/definitions/priceFormationDetail 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/priceFormationDetail 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/priceFormationDetail/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/priceFormationDetail responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/processingFilterMarkup: 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/processingFilterMarkup responses: 200: description: The created resource schema: #/definitions/processingFilterMarkup 401: description: 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/processingFilterMarkup responses: 200: description: The created resource schema: #/definitions/processingFilterMarkup 401: description: 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/processingFilterMarkup 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/processingFilterMarkup/{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/processingFilterMarkup responses: 200: description: Ok schema: #/definitions/processingFilterMarkup 401: description: 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/processingFilterMarkup responses: 200: description: Ok schema: #/definitions/processingFilterMarkup 401: description: 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/processingFilterMarkup 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 /csp_formacaopreco_calculo/entities/priceFormationProcessing/{parentId}/processingFilterMarkups: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/processingFilterMarkup responses: 200: description: The created resources schema: type: array items: #/definitions/processingFilterMarkup 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/processingFilterMarkup responses: 200: description: The created resources schema: type: array items: #/definitions/processingFilterMarkup 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/processingFilterMarkup 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/priceFormationProcessing/{parentId}/processingFilterMarkups/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/processingFilterMarkup responses: 200: description: Ok schema: #/definitions/processingFilterMarkup 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/processingFilterMarkup responses: 200: description: Ok schema: #/definitions/processingFilterMarkup 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/processingFilterMarkup 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/processingFilterMarkup/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/processingFilterMarkup responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/processingFilterProductFamily: 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/processingFilterProductFamily responses: 200: description: The created resource schema: #/definitions/processingFilterProductFamily 401: description: 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/processingFilterProductFamily responses: 200: description: The created resource schema: #/definitions/processingFilterProductFamily 401: description: 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/processingFilterProductFamily 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/processingFilterProductFamily/{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/processingFilterProductFamily responses: 200: description: Ok schema: #/definitions/processingFilterProductFamily 401: description: 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/processingFilterProductFamily responses: 200: description: Ok schema: #/definitions/processingFilterProductFamily 401: description: 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/processingFilterProductFamily 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 /csp_formacaopreco_calculo/entities/priceFormationProcessing/{parentId}/processingFilterProductFamilies: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/processingFilterProductFamily responses: 200: description: The created resources schema: type: array items: #/definitions/processingFilterProductFamily 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/processingFilterProductFamily responses: 200: description: The created resources schema: type: array items: #/definitions/processingFilterProductFamily 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/processingFilterProductFamily 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/priceFormationProcessing/{parentId}/processingFilterProductFamilies/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/processingFilterProductFamily responses: 200: description: Ok schema: #/definitions/processingFilterProductFamily 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/processingFilterProductFamily responses: 200: description: Ok schema: #/definitions/processingFilterProductFamily 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/processingFilterProductFamily 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/processingFilterProductFamily/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/processingFilterProductFamily responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/processingFilterProduct: 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/processingFilterProduct responses: 200: description: The created resource schema: #/definitions/processingFilterProduct 401: description: 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/processingFilterProduct responses: 200: description: The created resource schema: #/definitions/processingFilterProduct 401: description: 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/processingFilterProduct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/processingFilterProduct/{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/processingFilterProduct responses: 200: description: Ok schema: #/definitions/processingFilterProduct 401: description: 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/processingFilterProduct responses: 200: description: Ok schema: #/definitions/processingFilterProduct 401: description: 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/processingFilterProduct 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 /csp_formacaopreco_calculo/entities/priceFormationProcessing/{parentId}/processingFilterProducts: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/processingFilterProduct responses: 200: description: The created resources schema: type: array items: #/definitions/processingFilterProduct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/processingFilterProduct responses: 200: description: The created resources schema: type: array items: #/definitions/processingFilterProduct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/processingFilterProduct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/priceFormationProcessing/{parentId}/processingFilterProducts/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/processingFilterProduct responses: 200: description: Ok schema: #/definitions/processingFilterProduct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/processingFilterProduct responses: 200: description: Ok schema: #/definitions/processingFilterProduct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/processingFilterProduct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /csp_formacaopreco_calculo/entities/processingFilterProduct/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/processingFilterProduct responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericErrordefinitions: healthcheckDTO: description: Status do healthcheck type: string enum: – UP – DOWN enumPriceFormationParticipation: description: Price Formation Participation | Participa da Formação de Preço type: string enum: – PARTICIPANT – NOT_PARTICIPANT – PENDING enumSitReg: description: Registry Situation | Situação do Registro type: string enum: – VA – VI enumFactorType: description: Factor Type | Tipo de Fator type: string enum: – COST – PROFIT – TAX enumFactorOn: description: Factor On | Fator sobre type: string enum: – COST – SALE enumValueTypeDefinition: description: Value Type Definition | Definição do Tipo de Valor type: string enum: – PERCENTAGE – VALUE enumTypeSelection: description: Type Selection | Tipo de seleção type: string enum: – ALL – FAMILY – PRODUCT 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 checkDTO: description: Retorno status usados de retorno type: object required: – name – status properties: name: type: string description: Nome do status status: type: string allOf: – #/definitions/healthcheckDTO description: Status 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 createdBy: type: string description: createdAt: type: string format: date-time description: updatedBy: type: string description: updatedAt: 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 createdBy: type: string description: createdAt: type: string format: date-time description: updatedBy: type: string description: updatedAt: type: string format: date-time description: productFamily: description: Product Family type: object required: – company – familyCode – familyDescription – originCode – originDescription – isExcluded – priceFormationParticipation 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 priceFormationParticipation: type: string allOf: – #/definitions/enumPriceFormationParticipation description: priceFormationParticipation condition createdBy: type: string description: createdAt: type: string format: date-time description: updatedBy: type: string description: updatedAt: type: string format: date-time description: product: description: Product type: object required: – company – productCode – productDescription – situation – productFamily – priceFormationParticipation – productCost – productPriceSuggested – 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 priceFormationParticipation: type: string allOf: – #/definitions/enumPriceFormationParticipation description: priceFormationParticipation condition productCost: type: string description: Product Cost minimum: 0.00000000 maximum: 9999999999.99999999 productPriceSuggested: type: string description: Product Price Suggested minimum: 0.00000000 maximum: 9999999999.99999999 isExcluded: type: boolean description: Is Excluded? createdBy: type: string description: createdAt: type: string format: date-time description: updatedBy: type: string description: updatedAt: type: string format: date-time description: markup: description: Markup type: object required: – company – branch – markupCode – markupDescription – situation 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 markupCode: type: integer format: int64 description: Markup code markupDescription: type: string maxLength: 100 description: Markup description situation: type: string allOf: – #/definitions/enumSitReg description: Situation situation createdBy: type: string description: createdAt: type: string format: date-time description: updatedBy: type: string description: updatedAt: type: string format: date-time description: factor: description: Factor type: object required: – company – branch – factorCode – factorDescription – factorType – factorOn 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 factorCode: type: integer format: int64 description: Factor code factorDescription: type: string maxLength: 100 description: Factor description factorType: type: string allOf: – #/definitions/enumFactorType description: Factor type factorOn: type: string allOf: – #/definitions/enumFactorOn description: Factor on costs or sales createdBy: type: string description: createdAt: type: string format: date-time description: updatedBy: type: string description: updatedAt: type: string format: date-time description: markupFactor: description: Markup Factor (Formation) type: object required: – company – branch – markup – factor – valueTypeDefinition – markupFactorValue 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 markup: type: object allOf: – #/definitions/markup description: Markup factor: type: object allOf: – #/definitions/factor description: Factor valueTypeDefinition: type: string allOf: – #/definitions/enumValueTypeDefinition description: Value Type Definition: Percentage | Value markupFactorValue: type: string description: Markup Factor Value = Percentage | Value minimum: 0.00000000 maximum: 9999999999.99999999 createdBy: type: string description: createdAt: type: string format: date-time description: updatedBy: type: string description: updatedAt: type: string format: date-time description: priceFormationProcessing: description: Price Formation Processing type: object required: – company – branch – sequenceCode – sequenceDescription – errorReprocess – typeSelection 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 sequenceCode: type: integer format: int64 description: Sequence Processing Code / Codigo de Sequencia de Processamento sequenceDescription: type: string description: Sequence Description errorReprocess: type: boolean description: Error Reprocess Check / Reprocessa Erro Check typeSelection: type: string allOf: – #/definitions/enumTypeSelection description: Type Selection processingFilterMarkups: type: array items: type: object allOf: – #/definitions/processingFilterMarkup description: List processingFilterMarkup processingFilterProductFamilies: type: array items: type: object allOf: – #/definitions/processingFilterProductFamily description: List processingFilterProductFamily processingFilterProducts: type: array items: type: object allOf: – #/definitions/processingFilterProduct description: List processingFilterProduct createdBy: type: string description: createdAt: type: string format: date-time description: updatedBy: type: string description: updatedAt: type: string format: date-time description: priceFormationHeader: description: Price Formation Header type: object required: – priceFormationProcessing – company – branch – markup – product – productCost – productPrice – productPriceSuggested – isActive properties: id: type: string format: uuid description: EntityId priceFormationProcessing: type: object allOf: – #/definitions/priceFormationProcessing description: Price Formation Product Processing company: type: object allOf: – #/definitions/company description: Company reference branch: type: object allOf: – #/definitions/branch description: Branch reference markup: type: object allOf: – #/definitions/markup description: Markup product: type: object allOf: – #/definitions/product description: Product productCost: type: string description: Product Cost minimum: 0.00000000 maximum: 9999999999.99999999 productPrice: type: string description: Product Price minimum: 0.00000000 maximum: 9999999999.99999999 productPriceSuggested: type: string description: Product Price Suggested minimum: 0.00000000 maximum: 9999999999.99999999 isActive: type: boolean description: Is Active? priceFormationDetails: type: array items: type: object allOf: – #/definitions/priceFormationDetail description: List priceFormationDetail createdBy: type: string description: createdAt: type: string format: date-time description: updatedBy: type: string description: updatedAt: type: string format: date-time description: priceFormationDetail: description: Price Formation Detail type: object required: – priceFormationProcessing – factor – factorOn – valueTypeDefinition – markupFactorValue – calculatedValue – suggestedFactorValue – suggestedValue properties: id: type: string format: uuid description: EntityId priceFormationHeader: type: object allOf: – #/definitions/priceFormationHeader description: Price Formation Product Header priceFormationProcessing: type: object allOf: – #/definitions/priceFormationProcessing description: Price Formation Product Processing factor: type: object allOf: – #/definitions/factor description: Factor factorOn: type: string allOf: – #/definitions/enumFactorOn description: Factor On Type | Incidência valueTypeDefinition: type: string allOf: – #/definitions/enumValueTypeDefinition description: Value Type Definition: Percentage | Value markupFactorValue: type: string description: Markup Factor Value = Percentage | Value minimum: 0.00000000 maximum: 9999999999.99999999 calculatedValue: type: string description: Calculated Value minimum: 0.00000000 maximum: 9999999999.99999999 suggestedFactorValue: type: string description: Suggested Factor Value = Percentage | Value minimum: 0.00000000 maximum: 9999999999.99999999 suggestedValue: type: string description: Suggested Value minimum: 0.00000000 maximum: 9999999999.99999999 createdBy: type: string description: createdAt: type: string format: date-time description: updatedBy: type: string description: updatedAt: type: string format: date-time description: processingFilterMarkup: description: Processing Filter Markup type: object required: – markup properties: id: type: string format: uuid description: EntityId priceFormationProcessing: type: object allOf: – #/definitions/priceFormationProcessing description: Price Formation Processing Id markup: type: object allOf: – #/definitions/markup description: Markup createdBy: type: string description: createdAt: type: string format: date-time description: updatedBy: type: string description: updatedAt: type: string format: date-time description: processingFilterProductFamily: description: Processing Filter Product Family type: object required: – productFamily properties: id: type: string format: uuid description: EntityId priceFormationProcessing: type: object allOf: – #/definitions/priceFormationProcessing description: Price Formation Processing Id productFamily: type: object allOf: – #/definitions/productFamily description: Product Family createdBy: type: string description: createdAt: type: string format: date-time description: updatedBy: type: string description: updatedAt: type: string format: date-time description: processingFilterProduct: description: Processing Filter Product type: object required: – product properties: id: type: string format: uuid description: EntityId priceFormationProcessing: type: object allOf: – #/definitions/priceFormationProcessing description: Price Formation Processing Id product: type: object allOf: – #/definitions/product description: Product Family createdBy: type: string description: createdAt: type: string format: date-time description: updatedBy: type: string description: updatedAt: 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