v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
Payors Private

Create a Payor Link

This endpoint allows you to create a payor link.

post/v1/payorLinks

Request body

fromPayorIdstring uuid required
linkType'PARENT_OF' required
toPayorIdstring uuid required

Example request

{
  "toPayorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "fromPayorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "linkType": "PARENT_OF"
}

Response

HTTP Creeated