UpdateLicenseDto
licenseNumberstring
licenseTypestring
Possible values: [EXPLORATION, EXTRACTION, PROCESSING, TRADING]
issuingAuthoritystring
issueDatestring
expiryDatestring
licensedAreastring
commodityTypesstring[]
siteIdstring
statusstring
Possible values: [ACTIVE, SUSPENDED, EXPIRED, UNDER_RENEWAL, REVOKED]
responsiblePersonIdstring
User responsible for renewing this license (FR-CLM-021)
UpdateLicenseDto
{
"licenseNumber": "string",
"licenseType": "EXPLORATION",
"issuingAuthority": "string",
"issueDate": "string",
"expiryDate": "string",
"licensedArea": "string",
"commodityTypes": [
"string"
],
"siteId": "string",
"status": "ACTIVE",
"responsiblePersonId": "string"
}