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:
trueMaximum Length:240The first line of the address on the inspection. -
Address2: string
Read Only:
trueMaximum Length:240The second line of the address on the inspection. -
Address3: string
Read Only:
trueMaximum Length:240The third line of the address on the inspection. -
Address4: string
Read Only:
trueMaximum Length:240The fourth line of the address on the inspection. -
AddressId: integer
(int64)
Read Only:
trueThe unique identifier of the record parcel address. -
AgencyId: integer
(int32)
Read Only:
trueThe unique identifier of the agency associated with the inspection. -
City: string
Read Only:
trueMaximum Length:60The city of the address on the inspection. -
Country: string
Read Only:
trueMaximum Length:3The country of the address on the inspection. -
County: string
Read Only:
trueMaximum Length:60The county of the address on the inspection. -
Description: string
Read Only:
trueMaximum Length:100The description of the inspection, which comes from the inspection type. -
EstimatedDurationHrs: number
Read Only:
trueThe estimated duration of the inspection in hours. -
InspectionCompleteDttm: string
(date-time)
Read Only:
trueThe date and time at which the inspection was completed. -
InspectionDistrict: string
Read Only:
trueMaximum Length:50The district on the inspection. -
InspectionGroup: string
Read Only:
trueMaximum Length:15The inspection group associated with the permit. -
InspectionId: string
Read Only:
trueMaximum Length:50The unique identifier of the inspection. -
InspectionKey: integer
(int64)
Read Only:
trueThe unique identifier of the inspection. -
InspectionResult: string
Read Only:
trueMaximum Length:25The result of the inspection as recorded by the inspector. -
InspectionStatus: string
Read Only:
trueMaximum Length:15The status of the inspection. -
InspectionType: string
Read Only:
trueMaximum Length:15The inspection type on the inspection. -
InspectorId: integer
(int64)
Read Only:
trueThe unique identifier of the inspector assigned to the inspection. -
InspectorName: string
Read Only:
trueMaximum Length:360The name of the assigned inspector. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpRecordId: string
Read Only:
trueMaximum Length:50The unique identifier of the application record. -
LnpRecordKey: integer
(int64)
Read Only:
trueThe unique identifier of the record associated with the permit. -
ParcelId: integer
(int64)
Read Only:
trueThe unique identifier of the record parcel. -
PermitDescription: string
Read Only:
trueMaximum Length:1000The description of the record associated with the inspection. -
PostalCode: string
Read Only:
trueMaximum Length:60The postal code of the address on the inspection. -
PreferredDate: string
(date-time)
Read Only:
trueThe preferred date for the inspection to be performed. -
PreferredInspectorName: string
Read Only:
trueMaximum Length:360The name of the preferred inspector. -
PreferredTime: string
Read Only:
trueMaximum Length:15The preferred time for the inspection to be performed. -
PriorInspectorName: string
Read Only:
trueMaximum Length:360The name of the inspector assigned to the prior inspection associated with this reinspection. -
ReadyByDttm: string
(date-time)
Read Only:
trueThe date and time after which the inspection can be performed. -
ReinspectionIdBy: string
Read Only:
trueMaximum Length:50The unique identifier of the inspection that is the reinspection of this inspection. -
ReinspectionIdOf: string
Read Only:
trueMaximum Length:50The unique identifier of the prior inspection associated with this reinspection. -
ScheduledEndDttm: string
(date-time)
Read Only:
trueThe date and time that the inspection is scheduled to end. -
ScheduledStartDttm: string
(date-time)
Read Only:
trueThe date and time that the inspection is scheduled to start. -
SchedulingMethod: string
Read Only:
trueMaximum Length:15The 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:
trueMaximum Length:60The state code of the address on the inspection. -
SystemResult: string
Read Only:
trueMaximum Length:20The code that represents the result of the inspection. -
SystemStatus: string
Read Only:
trueMaximum Length:15The code that represents the status of the inspection.
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.