Create an inspection action is not supported
post
/fscmRestApi/resources/11.13.18.05/publicSectorUnasgnInspections
Request
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.
-
Upsert-Mode:
When set to true, the server will perform an Upsert operation instead of a Create. In an Upsert operation the server attempts to find an existing resource that matches the payload. If found, the server updates the existing resource instead of creating a new one. If not found, or when set to false (the default), a Create is performed.
Supported Media Types
- application/json
The following table describes the body parameters in the request for this task.
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 : publicSectorUnasgnInspections-item-response
Type:
Show Source
object
-
Address1: string
Read Only:
true
Maximum Length:240
The first line of the address on the inspection. -
Address2: string
Read Only:
true
Maximum Length:240
The second line of the address on the inspection. -
Address3: string
Read Only:
true
Maximum Length:240
The third line of the address on the inspection. -
Address4: string
Read Only:
true
Maximum Length:240
The fourth line of the address on the inspection. -
AddressId: integer
(int64)
Read Only:
true
The unique identifier of the record parcel address. -
AgencyId: integer
(int32)
Read Only:
true
The unique identifier of the agency associated with the inspection. -
City: string
Read Only:
true
Maximum Length:60
The city of the address on the inspection. -
Country: string
Read Only:
true
Maximum Length:3
The country of the address on the inspection. -
County: string
Read Only:
true
Maximum Length:60
The county of the address on the inspection. -
Description: string
Read Only:
true
Maximum Length:100
The description of the inspection, which comes from the inspection type. -
EstimatedDurationHrs: number
Read Only:
true
The estimated duration of the inspection in hours. -
InspectionCompleteDttm: string
(date-time)
Read Only:
true
The date and time at which the inspection was completed. -
InspectionDistrict: string
Read Only:
true
Maximum Length:50
The district on the inspection. -
InspectionGroup: string
Read Only:
true
Maximum Length:15
The inspection group associated with the permit. -
InspectionId: string
Read Only:
true
Maximum Length:50
The unique identifier of the inspection. -
InspectionKey: integer
(int64)
Read Only:
true
The unique identifier of the inspection. -
InspectionResult: string
Read Only:
true
Maximum Length:25
The result of the inspection as recorded by the inspector. -
InspectionStatus: string
Read Only:
true
Maximum Length:15
The status of the inspection. -
InspectionType: string
Read Only:
true
Maximum Length:15
The inspection type on the inspection. -
InspectorId: integer
(int64)
Read Only:
true
The unique identifier of the inspector assigned to the inspection. -
InspectorName: string
Read Only:
true
Maximum Length:360
The name of the assigned inspector. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LnpRecordId: string
Read Only:
true
Maximum Length:50
The unique identifier of the application record. -
LnpRecordKey: integer
(int64)
Read Only:
true
The unique identifier of the record associated with the permit. -
ParcelId: integer
(int64)
Read Only:
true
The unique identifier of the record parcel. -
PermitDescription: string
Read Only:
true
Maximum Length:1000
The description of the record associated with the inspection. -
PostalCode: string
Read Only:
true
Maximum Length:60
The postal code of the address on the inspection. -
PreferredDate: string
(date-time)
Read Only:
true
The preferred date for the inspection to be performed. -
PreferredInspectorName: string
Read Only:
true
Maximum Length:360
The name of the preferred inspector. -
PreferredTime: string
Read Only:
true
Maximum Length:15
The preferred time for the inspection to be performed. -
PriorInspectorName: string
Read Only:
true
Maximum Length:360
The name of the inspector assigned to the prior inspection associated with this reinspection. -
ReadyByDttm: string
(date-time)
Read Only:
true
The date and time after which the inspection can be performed. -
ReinspectionIdBy: string
Read Only:
true
Maximum Length:50
The unique identifier of the inspection that is the reinspection of this inspection. -
ReinspectionIdOf: string
Read Only:
true
Maximum Length:50
The unique identifier of the prior inspection associated with this reinspection. -
ScheduledEndDttm: string
(date-time)
Read Only:
true
The date and time that the inspection is scheduled to end. -
ScheduledStartDttm: string
(date-time)
Read Only:
true
The date and time that the inspection is scheduled to start. -
SchedulingMethod: string
Read Only:
true
Maximum Length:15
The method used for scheduling an inspection. The request method is used if a user submits a request for an inspection to be scheduled. The schedule method is used if the user selects an available time from an inspection schedule. -
State: string
Read Only:
true
Maximum Length:60
The state code of the address on the inspection. -
SystemResult: string
Read Only:
true
Maximum Length:20
The code that represents the result of the inspection. -
SystemStatus: string
Read Only:
true
Maximum Length:15
The code that represents the status of the inspection.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed 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.