POST v6/dialog/generated/data
Request Information
URI Parameters
None.
Body Parameters
GeneratedDialogInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ModuleId | integer |
None. |
|
| GridId | integer |
None. |
|
| RecordId | integer |
None. |
|
| ParentRecordId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"moduleId": 1,
"gridId": 2,
"recordId": 3,
"parentRecordId": 4
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.