Update an incident
patch
/fscmRestApi/resources/11.13.18.05/publicSectorIncidents/{IncidentKey}
Request
Path Parameters
-
IncidentKey(required): integer(int64)
The unique identifier for an incident. This number is created using autonumbering.
Header Parameters
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
Supported Media Types
- application/json
The following table describes the body parameters in the request for this task.
Root Schema : schema
Type:
Show Source
object-
AgencyFlag: boolean
Maximum Length:
1Indicates whether an agency staff member reported the issue. -
AgencyId: integer
(int32)
Default Value:
1The unique agency ID. -
AssignedId: integer
(int64)
The PERSON_ID key of the person assigned to work on the incident. This ID comes from the table PER_USERS.
-
ClosedReason: string
Maximum Length:
450The reason for closing the incident. -
DisclosureFlag: boolean
Maximum Length:
1Indicates whether the person who reported the incident chose to keep their information private. This indicator is used when agencies do not accept anonymous incidents, but do provide an option to hide private information. A value of Y means that the information is to be kept private. -
DistrictId: string
Maximum Length:
30The unique identifier for the district of the incident location. -
DistrictType: string
Maximum Length:
50The unique identifier for the district type that is associated with the issue subtype. -
DuplicateFlag: string
Maximum Length:
1Indicates whether the incident is a potential duplicate. -
IncidentComment: array
Incident Comments
Title:
Incident CommentsThe incident comments resource is used to view, create, delete, or modify comments for code enforcement incidents. -
IncidentId: string
Maximum Length:
50A logical ID for the incident transaction. -
IntakeSource: string
Maximum Length:
30The transaction type for the transaction that is the source of an incident. -
IssueDescription: string
Maximum Length:
1000The complainant's issue description. -
IssueSubtypeId: string
Maximum Length:
50The logical issue subtype ID. -
IssueTypeId: string
Maximum Length:
50The logical issue type ID. -
Latitude: number
The latitude of the property that is associated with the issue.
-
LocationDescr: string
Maximum Length:
1000Additional issue location information such as an apartment number or descriptive details. -
Longitude: number
The longitude of the property that is associated with the issue.
-
NotifyMeFlag: boolean
Maximum Length:
1Indicates whether the registered user who reported the incident wishes to receive update notifications. -
ObsoleteFlag: boolean
Maximum Length:
1Default Value:falseIndicates whether the issue is obsolete. -
OriginatorSource: string
Maximum Length:
30The external source system identifier, such as 311, CRM, or CX. -
OriginatorSrId: string
Maximum Length:
30The external source unique service request ID. -
ParentId: string
Maximum Length:
50The ID of the parent incident. -
ParentKey: integer
(int64)
The key of the parent incident.
-
ParentType: string
Maximum Length:
15The type of parent record, either an incident or a case. -
PrimaryIssueFlag: boolean
Maximum Length:
1Indicates whether the issue is the parent of another issue. -
Priority: string
Maximum Length:
30Default Value:NThe incident priority code. Valid values are CRITICAL P1, HIGH P2, MEDIUM P3, and LOW P4. -
PropertyAddress1: string
Maximum Length:
240The first line of the address for the complaint. -
PropertyAddress2: string
Maximum Length:
240The second line of the address for the complaint. -
PropertyAddress3: string
Maximum Length:
240The third line of the address for the complaint. -
PropertyAddress4: string
Maximum Length:
240The fourth line of the address for the complaint. -
PropertyAddressId: integer
(int64)
The property address ID.
-
PropertyCity: string
Maximum Length:
60The city for the address of the complaint. -
PropertyCoordinateX: number
The X coordinate of the property that is the subject of the complaint.
-
PropertyCoordinateY: number
The y coordinate of the property that is the subject of the complaint.
-
PropertyCountry: string
Maximum Length:
3The country for the address of the complaint. -
PropertyCounty: string
Maximum Length:
60The county of the address of the complaint. -
PropertyOwnerId: integer
The unique identifier of the property owner of the incident.
-
PropertyParcelId: integer
(int64)
The property parcel ID.
-
PropertyParcelIdEntered: string
Maximum Length:
30The APN number for the parcel that is entered while reporting the incident. -
PropertyPostalCode: string
Maximum Length:
60The postal code for the address of the complaint. -
PropertyPostalPlusFourCode: string
Maximum Length:
10The postal code plus four for the address of the complaint. -
PropertyProvince: string
Maximum Length:
60The province for the address of the complaint. -
PropertyState: string
Maximum Length:
60The state for the address of the complaint. -
ReferralCode: string
Maximum Length:
100The referral code for the issue. Referral codes are used to refer an issue to another agency or another group within the agency. -
ReopenedFlag: string
Maximum Length:
1Default Value:NIndicates whether the incident was reopened. -
ReopenedReason: string
Maximum Length:
30The reason for reopening the incident. -
ReviewDueDate: string
(date-time)
The issue review due date.
-
ReviewerId: integer
(int64)
The PERSON_ID key of the incident's reviewer. This ID comes from the table PER_USERS.
-
Shape: object
Shape
The spatial shape of the property associated with the transaction. This information comes from GIS.
-
Status: string
Maximum Length:
15The incident status. -
SubmitDate: string
(date-time)
The issue submission date.
Nested Schema : Incident Comments
Type:
arrayTitle:
Incident CommentsThe incident comments resource is used to view, create, delete, or modify comments for code enforcement incidents.
Show Source
Nested Schema : Shape
Type:
objectThe spatial shape of the property associated with the transaction. This information comes from GIS.
Nested Schema : schema
Type:
Show Source
object-
CommentText: string
(byte)
Title:
CommentsThe text of the comment in HTML format. -
Visibility: string
Title:
Hide from PublicMaximum Length:1Default Value:YIndicates whether the comment is visible.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context(required):
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".
-
REST-Framework-Version(required):
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.
Root Schema : publicSectorIncidents-item-response
Type:
Show Source
object-
AgencyFlag: boolean
Maximum Length:
1Indicates whether an agency staff member reported the issue. -
AgencyId: integer
(int32)
Default Value:
1The unique agency ID. -
AssignedId: integer
(int64)
The PERSON_ID key of the person assigned to work on the incident. This ID comes from the table PER_USERS.
-
AssignedPuid: string
The public unique identifier for the incident assigned ID.
-
AssigneeName: string
Read Only:
trueMaximum Length:255The code enforcement officer name. -
ClosedBy: string
Read Only:
trueMaximum Length:64The person ID of the person who closed the case. -
ClosedDate: string
(date-time)
Read Only:
trueThe incident close date. -
ClosedReason: string
Maximum Length:
450The reason for closing the incident. -
DisclosureFlag: boolean
Maximum Length:
1Indicates whether the person who reported the incident chose to keep their information private. This indicator is used when agencies do not accept anonymous incidents, but do provide an option to hide private information. A value of Y means that the information is to be kept private. -
DistrictId: string
Maximum Length:
30The unique identifier for the district of the incident location. -
DistrictIdDescr: string
Title:
District DescriptionRead Only:trueMaximum Length:100The description of the district where the issue is located. -
DistrictType: string
Maximum Length:
50The unique identifier for the district type that is associated with the issue subtype. -
DistrictTypeDescr: string
Title:
DescriptionRead Only:trueMaximum Length:100The description of the district type that is associated with the issue subtype. -
DuplicateFlag: string
Maximum Length:
1Indicates whether the incident is a potential duplicate. -
IncidentComment: array
Incident Comments
Title:
Incident CommentsThe incident comments resource is used to view, create, delete, or modify comments for code enforcement incidents. -
IncidentId: string
Maximum Length:
50A logical ID for the incident transaction. -
IncidentKey: integer
(int64)
The unique identifier for an incident. This number is created using autonumbering.
-
IncidentPuid: string
Maximum Length:
480Default Value:The public unique identifier for a migrated incident record. -
IntakeKey: integer
(int64)
Read Only:
trueThe key from the intake record. The intake record is the parent of the incident record. -
IntakePuid: string
Maximum Length:
480Default Value:The public unique identifier for a migrated parent intake record. -
IntakeSource: string
Maximum Length:
30The transaction type for the transaction that is the source of an incident. -
IssueDescription: string
Maximum Length:
1000The complainant's issue description. -
IssueSubtype: string
Read Only:
trueMaximum Length:100The description of the issue subtype. -
IssueSubtypeCode: string
Read Only:
trueMaximum Length:40The code for the issue subtype. -
IssueSubtypeId: string
Maximum Length:
50The logical issue subtype ID. -
IssueType: string
Read Only:
trueMaximum Length:100The description of the issue type. -
IssueTypeId: string
Maximum Length:
50The logical issue type ID. -
Latitude: number
The latitude of the property that is associated with the issue.
-
LayoutVersion: string
Read Only:
trueMaximum Length:255The version of the intake form layout. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationDescr: string
Maximum Length:
1000Additional issue location information such as an apartment number or descriptive details. -
Longitude: number
The longitude of the property that is associated with the issue.
-
NotifyMeFlag: boolean
Maximum Length:
1Indicates whether the registered user who reported the incident wishes to receive update notifications. -
ObsoleteFlag: boolean
Maximum Length:
1Default Value:falseIndicates whether the issue is obsolete. -
OriginatorSource: string
Maximum Length:
30The external source system identifier, such as 311, CRM, or CX. -
OriginatorSrId: string
Maximum Length:
30The external source unique service request ID. -
ParcelIdEntered: string
Title:
Parcel NumberRead Only:trueMaximum Length:30The property parcel ID. -
ParentId: string
Maximum Length:
50The ID of the parent incident. -
ParentKey: integer
(int64)
The key of the parent incident.
-
ParentType: string
Maximum Length:
15The type of parent record, either an incident or a case. -
PrimaryIssueFlag: boolean
Maximum Length:
1Indicates whether the issue is the parent of another issue. -
Priority: string
Maximum Length:
30Default Value:NThe incident priority code. Valid values are CRITICAL P1, HIGH P2, MEDIUM P3, and LOW P4. -
ProcessInconsistent: string
Read Only:
trueMaximum Length:255The process inconsistent status of workflow process instance. -
ProcessInstanceId: string
Read Only:
trueMaximum Length:255The identifier for the workflow process instance. -
ProcessStatus: string
Read Only:
trueMaximum Length:255The process status of workflow process instance. -
PropertyAddress1: string
Maximum Length:
240The first line of the address for the complaint. -
PropertyAddress2: string
Maximum Length:
240The second line of the address for the complaint. -
PropertyAddress3: string
Maximum Length:
240The third line of the address for the complaint. -
PropertyAddress4: string
Maximum Length:
240The fourth line of the address for the complaint. -
PropertyAddressId: integer
(int64)
The property address ID.
-
PropertyCity: string
Maximum Length:
60The city for the address of the complaint. -
PropertyCoordinateX: number
The X coordinate of the property that is the subject of the complaint.
-
PropertyCoordinateY: number
The y coordinate of the property that is the subject of the complaint.
-
PropertyCountry: string
Maximum Length:
3The country for the address of the complaint. -
PropertyCounty: string
Maximum Length:
60The county of the address of the complaint. -
PropertyOwnerId: integer
The unique identifier of the property owner of the incident.
-
PropertyParcelId: integer
(int64)
The property parcel ID.
-
PropertyParcelIdEntered: string
Maximum Length:
30The APN number for the parcel that is entered while reporting the incident. -
PropertyPostalCode: string
Maximum Length:
60The postal code for the address of the complaint. -
PropertyPostalPlusFourCode: string
Maximum Length:
10The postal code plus four for the address of the complaint. -
PropertyProvince: string
Maximum Length:
60The province for the address of the complaint. -
PropertyState: string
Maximum Length:
60The state for the address of the complaint. -
ReferralCode: string
Maximum Length:
100The referral code for the issue. Referral codes are used to refer an issue to another agency or another group within the agency. -
ReferralType: string
Title:
Referral TypeRead Only:trueMaximum Length:100The referral type for the issue. Referral types are used to identify the department, agency, or other group that an incident has been referred to. -
ReopenedFlag: string
Maximum Length:
1Default Value:NIndicates whether the incident was reopened. -
ReopenedReason: string
Maximum Length:
30The reason for reopening the incident. -
ReportedById: string
Maximum Length:
18The ID of the person who reported the issue. -
ReviewDueDate: string
(date-time)
The issue review due date.
-
ReviewerId: integer
(int64)
The PERSON_ID key of the incident's reviewer. This ID comes from the table PER_USERS.
-
ReviewerName: string
Read Only:
trueMaximum Length:255The code enforcement technician name. -
ReviewerPuid: string
The public unique identifier for the incident reviewer ID.
-
Shape: object
Shape
The spatial shape of the property associated with the transaction. This information comes from GIS.
-
Status: string
Maximum Length:
15The incident status. -
StatusName: string
Title:
DescriptionRead Only:trueMaximum Length:30The description of the issue status. -
SubmitDate: string
(date-time)
The issue submission date.
Nested Schema : Incident Comments
Type:
arrayTitle:
Incident CommentsThe incident comments resource is used to view, create, delete, or modify comments for code enforcement incidents.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Shape
Type:
objectThe spatial shape of the property associated with the transaction. This information comes from GIS.
Nested Schema : publicSectorIncidents-IncidentComment-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The unique identifier for the agency. -
CommentId: integer
(int64)
The unique identifier of the comment.
-
CommentKey: integer
(int64)
The comment key.
-
CommentPreview: string
Title:
Comment PreviewRead Only:trueThe text of the comment in plain text format. This is used to preview the comment. -
CommentPuid: string
Maximum Length:
480Default Value:The public unique identifier for a migrated comment record. -
CommentText: string
(byte)
Title:
CommentsThe text of the comment in HTML format. -
CreatedByName: string
Title:
Created ByRead Only:trueThe name of the user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time that the row was created. -
IncidentPuid: string
Maximum Length:
480Default Value:The public unique identifier for a migrated parent incident record. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time that the row was last updated. -
LastUpdatedByName: string
Title:
Last Updated ByRead Only:trueThe name of the user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OriginalCreatedBy: string
The name of the user who created the comment.
-
TransactionKey: integer
(int64)
The transaction key for the transaction that the comment is associated with.
-
TransactionType: string
Read Only:
trueMaximum Length:10Default Value:INCThe type of transaction that the comment is associated with. -
Visibility: string
Title:
Hide from PublicMaximum Length:1Default Value:YIndicates whether the comment is visible.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Links
- IncidentComment
-
Operation: /fscmRestApi/resources/11.13.18.05/publicSectorIncidents/{IncidentKey}/child/IncidentCommentParameters:
- IncidentKey:
$request.path.IncidentKey
The incident comments resource is used to view, create, delete, or modify comments for code enforcement incidents. - IncidentKey: