Condition Type Print Sequences REST Endpoints
Planning and Zoning/Condition Type Print Sequences
The condition type print sequence resource is used to create, update, and delete the condition types and their print sequences.
- Create a set of print sequences for the condition types
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionTypeSequences - Delete a print sequence of the condition type
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionTypeSequences/{publicSectorConditionTypeSequencesUniqID} - Get a print sequence of the condition type
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionTypeSequences/{publicSectorConditionTypeSequencesUniqID} - Get all print sequences of the condition type
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionTypeSequences - Update a print sequence of the condition type
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionTypeSequences/{publicSectorConditionTypeSequencesUniqID}