2.0info: 0.1.3 tracking_integration x-senior-domain: tmsentregas x-senior-domain-path: tmsentregas x-senior-service-path: tracking_integration 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/tmsentregassecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /tracking_integration/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/enumUpDown description: Status geral do serviço checks: type: array items: type: object allOf: – #/definitions/recCheckData 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/enumUpDown description: Status geral do serviço checks: type: array items: type: object allOf: – #/definitions/recCheckData minimum: 1 description: Verificações para assegurar o status 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/queries/buscarDefinicaoGeralComposicaoDocumentoTracking: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – composicaoDocumentoTracking properties: composicaoDocumentoTracking: type: object allOf: – #/definitions/composicaoDocumentoTracking description: Composição documento tracking 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object required: – composicaoDocumentoTracking properties: composicaoDocumentoTracking: type: object allOf: – #/definitions/composicaoDocumentoTracking description: Composição documento tracking 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/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 /tracking_integration/queries/exportMceatv: 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 /tracking_integration/queries/exportIntegracaoOcorrenciaFaseTracking: 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 /tracking_integration/queries/exportMcerot: 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 /tracking_integration/queries/exportMcerotat: 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 /tracking_integration/queries/exportMceocr: 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 /tracking_integration/queries/exportIntegracaoPontoRegraFaseTracking: 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 /tracking_integration/queries/exportComposicaoDocumentoTracking: 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 /tracking_integration/queries/exportComposicaoDocumentoTrackingDetalhes: 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 /tracking_integration/queries/exportRmsconf: 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 /tracking_integration/queries/exportMcedef: 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 /tracking_integration/queries/exportMceempfl: 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 /tracking_integration/queries/exportMceimp: 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 /tracking_integration/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 /tracking_integration/actions/alterarDefinicaoGeralComposicaoDocumentoTracking: post: description: API para alterar as definições gerais da composição do documento tracking tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: composicaoDocumentoTracking: type: string description: Identificador único da composição documento tracking responses: 200: description: Ok schema: type: object required: – composicaoDocumentoTracking properties: composicaoDocumentoTracking: type: object allOf: – #/definitions/composicaoDocumentoTracking description: Composição documento tracking 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/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 /tracking_integration/actions/importMceatv: 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 /tracking_integration/actions/importIntegracaoOcorrenciaFaseTracking: 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 /tracking_integration/actions/importMcerot: 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 /tracking_integration/actions/importMcerotat: 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 /tracking_integration/actions/importMceocr: 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 /tracking_integration/actions/importIntegracaoPontoRegraFaseTracking: 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 /tracking_integration/actions/importComposicaoDocumentoTracking: 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 /tracking_integration/actions/importComposicaoDocumentoTrackingDetalhes: 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 /tracking_integration/actions/importRmsconf: 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 /tracking_integration/actions/importMcedef: 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 /tracking_integration/actions/importMceempfl: 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 /tracking_integration/actions/importMceimp: 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 /tracking_integration/events/importMceatvEvent: post: description: 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 /tracking_integration/events/exportMceatvEvent: post: description: 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 /tracking_integration/events/importIntegracaoOcorrenciaFaseTrackingEvent: post: description: 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 /tracking_integration/events/exportIntegracaoOcorrenciaFaseTrackingEvent: post: description: 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 /tracking_integration/events/importMcerotEvent: post: description: 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 /tracking_integration/events/exportMcerotEvent: post: description: 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 /tracking_integration/events/importMcerotatEvent: post: description: 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 /tracking_integration/events/exportMcerotatEvent: post: description: 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 /tracking_integration/events/importMceocrEvent: post: description: 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 /tracking_integration/events/exportMceocrEvent: post: description: 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 /tracking_integration/events/importIntegracaoPontoRegraFaseTrackingEvent: post: description: 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 /tracking_integration/events/exportIntegracaoPontoRegraFaseTrackingEvent: post: description: 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 /tracking_integration/events/importComposicaoDocumentoTrackingEvent: post: description: 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 /tracking_integration/events/exportComposicaoDocumentoTrackingEvent: post: description: 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 /tracking_integration/events/importComposicaoDocumentoTrackingDetalhesEvent: post: description: 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 /tracking_integration/events/exportComposicaoDocumentoTrackingDetalhesEvent: post: description: 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 /tracking_integration/events/importRmsconfEvent: post: description: 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 /tracking_integration/events/exportRmsconfEvent: post: description: 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 /tracking_integration/events/importMcedefEvent: post: description: 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 /tracking_integration/events/exportMcedefEvent: post: description: 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 /tracking_integration/events/importMceempflEvent: post: description: 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 /tracking_integration/events/exportMceempflEvent: post: description: 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 /tracking_integration/events/importMceimpEvent: post: description: 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 /tracking_integration/events/exportMceimpEvent: post: description: 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 /tracking_integration/apis/composicaoDocumentoTracking: post: description: tags: – APIS x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/composicaoDocumentoTrackingFacadeInput responses: 200: description: Ok schema: #/definitions/composicaoDocumentoTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: tags: – APIS x-senior-visibility: PUBLIC 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/composicaoDocumentoTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/apis/composicaoDocumentoTracking/{id}: get: description: tags: – APIS x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/composicaoDocumentoTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError put: description: tags: – APIS x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: input in: body required: true schema: #/definitions/composicaoDocumentoTrackingFacadeInput responses: 200: description: Ok schema: #/definitions/composicaoDocumentoTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: tags: – APIS x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/apis/integracaoOcorrenciaFaseTracking: post: description: tags: – APIS x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/integracaoOcorrenciaFaseTrackingFacadeInput responses: 200: description: Ok schema: #/definitions/integracaoOcorrenciaFaseTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: tags: – APIS x-senior-visibility: PUBLIC 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/integracaoOcorrenciaFaseTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/apis/integracaoOcorrenciaFaseTracking/{id}: get: description: tags: – APIS x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/integracaoOcorrenciaFaseTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError put: description: tags: – APIS x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: input in: body required: true schema: #/definitions/integracaoOcorrenciaFaseTrackingFacadeInput responses: 200: description: Ok schema: #/definitions/integracaoOcorrenciaFaseTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: tags: – APIS x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/apis/definicaoFilialComposicaoDocumentoTracking: post: description: tags: – APIS x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/definicaoFilialComposicaoDocumentoTrackingFacadeInput responses: 200: description: Ok schema: #/definitions/definicaoFilialComposicaoDocumentoTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: tags: – APIS x-senior-visibility: PUBLIC 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/definicaoFilialComposicaoDocumentoTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/apis/definicaoFilialComposicaoDocumentoTracking/{id}: get: description: tags: – APIS x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/definicaoFilialComposicaoDocumentoTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError put: description: tags: – APIS x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: input in: body required: true schema: #/definitions/definicaoFilialComposicaoDocumentoTrackingFacadeInput responses: 200: description: Ok schema: #/definitions/definicaoFilialComposicaoDocumentoTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: tags: – APIS x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/apis/integracaoPontoRegraFaseTracking: post: description: Fachada Integração Ponto de Regra Fase Tracking tags: – APIS x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/integracaoPontoRegraFaseTrackingFacadeInput responses: 200: description: Ok schema: #/definitions/integracaoPontoRegraFaseTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Fachada Integração Ponto de Regra Fase Tracking tags: – APIS x-senior-visibility: PUBLIC 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/integracaoPontoRegraFaseTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/apis/integracaoPontoRegraFaseTracking/{id}: get: description: Fachada Integração Ponto de Regra Fase Tracking tags: – APIS x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/integracaoPontoRegraFaseTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError put: description: Fachada Integração Ponto de Regra Fase Tracking tags: – APIS x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: input in: body required: true schema: #/definitions/integracaoPontoRegraFaseTrackingFacadeInput responses: 200: description: Ok schema: #/definitions/integracaoPontoRegraFaseTrackingFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Fachada Integração Ponto de Regra Fase Tracking tags: – APIS x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/mcerot: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/mcerot responses: 200: description: The created resource schema: #/definitions/mcerot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/mcerot responses: 200: description: The created resource schema: #/definitions/mcerot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/mcerot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/mcerot/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/mcerot responses: 200: description: Ok schema: #/definitions/mcerot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/mcerot responses: 200: description: Ok schema: #/definitions/mcerot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/mcerot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /tracking_integration/entities/mcerot/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/mcerot responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/mcerotat: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/mcerotat responses: 200: description: The created resource schema: #/definitions/mcerotat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/mcerotat responses: 200: description: The created resource schema: #/definitions/mcerotat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/mcerotat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/mcerotat/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/mcerotat responses: 200: description: Ok schema: #/definitions/mcerotat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/mcerotat responses: 200: description: Ok schema: #/definitions/mcerotat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/mcerotat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /tracking_integration/entities/mcerotat/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/mcerotat responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/mceocr: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/mceocr responses: 200: description: The created resource schema: #/definitions/mceocr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/mceocr responses: 200: description: The created resource schema: #/definitions/mceocr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/mceocr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/mceocr/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/mceocr responses: 200: description: Ok schema: #/definitions/mceocr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/mceocr responses: 200: description: Ok schema: #/definitions/mceocr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/mceocr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /tracking_integration/entities/mceocr/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/mceocr responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/composicaoDocumentoTracking/{parentId}/numeroTracking: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes responses: 200: description: The created resource schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes responses: 200: description: The created resource schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: 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/composicaoDocumentoTrackingDetalhes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/composicaoDocumentoTracking/{parentId}/serieTracking: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes responses: 200: description: The created resource schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes responses: 200: description: The created resource schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: 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/composicaoDocumentoTrackingDetalhes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/composicaoDocumentoTracking/{parentId}/identificadorClienteTracking: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes responses: 200: description: The created resource schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes responses: 200: description: The created resource schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: 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/composicaoDocumentoTrackingDetalhes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/composicaoDocumentoTracking/{parentId}/tipoDocumentoTracking: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes responses: 200: description: The created resource schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes responses: 200: description: The created resource schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: 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/composicaoDocumentoTrackingDetalhes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/composicaoDocumentoTracking/{parentId}/numeroTracking/{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/composicaoDocumentoTrackingDetalhes responses: 200: description: Ok schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: 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/composicaoDocumentoTrackingDetalhes responses: 200: description: Ok schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: 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/composicaoDocumentoTrackingDetalhes 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 /tracking_integration/entities/composicaoDocumentoTracking/{parentId}/serieTracking/{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/composicaoDocumentoTrackingDetalhes responses: 200: description: Ok schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: 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/composicaoDocumentoTrackingDetalhes responses: 200: description: Ok schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: 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/composicaoDocumentoTrackingDetalhes 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 /tracking_integration/entities/composicaoDocumentoTracking/{parentId}/identificadorClienteTracking/{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/composicaoDocumentoTrackingDetalhes responses: 200: description: Ok schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: 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/composicaoDocumentoTrackingDetalhes responses: 200: description: Ok schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: 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/composicaoDocumentoTrackingDetalhes 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 /tracking_integration/entities/composicaoDocumentoTracking/{parentId}/tipoDocumentoTracking/{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/composicaoDocumentoTrackingDetalhes responses: 200: description: Ok schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: 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/composicaoDocumentoTrackingDetalhes responses: 200: description: Ok schema: #/definitions/composicaoDocumentoTrackingDetalhes 401: description: 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/composicaoDocumentoTrackingDetalhes 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 /tracking_integration/entities/mceempfl: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/mceempfl responses: 200: description: The created resource schema: #/definitions/mceempfl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/mceempfl responses: 200: description: The created resource schema: #/definitions/mceempfl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/mceempfl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/mceempfl/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/mceempfl responses: 200: description: Ok schema: #/definitions/mceempfl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/mceempfl responses: 200: description: Ok schema: #/definitions/mceempfl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/mceempfl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /tracking_integration/entities/mceempfl/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/mceempfl responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/mceimp: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/mceimp responses: 200: description: The created resource schema: #/definitions/mceimp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/mceimp responses: 200: description: The created resource schema: #/definitions/mceimp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/mceimp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /tracking_integration/entities/mceimp/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/mceimp responses: 200: description: Ok schema: #/definitions/mceimp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/mceimp responses: 200: description: Ok schema: #/definitions/mceimp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/mceimp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /tracking_integration/entities/mceimp/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/mceimp responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericErrordefinitions: enumUpDown: description: Up or down type: string enum: – UP – DOWN situacaoAtividade: description: Tipo de Situação type: string enum: – EM_ABERTO – EM_ANALISE – EM_ANDAMENTO – BLOQUEADA – ORFA – FINALIZADA 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 recCheckData: description: Dados do healthcheck type: object required: – name – status properties: name: type: string description: Nome do healthcheck status: type: string allOf: – #/definitions/enumUpDown description: Status do healthcheck recComposicaoDocumentoTrackingDetalhes: description: type: object properties: valor: type: string description: campoRMS: type: string description: posicaoCampoRegex: type: integer format: int64 description: minimum: 1 maximum: 10 recComposicaoDocumentoTracking: description: Composicação de Documento de Tracking type: object required: – codigo – descricao – numeroTracking – serieTracking – identificadorClienteTracking – tipoDocumentoTracking properties: id: type: string description: Identificador Único codigo: type: integer format: int64 description: Código descricao: type: string maxLength: 255 description: Descrição numeroTracking: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes description: Número do Tracking serieTracking: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes description: Serie do Tracking identificadorClienteTracking: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes description: Identificador do Cliente Tracking tipoDocumentoTracking: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes description: Tipo do Documento Tracking recMCEOCR: description: type: object required: – codigo – descricao – ativo properties: codigo: type: integer format: int64 description: cdocorrencia descricao: type: string description: dsocorrencia ativo: type: boolean description: inativo recFaseTracking: description: type: object required: – codigo – descricao – ativo properties: codigo: type: integer format: int64 description: código fase tracking descricao: type: string description: ocorrência fase tracking ativo: type: boolean description: inativo recFilial: description: Filial type: object required: – nrcnpjfilial – descricao properties: nrcnpjfilial: type: string description: CNPJ da filial descricao: type: string description: Descrição da filial recComposicaoDocumentoTrackingDefinicao: description: Composição Documento de Tracking type: object required: – id – codigo – descricao properties: id: type: string description: Identificador único codigo: type: integer format: int64 description: Código descricao: type: string maxLength: 255 description: Descrição mceatv: description: MCEATV type: object required: – cdatividade – inatividade – dsdestinatario – dslocal – dsnrdocto properties: cdatividade: type: integer format: int64 description: cdAtividade inatividade: type: integer format: int64 description: cdInatividade dsdestinatario: type: string description: dsDestinatario dslocal: type: string description: dsLocal dsnrdocto: type: string description: dsNrDocto codigotracking: type: string description: CodigoTracking nrcnpjfilial: type: string description: dtpreventr: type: string format: date-time description: integracaoOcorrenciaFaseTracking: description: type: object required: – codigoOcorrencia – codigoFaseTracking properties: id: type: string format: uuid description: id codigoOcorrencia: type: integer format: int64 description: codigoOcorrencia codigoFaseTracking: type: integer format: int64 description: codigoFaseTracking encerraTracking: type: boolean description: Encerra Tracking createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: mcerot: description: MCEROT type: object required: – cdroteiro properties: cdroteiro: type: integer format: int64 description: cdroteiro mcerotat: description: MCEROTAT type: object required: – cdroteiro – cdatividade – dtpreventr properties: cdroteiro: type: integer format: int64 description: cdroteiro cdatividade: type: integer format: int64 description: cdatividade dtpreventr: type: string format: date-time description: Data previsão de entrega mceocr: description: MCEOCR type: object required: – cdocorrencia – dsocorrencia – inativo properties: cdocorrencia: type: integer format: int64 description: cdocorrencia dsocorrencia: type: string description: dsocorrencia inativo: type: integer format: int64 description: inativo createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: integracaoPontoRegraFaseTracking: description: type: object required: – codigoFaseTracking properties: id: type: string format: uuid description: id pontoRegra: type: string format: uuid description: pontoRegra codigoFaseTracking: type: integer format: int64 description: codigoFaseTracking encerraTracking: type: boolean description: Encerra Tracking createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: composicaoDocumentoTracking: description: type: object required: – codigo – descricao – numeroTracking – serieTracking – identificadorClienteTracking – tipoDocumentoTracking properties: id: type: string format: uuid description: id codigo: type: integer format: int64 description: codigo descricao: type: string maxLength: 255 description: Descricao numeroTracking: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes description: Numero Tracking serieTracking: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes description: Serie Tracking identificadorClienteTracking: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes description: Identificador Cliente Tracking tipoDocumentoTracking: type: object allOf: – #/definitions/composicaoDocumentoTrackingDetalhes description: Tipo Documento Tracking createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: composicaoDocumentoTrackingDetalhes: description: type: object required: – valor – campoRms – posicaoCampoRegex properties: id: type: string format: uuid description: id valor: type: string maxLength: 255 description: Valor campoRms: type: string maxLength: 255 description: Campo RMS posicaoCampoRegex: type: integer format: int64 description: Posicao Campo Regex createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: rmsconf: description: type: object required: – dsurlservidor – dsdiretoriomapas properties: id: type: string format: uuid description: Identificador único dsurlservidor: type: string description: dsUrlServidor dsdiretoriomapas: type: string description: dsDiretorioMapas routeend: type: integer format: int64 description: routeEnd default: 0 lunchpriority: type: integer format: int64 description: lunchPriority default: 1 restpriority: type: integer format: int64 description: restPriority default: 1 fixedcost: type: number format: double description: fixedCost default: 1.5 costperwaitingtime: type: integer format: int64 description: costPerWaitingTime default: 999999999 noiterations: type: integer format: int64 description: noIterations default: 300 variationcoefficientthreshold: type: number format: double description: variationCoefficientThreshold default: 0.01 maxiterations: type: integer format: int64 description: maxIterations default: 20000 timethresholdinminutes: type: integer format: int64 description: timeThresholdInMinutes default: 60 maxtransportcosts: type: integer format: int64 description: maxTransportCosts default: 0 composicaoDocumentoTracking: type: object allOf: – #/definitions/composicaoDocumentoTracking description: composicaoDocumentoTracking mcedef: description: MCEDEF type: object required: – nrcnpjfilial properties: nrcnpjfilial: type: string description: Número CNPJ integraTracking: type: boolean description: integraTracking composicaoDocumentoTracking: type: object allOf: – #/definitions/composicaoDocumentoTracking description: composicaoDocumentoTracking mceempfl: description: MCEEMPFL type: object required: – nrcnpj properties: nrcnpj: type: string description: Número CNPJ dsfilial: type: string description: Descrição da filial dsapelido: type: string description: Apelido da filial createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: mceimp: description: MCEIMP type: object required: – cdimportacao – dsimportacao – inimportacao – dtinicio – dtfim – dsusuario properties: cdimportacao: type: integer format: int64 description: CdImportacao dsimportacao: type: string description: DsImportacao inimportacao: type: integer format: int64 description: InImportacao dsentrada: type: string description: DsEntrada dtinicio: type: string format: date-time description: DtInicio dtfim: type: string format: date-time description: DtFim dsusuario: type: string description: DsUsuario cdroteirizacao: type: integer format: int64 description: CdRoteirizacao cdroteiros: type: string description: CdRoteiros dserro: type: string description: DsErro 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 composicaoDocumentoTrackingFacadeInput: description: type: object required: – descricao – numeroTracking – serieTracking – identificadorClienteTracking – tipoDocumentoTracking properties: id: type: string format: uuid description: Identificador único descricao: type: string maxLength: 255 description: Descricao numeroTracking: type: object allOf: – #/definitions/recComposicaoDocumentoTrackingDetalhes description: Numero Tracking serieTracking: type: object allOf: – #/definitions/recComposicaoDocumentoTrackingDetalhes description: Serie Tracking identificadorClienteTracking: type: object allOf: – #/definitions/recComposicaoDocumentoTrackingDetalhes description: Identificador Cliente Tracking tipoDocumentoTracking: type: object allOf: – #/definitions/recComposicaoDocumentoTrackingDetalhes description: Tipo Documento Tracking composicaoDocumentoTrackingFacadeOutput: description: type: object required: – id – codigo – descricao – numeroTracking – serieTracking – identificadorClienteTracking – tipoDocumentoTracking properties: id: type: string description: Identificador único codigo: type: integer format: int64 description: codigo descricao: type: string maxLength: 255 description: Descricao numeroTracking: type: object allOf: – #/definitions/recComposicaoDocumentoTrackingDetalhes description: Numero Tracking serieTracking: type: object allOf: – #/definitions/recComposicaoDocumentoTrackingDetalhes description: Serie Tracking identificadorClienteTracking: type: object allOf: – #/definitions/recComposicaoDocumentoTrackingDetalhes description: Identificador Cliente Tracking tipoDocumentoTracking: type: object allOf: – #/definitions/recComposicaoDocumentoTrackingDetalhes description: Tipo Documento Tracking createdBy: type: string description: Usuário de criação createdDate: type: string format: date-time description: Data de criação lastModifiedBy: type: string description: Usuário ultima modificaç lastModifiedDate: type: string format: date-time description: Data ultima modificação integracaoOcorrenciaFaseTrackingFacadeInput: description: type: object required: – codigoOcorrencia – codigoFaseTracking – encerraTracking properties: codigoOcorrencia: type: integer format: int64 description: Código Ocorrência codigoFaseTracking: type: integer format: int64 description: Código Fase Tracking encerraTracking: type: boolean description: Encerra Tracking integracaoOcorrenciaFaseTrackingFacadeOutput: description: type: object required: – id – ocorrencia – faseTracking properties: id: type: string description: Id ocorrencia: type: object allOf: – #/definitions/recMCEOCR description: Ocorrência faseTracking: type: object allOf: – #/definitions/recFaseTracking description: Fase Tracking encerraTracking: type: boolean description: Encerra Tracking createdBy: type: string description: Usuário de criação createdDate: type: string format: date-time description: Data de criação lastModifiedBy: type: string description: Usuário última modificação lastModifiedDate: type: string format: date-time description: Data última modificação definicaoFilialComposicaoDocumentoTrackingFacadeInput: description: type: object required: – nrcnpjfilial – integraTracking properties: nrcnpjfilial: type: string description: Cnpj da filial integraTracking: type: boolean description: Integra com tracking composicaoDocumentoTracking: type: string description: Composição documento tracking definicaoFilialComposicaoDocumentoTrackingFacadeOutput: description: type: object required: – filial – integraTracking – composicaoDocumentoTracking properties: filial: type: object allOf: – #/definitions/recFilial description: Cnpj da filial integraTracking: type: boolean description: Integra com tracking composicaoDocumentoTracking: type: object allOf: – #/definitions/recComposicaoDocumentoTrackingDefinicao description: Composição documento tracking createdBy: type: string description: Usuário de criação createdDate: type: string format: date-time description: Data de criação lastModifiedBy: type: string description: Usuário ultima modificação lastModifiedDate: type: string format: date-time description: Data ultima modificação integracaoPontoRegraFaseTrackingFacadeInput: description: Fachada Integração Ponto de Regra Fase Tracking type: object required: – pontoRegra – codigoFaseTracking properties: pontoRegra: type: string description: Enum do ponto de regra codigoFaseTracking: type: integer format: int64 description: Código Fase Tracking encerraTracking: type: boolean description: Encerra Tracking integracaoPontoRegraFaseTrackingFacadeOutput: description: Fachada Integração Ponto de Regra Fase Tracking type: object required: – id – pontoRegra – faseTracking properties: id: type: string description: Id pontoRegra: type: string description: Enum do ponto de regra faseTracking: type: object allOf: – #/definitions/recFaseTracking description: Fase Tracking encerraTracking: type: boolean description: Encerra Tracking createdBy: type: string description: Usuário de criação createdDate: type: string format: date-time description: Data de criação lastModifiedBy: type: string description: Usuário última modificação lastModifiedDate: type: string format: date-time description: Data última modificação 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