Provider Account

Creates a new provider account

post/provideraccounts

Headers

Authorizationstring required

Bearer Token (Example: Bearer foo)

Request body

createdAtstring
idstring uuid4
integrationTypestring
isActiveboolean
isC2Cboolean
labelFileTypestring
ownerstring
parametersobject
providerCodestring
testboolean
updatedAtstring
usernamestring
versioninteger

Example request

{
  "id": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb"
}

Response

Created

additionalMessagestring
codestring
messagestring
resultboolean

Example response

{
  "data": {
    "id": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.