<summary> Service contract for the PrefillFormTask Exposed to Service Owners </summary> <remarks> This will expose methods that allow the Service Owners to submit Prefilled FormTasks to the Prefill service. 1. SubmitPrefilledFormTasks(), and 2. SubmitAndInstantiatePrefilledFormTask(). </remarks><summary> SubmitAndInstantiatePrefilledFormTaskEC allows a single prefilled form task to be received online from a service owner and immediately instantiated as a form task in Altinn and send back a Receipt for submission. </summary> <remarks> Shipment will hold reference to Form task and for each form a Receipt will be created and attached along Shipment. "doSaveFormTask" should be set to save the "prefilled formTask" and "doInstantiateFormTask" should be set to instantiate the formTask. By submitting the optional element caseId the formTask will be a part of that specific collaboration service instance. </remarks> <param name="systemUserName"> System user name is the relevant agency system name that is registered in Altinn - mandatory parameter </param> <param name="systemPassword"> System password is the password for the corresponding registered agency system - mandatory parameter </param> <param name="externalBatchId"> Unique Id that can be used as a Reference for this formTask- mandatory parameter </param> <param name="preFillFormTask"> Single Prefilled FormTask object- mandatory parameter </param> <param name="doSaveFormTask"> Flag should be set to True/False if Prefilled FormTask should be saved or not- mandatory parameter </param> <param name="doinstantiateFormTask"> Flag should be set to True/False to instantiate the formTask- mandatory parameter </param> <param name="caseId"> CaseId used if the form should be instantiated as part of a collaboration service </param> <param name="dueDate"> due Date </param> <param name="instantitedOnBehalfOf"> Number of the representing organization </param> <returns> Receipt to agency system </returns><summary> SubmitPrefilledFormTasksEC is a service operation allows a list of prefilled form task to be received online from a service owner and process and stores it. A Shipment Receipt is send back as acknowledgement for submission. </summary> <remarks> The shipment will hold reference to the FormTask. </remarks> <param name="systemUserName"> System user name is the relevant agency system name that is registered in Altinn - mandatory parameter </param> <param name="systemPassword"> System password is the password for the corresponding registered agency system - mandatory parameter </param> <param name="externalBatchId"> Unique Id that can be used as a Reference for this formTask - mandatory parameter </param> <param name="preFillFormTasksDetails"> A List of PreFillFormTask - mandatory parameter </param> <returns> Receipts to agency system </returns>https://www.altinn.no/ServiceEngineExternal/PreFillAgencyExternalEC2.svc