POST api/V36?StoreNumber={StoreNumber}&eCustomerObjectType={eCustomerObjectType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StoreNumber

integer

Required

eCustomerObjectType

eCustomerObjectType

Required

Body Parameters

None.

Response Information

Resource Description

WSDataTable
NameDescriptionTypeAdditional information
Permissions

WSPermissions

None.

HeaderText

Collection of string

None.

Rows

Collection of WSDataRow

None.

Dialogs

Collection of WSDialog

None.

RecordCount

integer

None.

XML

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Permissions": {
    "Add": true,
    "Delete": true,
    "Edit": true,
    "Read": true,
    "UserGroupPermissionId": 1,
    "PermissionType": 5
  },
  "HeaderText": [
    "sample string 1",
    "sample string 2"
  ],
  "Rows": [
    {
      "Type": 0,
      "Value": "sample string 1",
      "Text": [
        "sample string 1",
        "sample string 2"
      ],
      "IsExpired": true,
      "XML": null,
      "Target": 0
    },
    {
      "Type": 0,
      "Value": "sample string 1",
      "Text": [
        "sample string 1",
        "sample string 2"
      ],
      "IsExpired": true,
      "XML": null,
      "Target": 0
    }
  ],
  "Dialogs": [
    {
      "DialogType": 0,
      "Title": "sample string 1",
      "Field": {
        "FieldId": "sample string 1",
        "FieldType": 0,
        "FieldName": "sample string 2",
        "ControlType": 0,
        "DataType": 0,
        "FormGroupId": "sample string 3",
        "ShowExpand": true,
        "ItemType": 0,
        "IsExpired": true,
        "SortOrder": 6,
        "Text": "sample string 7",
        "Value": "sample string 8",
        "Minimum": 9,
        "Maximum": 10,
        "Items": [
          {
            "m_bIsDeleted": true,
            "Selected": true,
            "Text": "sample string 2",
            "Value": "sample string 3",
            "IsDeleted": true
          },
          {
            "m_bIsDeleted": true,
            "Selected": true,
            "Text": "sample string 2",
            "Value": "sample string 3",
            "IsDeleted": true
          }
        ],
        "Media": [
          {
            "Latitude": 1.1,
            "Longitude": 1.1,
            "ThumbnailId": 1,
            "Thumbnail": "sample string 2",
            "IsProtected": true,
            "FileExtension": 0,
            "Description": "sample string 4",
            "DocumentStorageId": "07e96808-87d5-4e03-b07d-eb024ca7105b",
            "IsDefault": true
          },
          {
            "Latitude": 1.1,
            "Longitude": 1.1,
            "ThumbnailId": 1,
            "Thumbnail": "sample string 2",
            "IsProtected": true,
            "FileExtension": 0,
            "Description": "sample string 4",
            "DocumentStorageId": "07e96808-87d5-4e03-b07d-eb024ca7105b",
            "IsDefault": true
          }
        ],
        "EnableItemAdd": false,
        "Required": true
      }
    },
    {
      "DialogType": 0,
      "Title": "sample string 1",
      "Field": {
        "FieldId": "sample string 1",
        "FieldType": 0,
        "FieldName": "sample string 2",
        "ControlType": 0,
        "DataType": 0,
        "FormGroupId": "sample string 3",
        "ShowExpand": true,
        "ItemType": 0,
        "IsExpired": true,
        "SortOrder": 6,
        "Text": "sample string 7",
        "Value": "sample string 8",
        "Minimum": 9,
        "Maximum": 10,
        "Items": [
          {
            "m_bIsDeleted": true,
            "Selected": true,
            "Text": "sample string 2",
            "Value": "sample string 3",
            "IsDeleted": true
          },
          {
            "m_bIsDeleted": true,
            "Selected": true,
            "Text": "sample string 2",
            "Value": "sample string 3",
            "IsDeleted": true
          }
        ],
        "Media": [
          {
            "Latitude": 1.1,
            "Longitude": 1.1,
            "ThumbnailId": 1,
            "Thumbnail": "sample string 2",
            "IsProtected": true,
            "FileExtension": 0,
            "Description": "sample string 4",
            "DocumentStorageId": "07e96808-87d5-4e03-b07d-eb024ca7105b",
            "IsDefault": true
          },
          {
            "Latitude": 1.1,
            "Longitude": 1.1,
            "ThumbnailId": 1,
            "Thumbnail": "sample string 2",
            "IsProtected": true,
            "FileExtension": 0,
            "Description": "sample string 4",
            "DocumentStorageId": "07e96808-87d5-4e03-b07d-eb024ca7105b",
            "IsDefault": true
          }
        ],
        "EnableItemAdd": false,
        "Required": true
      }
    }
  ],
  "RecordCount": 1,
  "XML": {}
}