<summary> Represents a SOAP fault message used by Altinn to convey exception information to the caller. </summary><summary> Gets or sets the error message. </summary><summary> Gets or sets the verbose version of the error message. </summary><summary> Gets or sets the localized version of the error message. </summary><summary> Gets or sets the unique GUID for the specific fault. </summary><summary> Gets or sets the error type id. </summary><summary> Gets or sets the GUID of the user. </summary><summary> Gets or sets the id of the user. </summary><summary> Represents a strongly typed collection of Signature elements. </summary><summary> Represents a signature. </summary><summary> Represents a the data in a receipt that is generated by Altinn when it has received data from an external source. A receipt contains details about the data received and its steps through Altinn. </summary><summary> Gets or sets the date and time for when the receipt was last changed. </summary><summary> Gets or sets the id of the parent receipt if the current receipt is a child receipt. </summary><summary> Gets or sets the receipt history. The content of ReceiptText is added to ReceiptHistory at every update. </summary><summary> Gets or sets the unique id of the receipt. </summary><summary> Gets or sets a value that indicates the status of the action that the receipt belong. For example if a submission has been "Rejected". </summary><summary> Gets or sets the receipt text with a short description of the last step done to the element. </summary><summary> Gets or sets a value indicating what type of receipt. </summary><summary> Gets or sets a list of references. </summary><summary> Gets or sets a list of child receipts. </summary><summary> Specifies different statuses on a receipt. The status is a response to the action the caller tried to perform. </summary><summary> Specifies that the receipt status is unknown. </summary> <remarks> This type should not be used. It is an error condition if status is of this type. </remarks><summary> Specifies that the request was processed without any error. </summary><summary> Specifies that there was an unexpected error during processing of a request. </summary><summary> Specifies that the data in a request failed validation. </summary><summary> Specifies that the request was rejected. Usually because of known error conditions. </summary><summary> Defines receipt types. </summary><summary> SHOULD NOT BE USED (For Enumeration error handling). </summary><summary> Specifies that the receipt is for a form task. </summary><summary> Specifies that the receipt is for correspondence. </summary><summary> Specifies that the receipt is for pin code. </summary><summary> Specifies that the receipt is for a subscription shipment. </summary><summary> Specifies that the receipt is for an outbound shipment. </summary><summary> Specifies that the receipt is for a prefill shipment. </summary><summary> Specifies that the receipt is for a register DLS shipment. </summary><summary> Specifies that the receipt is for a register DSF shipment. </summary><summary> Specifies that the receipt is for a register ER shipment. </summary><summary> Specifies that the receipt is for a register DFS property shipment. </summary><summary> Specifies that the receipt is for a register DFS street shipment. </summary><summary> Specifies that the receipt is for a register DSF country shipment. </summary><summary> Specifies that the receipt is for a register DSF user shipment. </summary><summary> Specifies that the receipt is for a lookup shipment. </summary><summary> Specifies that the receipt is for a register DSF street address batch. </summary><summary> Specifies that the receipt is for a register DSF property address batch. </summary><summary> Represents a strongly typed collection of Reference elements. </summary><summary> Represents a key-value pair that is associated with a receipt. </summary><summary> Gets or sets the reference type. </summary><summary> Gets or sets the reference value. </summary><summary> Represents a strongly typed list of ReceiptExternalBE elements that can be accessed by index. </summary><summary> Specifies a list of different reference types. </summary><summary> Specifies that reference type is unknown. </summary> <remarks> This type should not be used. It is an error condition if a reference is of this type. </remarks><summary> Specifies that a reference value is a shipment reference given by an external system. </summary><summary> Specifies that a reference value is an element (usually form task) reference given by an external system. </summary><summary> Specifies that a reference value is an element id for a parent element. </summary><summary> Specifies that a reference value is an element reference given by an external system. This is similar to EndUserSystemReference, but can also be used by service owners when they are creating elements. </summary><summary> Specifies that a reference value is a workflow id. </summary><summary> Specifies that a reference value is a batch reference. </summary><summary> Specifies that a reference value is an outbound shipment reference. </summary><summary> Specifies that a reference value is a receivers reference. </summary><summary> Specifies that a reference value is an Altinn1 reference. </summary><summary> Specifies that a reference value is the id of the receipt owner. </summary><summary> Specifies that a reference value is the id of the receipt reportee. </summary><summary> Specifies that a reference value is an archive reference. </summary><summary> This class holds all required information for updating the forms in an existing FormTask. </summary><summary> Gets or sets the an external shipment reference. </summary><summary> Gets or sets a list of forms that should be updated or added. </summary><summary> Gets or sets the id of the reportee element that should be updated. </summary><summary> Represents a strongly typed list of FormUpdateExternalBE elements. </summary><summary> This class holds the details required to add a form or update a form. </summary><summary> Gets or sets the unique external metadata id of the form specification. </summary><summary> Gets or sets the unique external metadata edition of the form specification. </summary><summary> Gets or sets the end user system reference to associate with the form update with. </summary><summary> Gets or sets the form data. This must be valid XML according to the form specification. </summary><summary> Gets or sets the id of a form. This must match the id of an existing form, but can be left empty if the goal is to add a form to the FormTask. </summary><summary> Service Contract of Intermediary Inbound </summary> <remarks> The two services that are as the part of this contract is <list> SubmitFormTask-Will allow EndUserSystem to submit Form task and a receipt is generated GetAltinnSubmissionStatus-Retrieve the estimated time for the processing of the submitted form task. </list> </remarks><summary> Service Operation to complete and sign form tasks from end user systems after uploads. </summary> <returns> Returns a receipt describing the processing </returns> <param name="userSSN"> User SSN is the end user's social security number - mandatory parameter </param> <param name="userPassword"> User password is the end user's own password for authentication as set in the profile - mandatory parameter </param> <param name="userPinCode"> User Pin Code is the requested authentication challenge token requested by Altinn - mandatory parameter </param> <param name="authMethod"> It is the selected authentication method for the authentication challenge (AltinnPin, TaxPin, SMSPin) - mandatory parameter </param> <param name="reporteeElementId"> ReporteeElementId (workflow reference) to be set to completed and signed </param> <param name="signatures"> List of signatures </param> <param name="languageId"> language Id </param><summary> Service Operation to provide the estimated processing time to the EndUserSystem. </summary> <returns>Returns the estimated processing time in minutes</returns> <remarks> This operation will look into the asynchronous queues handling FormTask submissions The QueueDepth and the configurable factor returns an estimated average lead time in minutes. The response of this operation will help EndUserSystems give their users a help in determining how long they must expect to wait after the form task submission </remarks><summary> This Service Operation to SubmitFormTask lets EndUserSystem to Submit a form task to Altinn </summary> <param name="userSSN"> User SSN is the end user's social security number - mandatory parameter </param> <param name="userPassword"> User password is the end user's own password for authentication as set in the profile - mandatory parameter </param> <param name="userPinCode"> User Pin Code is the requested authentication challenge token requested by Altinn - mandatory parameter </param> <param name="authMethod"> It is the selected authentication method for the authentication challenge (AltinnPin, TaxPin, SMSPin) - mandatory parameter </param> <param name="formTaskShipment"> Will contain all the data for submitting a <see cref="T:Common.SBL.Entities.Intermediary.FormTaskShipmentBE" /> to Altinn from the EndUserSystem- mandatory parameter. </param> <returns> Returns a <see cref="T:Common.SBL.Entities.Intermediary.ReceiptExternalBE" /> object. </returns> <remarks> This operation will handle binary attachments to the FormTask and will be able to send the signing information with the Form task. The form task can be send in many ways like complete or not, with or without sub form task,with or without attachments, with or with signature. Any Validation failure needs to be reported back to EndUserSystem </remarks><summary> This operation lets the EndUserSystem to update form data in an instantiated FormTask </summary> <param name="userSSN"> User SSN is the end user's social security number - mandatory parameter </param> <param name="userPassword"> User password is the end user's own password for authentication as set in the profile - mandatory parameter </param> <param name="userPinCode"> User Pin Code is the requested authentication challenge token requested by Altinn - mandatory parameter </param> <param name="authMethod"> It is the selected authentication method for the authentication challenge (AltinnPin, TaxPin, SMSPin) - mandatory parameter </param> <param name="formTaskUpdate"> Will contain all the data for submitting a <see cref="T:Common.SBL.Entities.Intermediary.FormTaskUpdateBE" /> to Altinn - mandatory parameter. </param> <returns> Returns a <see cref="T:Common.SBL.Entities.Intermediary.ReceiptExternalBE" /> object. </returns>https://www.altinn.no/IntermediaryExternal/IntermediaryInbound.svc