Get all business license expiry communication items

get

/fscmRestApi/resources/11.13.18.05/publicSectorBlExpiryCommunications

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Finds the business license expiry communication data that matches the specified record key.
      Finder Variables:
      • LnpRecordKey; integer; The unique identifier for the record key.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AboutToExpireDate; string; The date when the notification about an expiring license or permit is sent.
    • Address1; string; The first line of the business license applicant address.
    • Address2; string; The second line of the business license applicant address.
    • AgencyId; integer; The identifier for a public sector agency. This is usually an alphanumeric identifier for a city, county, or state, but it can also be the name of a city, county, or state.
    • AltPhoneAreaCode; string; The alternate phone area code in the business license mailing address.
    • AltPhoneCountryCode; string; The alternate phone country code in the business license mailing address.
    • AltPhoneExtension; string; The alternate phone extension in the business license mailing address.
    • AltPhoneNumber; string; The alternate phone number in the business license mailing address.
    • ApplAteDate; string; The date to indicate when the application is about to expire.
    • ApplExpirationDate; string; The date when the application expires.
    • Applicant; integer; The party identifier of the business license applicant.
    • AssignedSpecialistEmail; string; The email of the specialist assigned to the application.
    • AssignedSpecialistName; string; The name of the specialist assigned to the application.
    • AssignedSpecialistUserid; string; The user ID of the specialist assigned to the application.
    • Balancedue; number; The application balance due amount.
    • BusAddress1; string; The first line of the business license location address.
    • BusAddress2; string; The second line of the business license location address.
    • BusBusinessLegalName; string; The legal name of the business entity.
    • BusCategory; string; The category of the business location.
    • BusCity; string; The city in the business license location address.
    • BusDbaBusinessName; string; The DBA business name of the business location.
    • BusDescription; string; The description of the business location.
    • BusDisadvOwnedFlag; string; Indicates if a person with disadvantage owns the business entity.
    • BusExemptFlag; string; The tax exempt flag of the business entity.
    • BusExemptPct; number; The tax exemption percentage of the business entity.
    • BusExemptType; string; The tax exemption type of the business entity.
    • BusFemaleOwnedFlag; string; Indicates if a female owns the business entity.
    • BusMinorityOwnedFlag; string; Indicates if a person from minority group owns the business entity.
    • BusNaicsCode; string; The NAICS code of business license.
    • BusSmallBusFlag; string; Indicates if the business entity is a small business.
    • BusSubCategory; string; The sub category of the business location.
    • BusVeteranOwnedFlag; string; Indicates if a veteran owns the business entity.
    • BusagentAddress1; string; The first line of the business entity authorized agent address.
    • BusagentAddress2; string; The second line of the business entity authorized agent address.
    • BusagentCity; string; The city of the business entity authorized agent address.
    • BusagentCountry; string; The country of the business entity authorized agent address.
    • BusagentCounty; string; The county of the business entity authorized agent address.
    • BusagentEmailAddress; string; The email address of the business entity authorized agent.
    • BusagentPersonName; string; The name of the business entity authorized agent.
    • BusagentPhoneAreaCode; string; The phone area code of the business entity authorized agent.
    • BusagentPhoneCountryCode; string; The phone country code of the business entity authorized agent.
    • BusagentPhoneExtension; string; The phone extension of the business entity authorized agent.
    • BusagentPhoneNumber; string; The phone number of the business entity authorized agent.
    • BusagentPostalCode; string; The postal code of the business entity authorized agent address.
    • BusagentProvince; string; The province of the business entity authorized agent address.
    • BusagentState; string; The state of the business entity authorized agent address.
    • BuslocCountry; string; The country in the business license location address.
    • BuslocEmailAddress; string; The email address of the business location.
    • BuslocPostalCode; string; The postal code in the business license location address.
    • BuslocProvince; string; The province in the business license applicant address.
    • BuslocState; string; The state in the business license location address.
    • BusownAddress1; string; The first line of the business entity owner address.
    • BusownAddress2; string; The second line of the business entity owner address.
    • BusownCity; string; The city of the business entity owner address.
    • BusownCountry; string; The country of the business entity owner.
    • BusownCounty; string; The county of the business entity owner address.
    • BusownEmailAddress; string; The email address of the business entity owner address.
    • BusownMailingAddress1; string; The first line of the business entity owner mailing address.
    • BusownMailingAddress2; string; The second line of the business entity owner mailing address.
    • BusownMailingCity; string; The city of the business entity owner mailing address.
    • BusownMailingCountry; string; The country of the business entity owner mailing address.
    • BusownMailingCounty; string; The county of the business entity owner mailing address.
    • BusownMailingPostalCode; string; The postal code of the business entity owner mailing address.
    • BusownMailingProvince; string; The province of the business entity owner mailing address.
    • BusownMailingState; string; The state of the business entity owner mailing address.
    • BusownPersonName; string; The name of the business entity owner.
    • BusownPhoneAreaCode; string; The phone area code of the business entity owner address.
    • BusownPhoneCountryCode; string; The phone country code of the business entity owner address.
    • BusownPhoneExtension; string; The phone extension of the business entity owner address.
    • BusownPhoneNumber; string; The phone number of the business entity owner address.
    • BusownPostalCode; string; The postal code of the business entity owner address.
    • BusownProvince; string; The province of the business entity owner address.
    • BusownState; string; The state of the business entity owner address.
    • City; string; The city in the business license applicant address.
    • Classification; string; The record classification. The classifications can be permit, business license, professional license, or planning and zoning.
    • Country; string; The country in the business license applicant address.
    • County; string; The county in the business license applicant address.
    • CreatedBy; string; The user who created the record.
    • CreationDate; string; The user who last updated the record.
    • DelinquentDate; string; The date the license becomes delinquent.
    • Description; string; The status of the business license record.
    • EmailAddress1; string; The first email address of the business license applicant.
    • EmailAddress2; string; The second email address of the business license applicant.
    • ExpirationDate; string; The date the license or permit is no longer valid.
    • ExpirationGraceDate; string; The application expiry grace date.
    • GracePeriod; integer; The grace period for the application expiry.
    • GracePeriodUom; string; The grace period unit for the application expiry.
    • IssueDate; string; The date the license or permit was issued. Used in the application information component of the Business License Designer.
    • LastUpdateDate; string; The date when the record was last updated.
    • LastUpdatedBy; string; The date when the record was created.
    • LicDescription; string; The description of the business license type.
    • LicenseFinancialStatus; string; The financial status of business license.
    • LicenseStatus; string; The status of business license.
    • LnpRecordId; string; The identifier for the business license record. For example, a license number with a value such as Business License ID RA-2017-00029.
    • LnpRecordKey; integer; The unique identifier for the record.
    • MailingAddress1; string; The first line of the business license mailing address.
    • MailingAddress2; string; The second line of the business license mailing address.
    • MailingCity; string; The city in the business license mailing address.
    • MailingCountry; string; The country in the business license mailing address.
    • MailingCounty; string; The county in the business license mailing address.
    • MailingPostalCode; string; The postal code in the business license mailing address.
    • MailingPostalPlusFourCode; string; The postal plus code in the business license mailing address.
    • MailingProvince; string; The province in the business license mailing address.
    • MailingState; string; The state in the business license mailing address.
    • OriginalIssueDate; string; The original issue date of business license.
    • PersonName; string; The permit applicant name.
    • PhoneAreaCode; string; The area code in the phone number of the business license applicant.
    • PhoneCountryCode; string; The country code in the phone number of the business license applicant.
    • PhoneExtension; string; The phone number extension of the business license applicant.
    • PhoneNumber; string; The permit applicant phone number.
    • PostalCode; string; The postal code in the business license applicant address.
    • PrimaryPhoneAreaCode; string; The primary phone area code in the business license mailing address.
    • PrimaryPhoneCountryCode; string; The primary phone country code in the business license mailing address.
    • PrimaryPhoneExtension; string; The primary phone extension in the business license mailing address.
    • PrimaryPhoneNumber; string; The primary phone number in the business license mailing address.
    • Primarycontactemail; string; The application primary contact email.
    • Primarycontactname; string; The application primary contact name.
    • Primarycontactphone; string; The application primary contact phone.
    • ProjectKey; integer; The project name information for a business license.
    • Province; string; The province in the business license applicant address.
    • RecordStatus; string; The status of the record.
    • RecordType; string; The business license type. Agencies define the types of licenses that they administer.
    • RenewalDate; string; The renewal date for the license or permit.
    • State; string; The state in the business license applicant address.
    • SubmitDate; string; The date the license and business license transaction was submitted. Used in the application information component of the Business License Designer.
    • SubmittedBy; string; The user who submitted the application.
    • Url; string; The browser link for the business license application.
    • UrlLabel; string; The label for the URL.
    • Username; string; The user ID of the business license applicant.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : publicSectorBlExpiryCommunications
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : publicSectorBlExpiryCommunications-item-response
Type: object
Show Source
Back to Top