DigiOffice Gateway Web Services

<back to all web services

GetMultiRegistrationProfileFieldStates

Requires Authentication
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*
import com.google.gson.annotations.*
import com.google.gson.reflect.*


open class GetMultiRegistrationProfileFieldStates
{
    open var MultiRegistrationProfileFieldStates:ArrayList<GetRegistrationprofileFieldStates>? = null
}

open class GetRegistrationprofileFieldStates
{
    open var RegistrationprofileID:UUID? = null
    open var DocumentID:UUID? = null
    open var QueueDocumentID:Int? = null
    open var StandardDocumentID:UUID? = null
    open var RequestTriggeredByDependentDocumentFieldIds:ArrayList<UUID>? = null
    open var CurrentRegistrationprofileFieldValues:ArrayList<RegistrationProfileFieldValue>? = null
    open var IsOffice365Context:Boolean? = null
    open var IsOpenedFromNonDMSLocation:Boolean? = null
    open var PidTag:String? = null
}

open class RegistrationProfileFieldValue
{
    open var DocumentFieldID:UUID? = null
    open var Value:String? = null
    open var ShadowValue:String? = null
    open var IsModifiedByUser:Boolean? = null
}

Kotlin GetMultiRegistrationProfileFieldStates DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/GetMultiRegistrationProfileFieldStates HTTP/1.1 
Host: test-dogw.klokgroep.nl 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	MultiRegistrationProfileFieldStates: 
	[
		{
			DocumentID: 00000000-0000-0000-0000-000000000000,
			QueueDocumentID: 0,
			StandardDocumentID: 00000000-0000-0000-0000-000000000000,
			RequestTriggeredByDependentDocumentFieldIds: 
			[
				00000000-0000-0000-0000-000000000000
			],
			CurrentRegistrationprofileFieldValues: 
			[
				{
					Value: String,
					ShadowValue: String,
					IsModifiedByUser: False
				}
			],
			IsOffice365Context: False,
			IsOpenedFromNonDMSLocation: False,
			PidTag: String
		}
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

[
	{
		DocumentUploadID: 0,
		ReadOnly: False,
		Messages: 
		[
			{
				
			}
		],
		ControlStates: 
		[
			{
				Required: False,
				Visible: False,
				Readonly: False
			}
		]
	}
]