Batch Create Submittals

post

/primeapi/restapi/submittal/batch

Send a request to this endpoint to create one or more submittals. An application object will be created for each JSON object provided in the request body.

Request

Supported Media Types
Body ()
One or more submittal objects.
Root Schema : List<ApiEntitySubmittal>
Type: array
Title: List<ApiEntitySubmittal>
Show Source
Nested Schema : ApiEntitySubmittal
Type: object
Show Source
Nested Schema : TimezoneSensitiveDateTime
Type: object
Show Source
Nested Schema : codeValues
Type: array
Unique Items Required: true
The categories assigned to a submittal.
Show Source
Nested Schema : ApiEntitySubmittalConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityCodeValueSubmittal
Type: object
Show Source
Nested Schema : ApiEntityCodeType
Type: object
Show Source
Nested Schema : ApiEntityCodeValue
Type: object
Show Source
Nested Schema : assignments
Type: array
Unique Items Required: true
CodeType assignments.
Show Source
Nested Schema : ApiEntityCodeEntityType
Type: object
Show Source
  • ApiEntityCodeType
  • Allowed Values: [ "SCOPE_ITEM", "PROJECT", "SCOPE_ASSIGNMENT", "WBS", "WORK_PACKAGE", "ACTIVITY", "RESOURCE", "PBS", "CONTRACT", "RISK", "COMMITMENT", "REPORT", "TASKS", "STRATEGY", "PORTFOLIO", "FUND", "SUBMITTAL", "CHANGE_ORDER", "PAYMENT_APPLICATION", "CHANGE_EVENT", "CHANGES_ESTIMATES", "IDEA", "RFI", "CUSTOM_LOG_ITEM" ]
    Indicates the type of object the code is associated to.
  • The unique identifier of a code type table.
  • Read Only: true
    Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
Cost fields assigned to the Submittal with its corresponding value as a (key,value) pair.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
Other fields assigned to the Submittal with its corresponding value as a (key,value) pair.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
Text fields assigned to the Submittal with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntitySubmittal
Type: object
Show Source
Nested Schema : TimezoneSensitiveDateTime
Type: object
Show Source
Nested Schema : codeValues
Type: array
Unique Items Required: true
The categories assigned to a submittal.
Show Source
Nested Schema : ApiEntitySubmittalConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityCodeValueSubmittal
Type: object
Show Source
Nested Schema : ApiEntityCodeType
Type: object
Show Source
Nested Schema : ApiEntityCodeValue
Type: object
Show Source
Nested Schema : assignments
Type: array
Unique Items Required: true
CodeType assignments.
Show Source
Nested Schema : ApiEntityCodeEntityType
Type: object
Show Source
  • ApiEntityCodeType
  • Allowed Values: [ "SCOPE_ITEM", "PROJECT", "SCOPE_ASSIGNMENT", "WBS", "WORK_PACKAGE", "ACTIVITY", "RESOURCE", "PBS", "CONTRACT", "RISK", "COMMITMENT", "REPORT", "TASKS", "STRATEGY", "PORTFOLIO", "FUND", "SUBMITTAL", "CHANGE_ORDER", "PAYMENT_APPLICATION", "CHANGE_EVENT", "CHANGES_ESTIMATES", "IDEA", "RFI", "CUSTOM_LOG_ITEM" ]
    Indicates the type of object the code is associated to.
  • The unique identifier of a code type table.
  • Read Only: true
    Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
Cost fields assigned to the Submittal with its corresponding value as a (key,value) pair.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
Other fields assigned to the Submittal with its corresponding value as a (key,value) pair.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
Text fields assigned to the Submittal with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object

400 Response

Invalid Input.