Smart Form Assignments REST Endpoints
    
        Content Zones/Smart Form Assignments
    
The Smart Form Assignments resource manages the smart form assignments for a content zone. Smart forms can be assigned to a content zone only for requisitioning usage.
- Create smart form assignments
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/contentZones/{contentZonesUniqID}/child/smartFormAssignments - Delete one smart form assignment
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/contentZones/{contentZonesUniqID}/child/smartFormAssignments/{SmartFormAssignmentId} - Get all smart form assignments
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/contentZones/{contentZonesUniqID}/child/smartFormAssignments - Get one smart form assignment
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/contentZones/{contentZonesUniqID}/child/smartFormAssignments/{SmartFormAssignmentId}