# Create Submittal **POST /public/v1/projects/{projectId}/submittals** ## Servers - SmartPM Production Environment: https://live.smartpmtech.com (SmartPM Production Environment) ## Authentication methods - Api key ## Parameters ### Headers - **X-COMPANY-ID** (string) The company's unique ID ### Path parameters - **projectId** (integer(int64)) ### Query parameters - **skipSubmittalActivityLinking** (boolean) ### Body: application/json (object) - **providerName** (string) Name of 3rd party provider of submittal - **status** (string) Submittal status - **id** (integer(int64)) Submittal Id - **title** (string) Submittal title - **userId** (string(uuid)) User Id - **projectId** (integer(int64)) SmartPM project Id - **submittalType** (object) - **submittalPackage** (object) - **createdDate** (string(date-time)) Created date - **externalProjectId** (string) External project Id - **number** (string) Submittal number - **updatedDate** (string(date-time)) Updated date - **leadTime** (integer(int64)) Lead time (in days) - **areLinkedActivitiesConfirmed** (boolean) Whether linked activities are confirmed - **scheduleImpactStatus** (string) Whether submittal impacts the schedule of the project or not - **submitterReceivedDate** (string(date-time)) Submitter received date - **approvalPublishedDate** (string(date-time)) Approval published date - **submittalLinkedActivities** (array[object]) The list of activities linked and affected by the submittal - **submittalBallInCourtUsers** (array[object]) Ball in court users - **createdByEmail** (string) Email of the user who created the submittal - **createdByUserName** (string) Name of the user who created the submittal - **scheduleImpactValue** (integer(int64)) The number of days that the submittal impacts the schedule - **costImpactStatus** (string) Whether submittal impacts the cost of the project or not - **costImpactValue** (number(double)) The dollar amount that the submittal impacts the project - **submitterStartDate** (string(date-time)) Submitter start date - **submitterDueDate** (string(date-time)) Submitter due date - **processingStartDate** (string(date-time)) Processing start date - **processingDueDate** (string(date-time)) Processing due date - **processingSentDate** (string(date-time)) Processing sent date - **approvalStartDate** (string(date-time)) Approval start date - **approvalDueDate** (string(date-time)) Approval due date - **estimatedOnSiteDate** (string(date-time)) Estimated on site date - **submittalResponses** (array[object]) Submittal responses - **priority** (string) Priority ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK #### Body: */* (object) - **response** (string) Reviewer’s response or comments for the submittal - **id** (integer(int64)) Id - **userId** (string(uuid)) User Id - **submittal** (object) - **createdDate** (string(date-time)) Created date - **updatedDate** (string(date-time)) Updated date - **createdByEmail** (string) Email of the user who created the submittal response - **createdByUserName** (string) Name of the user who created the submittal response [Powered by Bump.sh](https://bump.sh)