Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
MultiRegistrationProfileFieldStates | query | List<GetRegistrationprofileFieldStates> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
RegistrationprofileID | form | Guid | No | |
DocumentID | form | Guid? | No | |
QueueDocumentID | form | int? | No | |
StandardDocumentID | form | Guid? | No | |
RequestTriggeredByDependentDocumentFieldIds | form | List<Guid> | No | |
CurrentRegistrationprofileFieldValues | form | List<RegistrationProfileFieldValue> | No | |
IsOffice365Context | form | bool | No | |
IsOpenedFromNonDMSLocation | form | bool? | No | |
PidTag | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
DocumentFieldID | form | Guid | No | |
Value | form | string | No | |
ShadowValue | form | string | No | |
IsModifiedByUser | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/GetMultiRegistrationProfileFieldStates HTTP/1.1
Host: doapigw.baasbv.nl
Accept: application/json
Content-Type: application/json
Content-Length: length
{"MultiRegistrationProfileFieldStates":[{"RegistrationprofileID":"00000000-0000-0000-0000-000000000000","DocumentID":"00000000-0000-0000-0000-000000000000","QueueDocumentID":0,"StandardDocumentID":"00000000-0000-0000-0000-000000000000","RequestTriggeredByDependentDocumentFieldIds":["00000000-0000-0000-0000-000000000000"],"CurrentRegistrationprofileFieldValues":[{"DocumentFieldID":"00000000-0000-0000-0000-000000000000","Value":"String","ShadowValue":"String","IsModifiedByUser":false}],"IsOffice365Context":false,"IsOpenedFromNonDMSLocation":false,"PidTag":"String"}]}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length [{"DocumentUploadID":0,"ReadOnly":false,"Messages":[{}],"ControlStates":[{"DocumentFieldID":"00000000-0000-0000-0000-000000000000","Required":false,"Visible":false,"Readonly":false}]}]