Insert Validation: Attaches activity to a claim. PolicyId and TransactionEffectiveDate are required if ClaimId is present and the ClaimId must be valid for that policy. 36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000
Insert Validation: CompanyCode is usable (optional and validated if present) only if no PolicyId is present. If a PolicyId is present then the policy’s CompanyCode is used and the CompanyCode in the CustomerActivityInsertRequest is not validated and is ignored. Uniqueness is maintained in AMS360.
Insert Validation: Attaches activity to a policy. TransactionEffectiveDate is required if a PolicyId is present. 36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000
The id of the temporary location at which the file to be attached is stored. This is returned from calls to EndFileChunk.
Insert Validation: Required if StorageLocation=DB. Must be null if StorageLocation=RD. If provided, must be the result of EndFileChunk, and not already attached. 36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000. This value must be the result of a call to EndFileChunk, and the file must not have already been attached.
Document's Doc360 Security Class, obtained from ValueList. ValueList populated based on the WSAPI logged in user, and users will only be allowed to use and see the values for which they are allowed. Code field from the "Doc360SecurityClass" value list.
If your agency utilizes index keywords or numbers as a means to search and retrieve documents, enter an index word or number using your agency-defined indexing method. In the search and retrieval process, the system matches index keyword data either as a prefix or as a sequence within the word. It matches data exactly as the text is entered in the field. To prevent data entry errors, enter data in this field with care.
If your agency utilizes index keywords or numbers as a means to search and retrieve documents, enter an index word or number using your agency-defined indexing method. In the search and retrieval process, the system matches index keyword data either as a prefix or as a sequence within the word. It matches data exactly as the text is entered in the field. To prevent data entry errors, enter data in this field with care.
NOTE: For Activity Attachments, this value is ignored and ReceivedDateTime is set to the server's date and time at the time the document was attached to the activity. Any Valid DateTime value
NOTE: For Activity Attachments, this value is ignored and ProcessedDateTime is set to the server's date and time at the time the document was attached to the activity. Any Valid DateTime value
<xs:complexTypename="CustomerActivityInsertRequest"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:appinfo/><xs:documentation><summary>
Request object containing customer activity data that will be inserted into the database.
</summary></xs:documentation></xs:annotation><xs:sequence><xs:elementminOccurs="0"name="CustomerActivity"nillable="true"type="tns:CustomerActivity"><xs:annotation><xs:appinfo/><xs:documentation><summary>
Single CustomerActivity type data structure.
</summary></xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>