POST Api/EmployeeWithCredentialLicense/UpdateCredentialLicense

Request Information

URI Parameters

None.

Body Parameters

EmployeeCredentialLicense
NameDescriptionTypeAdditional information
EmployeeCredentialLicenseId

integer

None.

EmployeeId

integer

None.

CredentialLicenseTypeId

integer

None.

EffectiveDate

date

None.

ExpirationDate

date

None.

FormFile

Collection of byte

None.

FileSize

integer

None.

FileName

string

None.

AzureFileName

string

None.

AzureFileUrl

string

None.

MimeType

string

None.

IsActive

boolean

None.

CredentialLicenseType

CredentialLicenseType

None.

Request Formats

application/json, text/json

Sample:
{
  "employeeCredentialLicenseId": 1,
  "employeeId": 2,
  "credentialLicenseTypeId": 3,
  "effectiveDate": "2026-05-06T01:20:53.4979481+02:00",
  "expirationDate": "2026-05-06T01:20:53.4979481+02:00",
  "formFile": "QEA=",
  "fileSize": 6,
  "fileName": "sample string 7",
  "azureFileName": "sample string 8",
  "azureFileUrl": "sample string 9",
  "mimeType": "sample string 10",
  "isActive": true,
  "credentialLicenseType": {
    "credentialLicenseTypeId": 1,
    "name": "sample string 2",
    "isActive": true,
    "toolTip": "sample string 4",
    "formTypeId": 1,
    "notifyDaysPriorToExpirationDate": 1,
    "requiredToStartWork": true,
    "required30DaysAfterBeginningWork": true,
    "formType": {
      "formTypeId": 1,
      "name": "sample string 2",
      "isActive": true,
      "formTypeCategoryId": 1,
      "formTypeCategory": {
        "formTypeCategoryId": 1,
        "name": "sample string 2",
        "isActive": true
      },
      "fileAttachmentId": 1,
      "attachedDocument": "QEA=",
      "azureAttachedDocument": "sample string 4",
      "azureAttachedDocumentUrl": "sample string 5",
      "mimeType": "sample string 6",
      "fileSize": 1,
      "fileName": "sample string 7"
    }
  }
}

text/html

Sample:
{"employeeCredentialLicenseId":1,"employeeId":2,"credentialLicenseTypeId":3,"effectiveDate":"2026-05-06T01:20:53.4979481+02:00","expirationDate":"2026-05-06T01:20:53.4979481+02:00","formFile":"QEA=","fileSize":6,"fileName":"sample string 7","azureFileName":"sample string 8","azureFileUrl":"sample string 9","mimeType":"sample string 10","isActive":true,"credentialLicenseType":{"credentialLicenseTypeId":1,"name":"sample string 2","isActive":true,"toolTip":"sample string 4","formTypeId":1,"notifyDaysPriorToExpirationDate":1,"requiredToStartWork":true,"required30DaysAfterBeginningWork":true,"formType":{"formTypeId":1,"name":"sample string 2","isActive":true,"formTypeCategoryId":1,"formTypeCategory":{"formTypeCategoryId":1,"name":"sample string 2","isActive":true},"fileAttachmentId":1,"attachedDocument":"QEA=","azureAttachedDocument":"sample string 4","azureAttachedDocumentUrl":"sample string 5","mimeType":"sample string 6","fileSize":1,"fileName":"sample string 7"}}}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[UrgentCareExtra.Data.Models.AdjustmentCodeClinic, UrgentCareExtra.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[UrgentCareExtra.Data.Models.AdjustmentCodeClinic, UrgentCareExtra.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EmployeeCredentialLicense'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.