ERP senior X Faturamento (erpx_com_fat)

2.0info: 1.137.2 Nota Fiscal de Saída description: Serviço de Nota Fiscal de Saída do ERPX x-senior-domain: erpx_com_fat x-senior-domain-path: erpx_com_fat x-senior-service-path: saleinvoice contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: api.senior.com.br /erpx_com_fat/saleinvoicesecurityDefinitions: bearerAuth: type: apiKey in: header name: Authorization – application/json – application/jsonparameters: clientId: name: client_id type: string in: header required: true description: Identificação da aplicação cadastrada no portal do desenvolvedor (api.xplatform.com.br)paths: /reprocessAgreementInvoice: post: description: Reprocessar nota fiscal de saída via contrato ### Resources: - res://senior.com.br/erpx_com_fat/saleinvoice/actions/reprocessAgreementInvoice – Processar x-senior-event: false deprecated: false tags: – Endpoints security: – bearerAuth: [] parameters: – #/parameters/clientId – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string description: Id da nota responses: 200: description: Ok 404: description: Entidade ou Registro não encontrado 403: description: Permissão negada 401: description: Usuário ou senha inválido 400: description: Requisição inválida, parâmetros obrigatórios não informados ou campo informado incorretamente default: description: Error response schema: #/definitions/genericErrordefinitions: 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