<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 CaseBE elements. </summary><summary> Represents a case with information about the case. Cases are collaboration service related entities. </summary><summary> Gets or sets case id. </summary><summary> Gets or sets the name of the case. </summary><summary> Gets or sets comments of the particular case. </summary><summary> Gets or sets the translated name of the current state. </summary><summary> Gets or sets the id of the current state. </summary><summary> Gets or sets the current state name for the agency. </summary><summary> Gets or sets the due date of the case. </summary><summary> Gets or sets the notice of the particular case. </summary><summary> Gets or sets the NoticeTemplateID of the particular case. </summary><summary> Gets or sets the visible date time of the case. </summary><summary> This interface defines the Enterprise Certificate contract for the Case Service for consumption by external systems. </summary><summary> This operation can be used to archive an instance of a Collaboration Service. </summary> <param name="userName"> User name is the relevant user name for the enterprise certificate user - mandatory parameter </param> <param name="userPassword"> System password is the password for the corresponding enterprise certificate user - mandatory parameter </param> <param name="caseID"> Identifier for the Case to be archived - mandatory parameter </param> <param name="forceArchive"> Indicates whether to Force Archival even if there are reporting services instances that are part of the Case but not archived. Note that if any active correspondence instances are present the archival will not be done - mandatory parameter </param> <returns> Unique identifier for the archived collaboration service </returns><summary> This operation can be used to retrieve information either about a single instance of a collaboration service, or a list for a specific collaboration service type. </summary> <param name="userName"> User name is the relevant user name for the enterprise certificate user - mandatory parameter </param> <param name="userPassword"> System password is the password for the corresponding enterprise certificate user - mandatory parameter </param> <param name="caseID"> Identifier for a single Case, used to get one specific collaboration service instance - mandatory parameter (if CaseID is provided then externalServiceCode and externalServiceEditionCode are not required) </param> <param name="externalServiceCode"> Unique Identification Code for the Service, used together with externalServiceEditionCode to get multiple instances of the collaboration service - mandatory parameter (if CaseID is not provided) </param> <param name="externalServiceEditionCode"> Unique Identification Code for the Service Edition, used together with externalServiceCode to get multiple instances of the collaboration service - mandatory parameter(if CaseID is not provided) </param> <param name="languageID"> Localization Language (English 1033, Bokmål 1044, Nynorsk 2068) - mandatory parameter </param> <param name="reporteeNumber"> SSN (11 digits)/Org Number (9 digits) of the Reportee - mandatory parameter </param> <returns> One or more occurrences of the entity ExternalCaseBE - one occurrence for each instance of the collaboration service edition that matched the request. For each occurrence: -CaseID identifies the collaboration service instance in question. -CaseName is the collaboration service's name as defined in TUL. -Comments contain any comments set on the collaboration service by the end user. -CurrentStateID is the identifier of the collaboration service's current state. -CurrentStateFriendlyName contains the localized state name. -CurrentStateName contains the current state name as defined in the state machine. -Notice contains any notice set on the collaboration service instance. -NoticeTemplateID defines the unique identifier for the notice. </returns><summary> This operation can be used to instantiate a Collaboration Service. </summary> <param name="userName"> User name is the relevant user name for the enterprise certificate user - mandatory parameter </param> <param name="userPassword"> System password is the password for the corresponding enterprise certificate user - mandatory parameter </param> <param name="externalServiceCode"> Unique Identification Code for the Service - mandatory parameter </param> <param name="externalServiceEditionCode"> Unique Identification Code for the Service Edition - mandatory parameter </param> <param name="reporteeNumber"> SSN (11 digits)/Org Number (9 digits) of the Reportee for which the service is to be instantiated for - mandatory parameter </param> <param name="externalSystemReference"> External System Reference set by end user system </param> <param name="visibleDateTime"> Indicates when this Service Instance would be visible </param> <param name="dueDate"> Due Date (If Any) for the Collaboration Service </param> <returns> Unique identifier for the instantiated collaboration service </returns>https://www.altinn.no/ServiceEngineExternal/CaseEC2.svc