POST Api/CredentialLicenseTypes/Update
Request Information
URI Parameters
None.
Body Parameters
CredentialLicenseType| Name | Description | Type | Additional information |
|---|---|---|---|
| CredentialLicenseTypeId | integer |
None. |
|
| Name | string |
Required |
|
| IsActive | boolean |
Required |
|
| ToolTip | string |
None. |
|
| FormTypeId | integer |
None. |
|
| NotifyDaysPriorToExpirationDate | integer |
None. |
|
| RequiredToStartWork | boolean |
None. |
|
| Required30DaysAfterBeginningWork | boolean |
None. |
|
| FormType | FormType |
None. |
Request Formats
application/json, text/json
Sample:
{
"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:
{"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, text/xml
Sample:
<CredentialLicenseType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrgentCareExtra.Data.Models">
<CredentialLicenseTypeId>1</CredentialLicenseTypeId>
<FormType>
<AttachedDocument>QEA=</AttachedDocument>
<AzureAttachedDocument>sample string 4</AzureAttachedDocument>
<AzureAttachedDocumentUrl>sample string 5</AzureAttachedDocumentUrl>
<FileAttachmentId>1</FileAttachmentId>
<FileName>sample string 7</FileName>
<FileSize>1</FileSize>
<FormTypeCategory>
<FormTypeCategoryId>1</FormTypeCategoryId>
<IsActive>true</IsActive>
<Name>sample string 2</Name>
</FormTypeCategory>
<FormTypeCategoryId>1</FormTypeCategoryId>
<FormTypeId>1</FormTypeId>
<IsActive>true</IsActive>
<MimeType>sample string 6</MimeType>
<Name>sample string 2</Name>
</FormType>
<FormTypeId>1</FormTypeId>
<IsActive>true</IsActive>
<Name>sample string 2</Name>
<NotifyDaysPriorToExpirationDate>1</NotifyDaysPriorToExpirationDate>
<Required30DaysAfterBeginningWork>true</Required30DaysAfterBeginningWork>
<RequiredToStartWork>true</RequiredToStartWork>
<ToolTip>sample string 4</ToolTip>
</CredentialLicenseType>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.