v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBe) Organisation Management
Update an organisation's card on file
Updates the fields of an existing card on file registered against the organisation.
put/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/cards-on-file/{cardOnFileId}
Path parameters
tenantIdinteger required
organisationIdinteger required
cardOnFileIdstring required
Request body
Example request
{
"deleteAt": "2022-03-10T12:15:50-04:00"
}Response
OK
Example response
{
"deleteAt": "2022-03-10T12:15:50-04:00",
"expires": "2022-03-10T12:15:50-04:00"
}