{ "operationId": "Createevidence", "method": "POST", "path": "/evidences/{carrierId}/{serviceId}", "summary": "VTex Create evidence", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json; charset=utf-8", "example": { "message": "Evidences saved successfully", "data": [ { "type": "IMAGE", "content": "https://parkers-images.bauersecure.com/wp-images/18727/courier-van-insurance-01.jpg", "author": "Felipe Cardenas" }, { "type": "TEXT", "content": "The package was delivered", "author": "Felipe Cardenas" } ] } }, { "status": "401", "contentType": "application/json; charset=utf-8", "example": { "message": "Unauthorized", "requestId": "c482e112-aa73-4dfb-a31c-1586978dfead" } }, { "status": "403", "contentType": "application/json", "example": { "message": "Authentication token expired", "requestId": "bcd67893-292d-4547-a01f-62feb56f8a74" } }, { "status": "404", "contentType": "application/json; charset=utf-8", "example": { "type": "exception", "code": "TRP0005E", "data": { "0": "1", "carrierId": "MTEyMjMtQWZ0ZXJTaGlwLWRldmVsb3BtZW50", "serviceId": "78c83922-d658-48bf-89d5-0658a6a94e27" }, "requestId": "b39a0833-629f-429e-8955-f448165502ac", "date": "2024-03-15T06:22:50.518Z", "message": "Service not found: 'MTEyMjMtQWZ0ZXJTaGlwLWRldmVsb3BtZW50&_78c83922-d658-48bf-89d5-0658a6a94e27'" } } ] }