{ "info": { "_postman_id": "0749be77-4280-4d4a-899f-5ae2d15ef18c", "name": "API reference Bill Vendor API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "lastUpdatedBy": "35240", "uid": "35240-0749be77-4280-4d4a-899f-5ae2d15ef18c" }, "item": [ { "name": "Vendor", "item": [ { "name": "single", "item": [ { "name": "{entry}", "item": [ { "name": "Create vendor", "id": "545a824c-2279-4c41-add5-8d5de6f232c9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorNumber\": \"\",\n \"AdditionalData\": {\n \"consectetur49\": \"\"\n },\n \"address1\": \"\",\n \"address2\": \"\",\n \"billingData\": {\n \"accountNumber\": \"\",\n \"bankAccountFunction\": \"\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Personal\",\n \"bankName\": \"\",\n \"id\": \"\",\n \"routingAccount\": \"\",\n \"typeAccount\": \"Savings\"\n },\n \"city\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"country\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"ein\": \"\",\n \"email\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"mcc\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": \"\",\n \"phone\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitCountry\": \"\",\n \"remitEmail\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"state\": \"\",\n \"vendorStatus\": \"\",\n \"zip\": \"\",\n \"defaultMethodId\": \"\",\n \"attachment\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/single/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "single", ":entry" ], "variable": [ { "id": "21a26525-ff08-46d2-978e-37d11087082f", "key": "entry", "value": "", "description": "(Required) Entrypoint identifier." } ] }, "description": "Creates a vendor in an entrypoint." }, "response": [ { "id": "48fb30a6-ce70-4dbe-8742-851fcb98c23c", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorNumber\": \"\",\n \"AdditionalData\": {\n \"consectetur49\": \"\"\n },\n \"address1\": \"\",\n \"address2\": \"\",\n \"billingData\": {\n \"accountNumber\": \"\",\n \"bankAccountFunction\": \"\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Personal\",\n \"bankName\": \"\",\n \"id\": \"\",\n \"routingAccount\": \"\",\n \"typeAccount\": \"Savings\"\n },\n \"city\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"country\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"ein\": \"\",\n \"email\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"mcc\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": \"\",\n \"phone\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitCountry\": \"\",\n \"remitEmail\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"state\": \"\",\n \"vendorStatus\": \"\",\n \"zip\": \"\",\n \"defaultMethodId\": \"\",\n \"attachment\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/single/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "single", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"responseText\": \"\",\n \"isSuccess\": \"\",\n \"pageIdentifier\": \"\",\n \"responseCode\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-48fb30a6-ce70-4dbe-8742-851fcb98c23c" }, { "id": "55c2a73c-af44-4923-bf72-8c78804a83d5", "name": "Bad request / invalid data.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorNumber\": \"\",\n \"AdditionalData\": {\n \"consectetur49\": \"\"\n },\n \"address1\": \"\",\n \"address2\": \"\",\n \"billingData\": {\n \"accountNumber\": \"\",\n \"bankAccountFunction\": \"\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Personal\",\n \"bankName\": \"\",\n \"id\": \"\",\n \"routingAccount\": \"\",\n \"typeAccount\": \"Savings\"\n },\n \"city\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"country\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"ein\": \"\",\n \"email\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"mcc\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": \"\",\n \"phone\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitCountry\": \"\",\n \"remitEmail\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"state\": \"\",\n \"vendorStatus\": \"\",\n \"zip\": \"\",\n \"defaultMethodId\": \"\",\n \"attachment\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/single/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "single", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-55c2a73c-af44-4923-bf72-8c78804a83d5" }, { "id": "c88c594b-c452-4c95-8739-141ef726c2f6", "name": "Unauthorized request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorNumber\": \"\",\n \"AdditionalData\": {\n \"consectetur49\": \"\"\n },\n \"address1\": \"\",\n \"address2\": \"\",\n \"billingData\": {\n \"accountNumber\": \"\",\n \"bankAccountFunction\": \"\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Personal\",\n \"bankName\": \"\",\n \"id\": \"\",\n \"routingAccount\": \"\",\n \"typeAccount\": \"Savings\"\n },\n \"city\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"country\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"ein\": \"\",\n \"email\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"mcc\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": \"\",\n \"phone\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitCountry\": \"\",\n \"remitEmail\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"state\": \"\",\n \"vendorStatus\": \"\",\n \"zip\": \"\",\n \"defaultMethodId\": \"\",\n \"attachment\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/single/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "single", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-c88c594b-c452-4c95-8739-141ef726c2f6" }, { "id": "3f71bf32-3720-46aa-b965-155cce913ede", "name": "Internal server error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorNumber\": \"\",\n \"AdditionalData\": {\n \"consectetur49\": \"\"\n },\n \"address1\": \"\",\n \"address2\": \"\",\n \"billingData\": {\n \"accountNumber\": \"\",\n \"bankAccountFunction\": \"\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Personal\",\n \"bankName\": \"\",\n \"id\": \"\",\n \"routingAccount\": \"\",\n \"typeAccount\": \"Savings\"\n },\n \"city\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"country\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"ein\": \"\",\n \"email\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"mcc\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": \"\",\n \"phone\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitCountry\": \"\",\n \"remitEmail\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"state\": \"\",\n \"vendorStatus\": \"\",\n \"zip\": \"\",\n \"defaultMethodId\": \"\",\n \"attachment\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/single/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "single", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-3f71bf32-3720-46aa-b965-155cce913ede" }, { "id": "5a650305-8bd6-48ac-bfd9-6c2c9a7e634a", "name": "Database connection error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorNumber\": \"\",\n \"AdditionalData\": {\n \"consectetur49\": \"\"\n },\n \"address1\": \"\",\n \"address2\": \"\",\n \"billingData\": {\n \"accountNumber\": \"\",\n \"bankAccountFunction\": \"\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Personal\",\n \"bankName\": \"\",\n \"id\": \"\",\n \"routingAccount\": \"\",\n \"typeAccount\": \"Savings\"\n },\n \"city\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"country\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"ein\": \"\",\n \"email\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"mcc\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": \"\",\n \"phone\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitCountry\": \"\",\n \"remitEmail\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"state\": \"\",\n \"vendorStatus\": \"\",\n \"zip\": \"\",\n \"defaultMethodId\": \"\",\n \"attachment\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/single/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "single", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-5a650305-8bd6-48ac-bfd9-6c2c9a7e634a" } ], "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-545a824c-2279-4c41-add5-8d5de6f232c9" } ], "id": "5c15de3c-4735-4040-945d-da2b3daa8c07", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-5c15de3c-4735-4040-945d-da2b3daa8c07" } ], "id": "4d3e879e-892d-40e8-b142-e6c9622bc689", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-4d3e879e-892d-40e8-b142-e6c9622bc689" }, { "name": "{idVendor}", "item": [ { "name": "enrichment", "item": [ { "name": "call-status", "item": [ { "name": "Get outreach call status", "id": "25d33a72-3866-49d1-b496-87e466c06a57", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Vendor/:idVendor/enrichment/call-status", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor", "enrichment", "call-status" ], "variable": [ { "id": "350b643c-7729-4994-861a-fadf4b08882a", "key": "idVendor", "value": "", "description": "(Required) ID of the vendor to read call status for." } ] }, "description": "Returns the latest AI outreach call activity for a vendor. The response is a composite object with a `state` discriminator (`none`, `scheduled`, `successful`, or `failed`); the block that matches the current state is populated. When the vendor has no call activity, `state` is `none` and the response returns HTTP 200." }, "response": [ { "id": "7ee7aaa6-dc6f-4933-a420-bd853164512b", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Vendor/:idVendor/enrichment/call-status", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor", "enrichment", "call-status" ], "variable": [ { "key": "idVendor" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"vendorId\": \"\",\n \"state\": \"\",\n \"scheduled\": {\n \"scheduledFor\": \"\",\n \"attemptsRemaining\": \"\",\n \"maxAttempts\": \"\"\n },\n \"completed\": {\n \"completedAt\": \"\",\n \"durationSeconds\": \"\",\n \"summary\": \"\",\n \"callId\": \"\",\n \"transcript\": \"\",\n \"extractedData\": {\n \"selectedPaymentMethod\": \"\",\n \"contactEmail\": \"\"\n }\n },\n \"failed\": {\n \"lastAttemptAt\": \"\",\n \"reason\": \"\",\n \"attemptsRemaining\": \"\",\n \"maxAttempts\": \"\",\n \"nextRetryScheduledFor\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-7ee7aaa6-dc6f-4933-a420-bd853164512b" }, { "id": "49d53197-1f65-4689-9473-a63d47eaa301", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Vendor/:idVendor/enrichment/call-status", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor", "enrichment", "call-status" ], "variable": [ { "key": "idVendor" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-49d53197-1f65-4689-9473-a63d47eaa301" }, { "id": "cfd1236f-5188-44c6-b7a4-b0f959d892d1", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Vendor/:idVendor/enrichment/call-status", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor", "enrichment", "call-status" ], "variable": [ { "key": "idVendor" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-cfd1236f-5188-44c6-b7a4-b0f959d892d1" }, { "id": "4a19c2eb-d0d6-482c-a327-a1170440d512", "name": "Database connection error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Vendor/:idVendor/enrichment/call-status", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor", "enrichment", "call-status" ], "variable": [ { "key": "idVendor" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-4a19c2eb-d0d6-482c-a327-a1170440d512" } ], "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-25d33a72-3866-49d1-b496-87e466c06a57" } ], "id": "b5dcf476-e403-4dc7-9c98-97cf485c6e24", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-b5dcf476-e403-4dc7-9c98-97cf485c6e24" } ], "id": "929c88a4-152c-44ba-a43b-0c50cc677521", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-929c88a4-152c-44ba-a43b-0c50cc677521" }, { "name": "Get vendor", "id": "08c89f4a-1314-46c1-b788-ea8595d56543", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "id": "48942c51-8da5-4105-8c73-27a1c701f0a9", "key": "idVendor", "value": "", "description": "(Required) Vendor ID." } ] }, "description": "Retrieves a vendor's details, including enrichment status and payment acceptance info when available." }, "response": [ { "id": "bd497ee4-8c5b-45a5-a735-7f9f3c3ea7d6", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "key": "idVendor" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"VendorNumber\": \"\",\n \"Name1\": \"\",\n \"Name2\": \"\",\n \"EIN\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"RemitEmail\": \"\",\n \"Address1\": \"\",\n \"Address2\": \"\",\n \"City\": \"\",\n \"State\": \"\",\n \"Zip\": \"\",\n \"Country\": \"\",\n \"Mcc\": \"\",\n \"LocationCode\": \"\",\n \"Contacts\": [\n {\n \"ContactName\": \"\",\n \"ContactEmail\": \"\",\n \"ContactTitle\": \"\",\n \"ContactPhone\": \"\"\n },\n {\n \"ContactName\": \"\",\n \"ContactEmail\": \"\",\n \"ContactTitle\": \"\",\n \"ContactPhone\": \"\"\n }\n ],\n \"BillingData\": {\n \"id\": \"\",\n \"nickname\": \"\",\n \"bankName\": \"\",\n \"routingAccount\": \"\",\n \"accountNumber\": \"\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Business\",\n \"bankAccountFunction\": \"\",\n \"verified\": \"\",\n \"status\": \"\",\n \"services\": [\n {\n \"description\": \"Any type\"\n },\n {\n \"description\": \"Any type\"\n }\n ],\n \"default\": \"\",\n \"accountId\": \"\"\n },\n \"PaymentMethod\": \"\",\n \"VendorStatus\": \"\",\n \"VendorId\": \"\",\n \"EnrollmentStatus\": \"\",\n \"Summary\": {\n \"ActiveBills\": \"\",\n \"PendingBills\": \"\",\n \"InTransitBills\": \"\",\n \"PaidBills\": \"\",\n \"OverdueBills\": \"\",\n \"ApprovedBills\": \"\",\n \"DisapprovedBills\": \"\",\n \"TotalBills\": \"\",\n \"ActiveBillsAmount\": \"\",\n \"PendingBillsAmount\": \"\",\n \"InTransitBillsAmount\": \"\",\n \"PaidBillsAmount\": \"\",\n \"OverdueBillsAmount\": \"\",\n \"ApprovedBillsAmount\": \"\",\n \"DisapprovedBillsAmount\": \"\",\n \"TotalBillsAmount\": \"\"\n },\n \"PaypointLegalname\": \"\",\n \"PaypointId\": \"\",\n \"PaypointDbaname\": \"\",\n \"PaypointEntryname\": \"\",\n \"ParentOrgName\": \"\",\n \"ParentOrgId\": \"\",\n \"CreatedDate\": \"\",\n \"LastUpdated\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"remitCountry\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"InternalReferenceId\": \"\",\n \"PaymentPortalUrl\": \"\",\n \"CardAccepted\": \"\",\n \"AchAccepted\": \"\",\n \"CheckAccepted\": \"\",\n \"EnrichmentStatus\": \"\",\n \"EnrichedBy\": \"\",\n \"EnrichedAt\": \"\",\n \"EnrichmentId\": \"\",\n \"additionalData\": {\n \"consectetur_1\": \"\",\n \"ut_4\": \"\"\n },\n \"externalPaypointID\": \"\",\n \"StoredMethods\": [\n {\n \"IdPmethod\": \"\",\n \"Method\": \"\",\n \"Descriptor\": \"\",\n \"MaskedAccount\": \"\",\n \"ExpDate\": \"\",\n \"HolderName\": \"\",\n \"AchSecCode\": \"\",\n \"AchHolderType\": \"\",\n \"IsValidatedACH\": \"\",\n \"BIN\": \"\",\n \"binData\": {\n \"binMatchedLength\": \"\",\n \"binCardBrand\": \"\",\n \"binCardType\": \"\",\n \"binCardCategory\": \"\",\n \"binCardIssuer\": \"\",\n \"binCardIssuerCountry\": \"\",\n \"binCardIssuerCountryCodeA2\": \"\",\n \"binCardIssuerCountryNumber\": \"\",\n \"binCardIsRegulated\": \"\",\n \"binCardUseCategory\": \"\",\n \"binCardIssuerCountryCodeA3\": \"\"\n },\n \"ABA\": \"\",\n \"PostalCode\": \"\",\n \"MethodType\": \"\",\n \"WalletType\": \"\",\n \"LastUpdated\": \"\",\n \"CardUpdatedOn\": \"\"\n },\n {\n \"IdPmethod\": \"\",\n \"Method\": \"\",\n \"Descriptor\": \"\",\n \"MaskedAccount\": \"\",\n \"ExpDate\": \"\",\n \"HolderName\": \"\",\n \"AchSecCode\": \"\",\n \"AchHolderType\": \"\",\n \"IsValidatedACH\": \"\",\n \"BIN\": \"\",\n \"binData\": {\n \"binMatchedLength\": \"\",\n \"binCardBrand\": \"\",\n \"binCardType\": \"\",\n \"binCardCategory\": \"\",\n \"binCardIssuer\": \"\",\n \"binCardIssuerCountry\": \"\",\n \"binCardIssuerCountryCodeA2\": \"\",\n \"binCardIssuerCountryNumber\": \"\",\n \"binCardIsRegulated\": \"\",\n \"binCardUseCategory\": \"\",\n \"binCardIssuerCountryCodeA3\": \"\"\n },\n \"ABA\": \"\",\n \"PostalCode\": \"\",\n \"MethodType\": \"\",\n \"WalletType\": \"\",\n \"LastUpdated\": \"\",\n \"CardUpdatedOn\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-bd497ee4-8c5b-45a5-a735-7f9f3c3ea7d6" } ], "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-08c89f4a-1314-46c1-b788-ea8595d56543" }, { "name": "Update vendor", "id": "3d916f88-9275-46a3-a399-ff5e799a5471", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorNumber\": \"\",\n \"AdditionalData\": {\n \"consectetur49\": \"\"\n },\n \"address1\": \"\",\n \"address2\": \"\",\n \"billingData\": {\n \"accountNumber\": \"\",\n \"bankAccountFunction\": \"\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Personal\",\n \"bankName\": \"\",\n \"id\": \"\",\n \"routingAccount\": \"\",\n \"typeAccount\": \"Savings\"\n },\n \"city\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"country\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"ein\": \"\",\n \"email\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"mcc\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": \"\",\n \"phone\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitCountry\": \"\",\n \"remitEmail\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"state\": \"\",\n \"vendorStatus\": \"\",\n \"zip\": \"\",\n \"defaultMethodId\": \"\",\n \"attachment\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "id": "b9888f32-94dc-45a6-83be-54fe619bf8be", "key": "idVendor", "value": "", "description": "(Required) Vendor ID." } ] }, "description": "Updates a vendor's information. Send only the fields you need to update." }, "response": [ { "id": "a6cb122a-03db-4d60-93c4-a6e0e6d91667", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorNumber\": \"\",\n \"AdditionalData\": {\n \"consectetur49\": \"\"\n },\n \"address1\": \"\",\n \"address2\": \"\",\n \"billingData\": {\n \"accountNumber\": \"\",\n \"bankAccountFunction\": \"\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Personal\",\n \"bankName\": \"\",\n \"id\": \"\",\n \"routingAccount\": \"\",\n \"typeAccount\": \"Savings\"\n },\n \"city\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"country\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"ein\": \"\",\n \"email\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"mcc\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": \"\",\n \"phone\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitCountry\": \"\",\n \"remitEmail\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"state\": \"\",\n \"vendorStatus\": \"\",\n \"zip\": \"\",\n \"defaultMethodId\": \"\",\n \"attachment\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "key": "idVendor" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"responseText\": \"\",\n \"isSuccess\": \"\",\n \"pageIdentifier\": \"\",\n \"responseCode\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-a6cb122a-03db-4d60-93c4-a6e0e6d91667" }, { "id": "047d3a23-c7b7-4e9c-8840-eb6b077bea05", "name": "Bad request / invalid data.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorNumber\": \"\",\n \"AdditionalData\": {\n \"consectetur49\": \"\"\n },\n \"address1\": \"\",\n \"address2\": \"\",\n \"billingData\": {\n \"accountNumber\": \"\",\n \"bankAccountFunction\": \"\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Personal\",\n \"bankName\": \"\",\n \"id\": \"\",\n \"routingAccount\": \"\",\n \"typeAccount\": \"Savings\"\n },\n \"city\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"country\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"ein\": \"\",\n \"email\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"mcc\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": \"\",\n \"phone\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitCountry\": \"\",\n \"remitEmail\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"state\": \"\",\n \"vendorStatus\": \"\",\n \"zip\": \"\",\n \"defaultMethodId\": \"\",\n \"attachment\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "key": "idVendor" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-047d3a23-c7b7-4e9c-8840-eb6b077bea05" }, { "id": "7c46d1f2-cc50-469d-83f6-a9262fc467fa", "name": "Unauthorized request.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorNumber\": \"\",\n \"AdditionalData\": {\n \"consectetur49\": \"\"\n },\n \"address1\": \"\",\n \"address2\": \"\",\n \"billingData\": {\n \"accountNumber\": \"\",\n \"bankAccountFunction\": \"\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Personal\",\n \"bankName\": \"\",\n \"id\": \"\",\n \"routingAccount\": \"\",\n \"typeAccount\": \"Savings\"\n },\n \"city\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"country\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"ein\": \"\",\n \"email\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"mcc\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": \"\",\n \"phone\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitCountry\": \"\",\n \"remitEmail\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"state\": \"\",\n \"vendorStatus\": \"\",\n \"zip\": \"\",\n \"defaultMethodId\": \"\",\n \"attachment\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "key": "idVendor" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-7c46d1f2-cc50-469d-83f6-a9262fc467fa" }, { "id": "e07886f0-c7bf-4013-aee7-2e23038bbeb2", "name": "Internal server error.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorNumber\": \"\",\n \"AdditionalData\": {\n \"consectetur49\": \"\"\n },\n \"address1\": \"\",\n \"address2\": \"\",\n \"billingData\": {\n \"accountNumber\": \"\",\n \"bankAccountFunction\": \"\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Personal\",\n \"bankName\": \"\",\n \"id\": \"\",\n \"routingAccount\": \"\",\n \"typeAccount\": \"Savings\"\n },\n \"city\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"country\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"ein\": \"\",\n \"email\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"mcc\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": \"\",\n \"phone\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitCountry\": \"\",\n \"remitEmail\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"state\": \"\",\n \"vendorStatus\": \"\",\n \"zip\": \"\",\n \"defaultMethodId\": \"\",\n \"attachment\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "key": "idVendor" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-e07886f0-c7bf-4013-aee7-2e23038bbeb2" }, { "id": "d1b8df5c-c9d2-4730-b406-4aed6896cc33", "name": "Database connection error.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorNumber\": \"\",\n \"AdditionalData\": {\n \"consectetur49\": \"\"\n },\n \"address1\": \"\",\n \"address2\": \"\",\n \"billingData\": {\n \"accountNumber\": \"\",\n \"bankAccountFunction\": \"\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Personal\",\n \"bankName\": \"\",\n \"id\": \"\",\n \"routingAccount\": \"\",\n \"typeAccount\": \"Savings\"\n },\n \"city\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"country\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"ein\": \"\",\n \"email\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"mcc\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": \"\",\n \"phone\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitCountry\": \"\",\n \"remitEmail\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"state\": \"\",\n \"vendorStatus\": \"\",\n \"zip\": \"\",\n \"defaultMethodId\": \"\",\n \"attachment\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "key": "idVendor" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-d1b8df5c-c9d2-4730-b406-4aed6896cc33" } ], "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-3d916f88-9275-46a3-a399-ff5e799a5471" }, { "name": "Delete vendor", "id": "46562a27-3ca7-4e8c-af12-ee0a11ddcdb5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "id": "f37ac0c0-0a15-41be-b88b-39723afe728d", "key": "idVendor", "value": "", "description": "(Required) Vendor ID." } ] }, "description": "Delete a vendor." }, "response": [ { "id": "6403862d-6f19-450e-afb8-7964e80de3c2", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "key": "idVendor" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"responseText\": \"\",\n \"isSuccess\": \"\",\n \"pageIdentifier\": \"\",\n \"responseCode\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-6403862d-6f19-450e-afb8-7964e80de3c2" }, { "id": "a00c427f-61ce-4640-abbe-85af07212fbe", "name": "Bad request / invalid data.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "key": "idVendor" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-a00c427f-61ce-4640-abbe-85af07212fbe" }, { "id": "5766a877-6349-4417-b8bb-16313cadaa7e", "name": "Unauthorized request.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "key": "idVendor" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-5766a877-6349-4417-b8bb-16313cadaa7e" }, { "id": "a08f859b-0ff0-4912-a683-053f1952cdb5", "name": "Internal server error.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "key": "idVendor" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-a08f859b-0ff0-4912-a683-053f1952cdb5" }, { "id": "d40327a3-48a2-4f8e-8ca8-c588908def9c", "name": "Database connection error.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Vendor/:idVendor", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", ":idVendor" ], "variable": [ { "key": "idVendor" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-d40327a3-48a2-4f8e-8ca8-c588908def9c" } ], "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-46562a27-3ca7-4e8c-af12-ee0a11ddcdb5" } ], "id": "a400207a-bef8-4dc2-9e91-cd05122e705a", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-a400207a-bef8-4dc2-9e91-cd05122e705a" }, { "name": "enrich", "item": [ { "name": "{entry}", "item": [ { "name": "Enrich vendor", "id": "a5583361-ffb7-458c-be4a-67230773fb69", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorId\": \"\",\n \"scope\": [\n \"\",\n \"\"\n ],\n \"applyEnrichmentData\": \"\",\n \"scheduleCallIfNeeded\": \"\",\n \"invoiceFile\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"png\",\n \"furl\": \"\"\n },\n \"billId\": \"\",\n \"fallbackMethod\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/enrich/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "enrich", ":entry" ], "variable": [ { "id": "3f00200e-7478-4f45-a610-acfe85b05934", "key": "entry", "value": "", "description": "(Required) Entrypoint identifier." } ] }, "description": "Triggers AI-powered vendor enrichment for an existing vendor. Runs one or more enrichment stages (invoice scan, web search) based on the `scope` parameter. Can automatically apply extracted payment acceptance info and vendor contact information to the vendor record, or return raw results for manual review. Contact Payabli to enable this feature." }, "response": [ { "id": "f4398c2e-f39e-46c2-beb0-2d9450b13bbf", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorId\": \"\",\n \"scope\": [\n \"\",\n \"\"\n ],\n \"applyEnrichmentData\": \"\",\n \"scheduleCallIfNeeded\": \"\",\n \"invoiceFile\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"png\",\n \"furl\": \"\"\n },\n \"billId\": \"\",\n \"fallbackMethod\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/enrich/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "enrich", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"pageIdentifier\": \"\",\n \"roomId\": \"\",\n \"isSuccess\": \"\",\n \"responseData\": {\n \"enrichmentId\": \"\",\n \"status\": \"\",\n \"stagesTriggered\": [\n \"\",\n \"\"\n ],\n \"vendorPayoutReady\": \"\",\n \"enrichmentData\": {\n \"invoiceScan\": {\n \"vendorName\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zipCode\": \"\",\n \"country\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"paymentLink\": \"\",\n \"cardAccepted\": \"\",\n \"achAccepted\": \"\",\n \"checkAccepted\": \"\",\n \"invoiceNumber\": \"\",\n \"amountDue\": \"\",\n \"dueDate\": \"\"\n },\n \"webSearch\": {\n \"phone\": \"\",\n \"phoneType\": \"\",\n \"email\": \"\",\n \"emailType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zipCode\": \"\",\n \"country\": \"\",\n \"addressType\": \"\",\n \"paymentLink\": \"\",\n \"paymentLinkType\": \"\",\n \"cardAccepted\": \"\",\n \"achAccepted\": \"\",\n \"checkAccepted\": \"\"\n }\n }\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-f4398c2e-f39e-46c2-beb0-2d9450b13bbf" }, { "id": "175aa84f-8b24-4984-bf30-ea6c753d15c3", "name": "Bad request / invalid data.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorId\": \"\",\n \"scope\": [\n \"\",\n \"\"\n ],\n \"applyEnrichmentData\": \"\",\n \"scheduleCallIfNeeded\": \"\",\n \"invoiceFile\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"png\",\n \"furl\": \"\"\n },\n \"billId\": \"\",\n \"fallbackMethod\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/enrich/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "enrich", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-175aa84f-8b24-4984-bf30-ea6c753d15c3" }, { "id": "75ad8033-c9e4-4534-bfdc-134eb7aa0525", "name": "Unauthorized request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorId\": \"\",\n \"scope\": [\n \"\",\n \"\"\n ],\n \"applyEnrichmentData\": \"\",\n \"scheduleCallIfNeeded\": \"\",\n \"invoiceFile\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"png\",\n \"furl\": \"\"\n },\n \"billId\": \"\",\n \"fallbackMethod\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/enrich/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "enrich", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-75ad8033-c9e4-4534-bfdc-134eb7aa0525" }, { "id": "91496bd7-8aac-4be5-b56a-9853854331b8", "name": "Internal server error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorId\": \"\",\n \"scope\": [\n \"\",\n \"\"\n ],\n \"applyEnrichmentData\": \"\",\n \"scheduleCallIfNeeded\": \"\",\n \"invoiceFile\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"png\",\n \"furl\": \"\"\n },\n \"billId\": \"\",\n \"fallbackMethod\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/enrich/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "enrich", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-91496bd7-8aac-4be5-b56a-9853854331b8" }, { "id": "15c7dc74-a923-4946-a351-1bd1ac43ee4d", "name": "Database connection error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorId\": \"\",\n \"scope\": [\n \"\",\n \"\"\n ],\n \"applyEnrichmentData\": \"\",\n \"scheduleCallIfNeeded\": \"\",\n \"invoiceFile\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"png\",\n \"furl\": \"\"\n },\n \"billId\": \"\",\n \"fallbackMethod\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/enrich/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "enrich", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-15c7dc74-a923-4946-a351-1bd1ac43ee4d" } ], "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-a5583361-ffb7-458c-be4a-67230773fb69" } ], "id": "f38e9f7b-d841-4607-be54-5f3753975912", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-f38e9f7b-d841-4607-be54-5f3753975912" }, { "name": "schedule_call", "item": [ { "name": "{entry}", "item": [ { "name": "Schedule outreach call", "id": "216d617c-f6f5-492d-a8aa-47cd22a2b90f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorId\": \"\",\n \"phone\": \"\",\n \"enrichmentId\": \"\",\n \"billId\": \"\",\n \"fallbackMethod\": \"\",\n \"maxRetries\": \"\",\n \"timezone\": \"\",\n \"sendNow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/enrich/schedule_call/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "enrich", "schedule_call", ":entry" ], "variable": [ { "id": "e20c9174-5316-4203-bc91-ffbb006de946", "key": "entry", "value": "", "description": "(Required) Entrypoint identifier." } ] }, "description": "Schedules an AI outreach call to a vendor to collect their preferred payment method and contact email. This is the third enrichment stage. Calls are scheduled for the next business day at around 9 AM in the vendor's timezone, with retries on no-answer and a fallback payment method applied when retries are exhausted. This feature is opt-in at the org level. Contact your Payabli representative to enable it, provision a phone number, and discuss pricing." }, "response": [ { "id": "707a0027-6e76-4a2a-a8c0-64976629c04c", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorId\": \"\",\n \"phone\": \"\",\n \"enrichmentId\": \"\",\n \"billId\": \"\",\n \"fallbackMethod\": \"\",\n \"maxRetries\": \"\",\n \"timezone\": \"\",\n \"sendNow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/enrich/schedule_call/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "enrich", "schedule_call", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"pageIdentifier\": \"\",\n \"roomId\": \"\",\n \"isSuccess\": \"\",\n \"responseData\": {\n \"callScheduleId\": \"\",\n \"enrichmentId\": \"\",\n \"scheduledCallDate\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-707a0027-6e76-4a2a-a8c0-64976629c04c" }, { "id": "02f69024-f046-47cd-b735-30621cdf68e4", "name": "Bad request / invalid data.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorId\": \"\",\n \"phone\": \"\",\n \"enrichmentId\": \"\",\n \"billId\": \"\",\n \"fallbackMethod\": \"\",\n \"maxRetries\": \"\",\n \"timezone\": \"\",\n \"sendNow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/enrich/schedule_call/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "enrich", "schedule_call", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-02f69024-f046-47cd-b735-30621cdf68e4" }, { "id": "85fe5242-baca-4aa8-b1d4-a2bbea531e33", "name": "Unauthorized request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorId\": \"\",\n \"phone\": \"\",\n \"enrichmentId\": \"\",\n \"billId\": \"\",\n \"fallbackMethod\": \"\",\n \"maxRetries\": \"\",\n \"timezone\": \"\",\n \"sendNow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/enrich/schedule_call/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "enrich", "schedule_call", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-85fe5242-baca-4aa8-b1d4-a2bbea531e33" }, { "id": "ae9a076f-0366-4cb3-9776-10800458f97b", "name": "Too many requests. The calling system is rate limited.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorId\": \"\",\n \"phone\": \"\",\n \"enrichmentId\": \"\",\n \"billId\": \"\",\n \"fallbackMethod\": \"\",\n \"maxRetries\": \"\",\n \"timezone\": \"\",\n \"sendNow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/enrich/schedule_call/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "enrich", "schedule_call", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-ae9a076f-0366-4cb3-9776-10800458f97b" }, { "id": "5c794f2e-1aaa-4f0a-856f-9ecad134e1a0", "name": "Internal server error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorId\": \"\",\n \"phone\": \"\",\n \"enrichmentId\": \"\",\n \"billId\": \"\",\n \"fallbackMethod\": \"\",\n \"maxRetries\": \"\",\n \"timezone\": \"\",\n \"sendNow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/enrich/schedule_call/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "enrich", "schedule_call", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-5c794f2e-1aaa-4f0a-856f-9ecad134e1a0" }, { "id": "dcee8b70-8070-42f1-897c-de835e76cfd7", "name": "Database connection error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"vendorId\": \"\",\n \"phone\": \"\",\n \"enrichmentId\": \"\",\n \"billId\": \"\",\n \"fallbackMethod\": \"\",\n \"maxRetries\": \"\",\n \"timezone\": \"\",\n \"sendNow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Vendor/enrich/schedule_call/:entry", "host": [ "{{baseUrl}}" ], "path": [ "Vendor", "enrich", "schedule_call", ":entry" ], "variable": [ { "key": "entry" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-dcee8b70-8070-42f1-897c-de835e76cfd7" } ], "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-216d617c-f6f5-492d-a8aa-47cd22a2b90f" } ], "id": "9d210b72-1c4e-44a8-8163-6aac8514272b", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-9d210b72-1c4e-44a8-8163-6aac8514272b" } ], "id": "6b37959a-e7e2-4c75-b69b-aa37b6772014", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-6b37959a-e7e2-4c75-b69b-aa37b6772014" } ], "id": "eecaa095-34f0-4fe5-a68c-e320e27cf584", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-eecaa095-34f0-4fe5-a68c-e320e27cf584" } ], "id": "f1d1c901-c56f-475d-9e07-836eb6f0c863", "createdAt": "2026-07-28T02:33:25.000Z", "updatedAt": "2026-07-28T02:33:25.000Z", "uid": "35240-f1d1c901-c56f-475d-9e07-836eb6f0c863" } ], "variable": [ { "key": "baseUrl", "value": "https://api-sandbox.payabli.com/api" } ] }