POST api/SYGetCustomForms
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"EntityName": "sample string 1",
"KeyValues": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"Forms": [
{
"EntityName": "sample string 1",
"KeyValues": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"CustomFieldList": [
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
},
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
},
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
}
]
},
{
"EntityName": "sample string 1",
"KeyValues": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"CustomFieldList": [
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
},
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
},
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
}
]
},
{
"EntityName": "sample string 1",
"KeyValues": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"CustomFieldList": [
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
},
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
},
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
}
]
}
]
}