Search for Required Inspections
Name | Type | Length | Description |
---|---|---|---|
applicationYear | numeric | 2 | [Required] Two digit Application Year - if a 4 digit year is provided, only the last two digits are used |
applicationNumber | numeric | 8 | [Required] Application Number |
startNumber | numeric | 3 | Start Number. For a permit, Ex: 000 000 BLDG 01, this is the first set of three numbers. |
startSequence | numeric | 3 | Start Sequence. For a permit, Ex: 000 000 BLDG 01, this is the second set of three numbers. |
permitType | System.String | 4 | Permit Type. For a permit, Ex: 000 000 BLDG 01, this is the third set of four characters, which has to be one of the permit type codes. |
permitSequence | numeric | 2 | Permit Sequence. For a permit, Ex: 000 000 BLDG 01, this is the fourth set of two numbers. |
mode | System.String | 1 | Search mode. Used for paging. F=First records (default), N=Next records, P=Previous records |
rows | numeric | 4 | Number of rows to return. Used for paging. Defaults to 10 rows |
firstRec | numeric | 4 | First record number to return. Used for paging. |
lastRec | numeric | 4 | Last record number to return. Used for paging. |
POST http://localhost/FusionServices/v3/Naviline/Inspection/SearchRequiredInspections
Name | Description |
---|---|
PermitDesc | Permit description |
StartNumber | Permit start number |
StartSequence | Permit start sequence |
Priority | Priority. 0 is highest |
MaxPriority | Max Priority that can be assigned to this inspection type. 0 is highest |
PermitCode | Permit code 4-char |
RequestSequence | Request sequence |
InspCode | Inspection code |
InspSequence | Inspection sequence |
InspStatusCode | Inspection status code |
InspStatusDesc | Inspection status description |
InspDesc | Inpection description |
RequestedDate | Date inspection is scheduled. Format: YYMMDD |
ResultDate | Date inspection was done. Format: YYMMDD |
ErrorCode | 2004 = OK. No more records for this search |
ROWS | Number of rows that were returned |
FTSRCD | Record number of first record returned |
LSTRCD | Record number of last record returned |
MOREYN | Y/N. Y indicates the search found more records than were returned. |