POST api/LoadsVerticalZ/GetMetadata

Request Information

URI Parameters

None.

Body Parameters

PostResponseDataBindingModel
NameDescriptionTypeAdditional information
postResponseData

PostResponseDataSDO

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "postResponseData": {
    "IsPostResponseDataObject": 1,
    "FileHash": "sample string 1",
    "ApplicationData": null,
    "MemberData": null
  }
}

application/xml, text/xml

Sample:
<PostResponseDataBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iLevel.Vitruvius.VitruviusPubLib.BindingModels.Common">
  <postResponseData xmlns:d2p1="http://schemas.datacontract.org/2004/07/iLevel.Vitruvius.VitruviusPubLib">
    <d2p1:_ApplicationData i:nil="true" />
    <d2p1:_FileHash>sample string 1</d2p1:_FileHash>
    <d2p1:_MemberData i:nil="true" />
  </postResponseData>
</PostResponseDataBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LoadsViewMetadata
NameDescriptionTypeAdditional information
rowHeaders

Collection of GridRowHeader

None.

loadTypesDictionary

Dictionary of string [key] and integer [value]

None.

loadTypesList

Collection of Pair of integer [key] and string [value]

None.

loadPlacementDictionary

Dictionary of string [key] and integer [value]

None.

loadPlacementList

Collection of Pair of integer [key] and string [value]

None.

verticalEccentricityList

Collection of Pair of integer [key] and string [value]

None.

cllEnabled

boolean

None.

loadNotes

Collection of string

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "rowHeaders": [
    {
      "id": 1,
      "text": "sample string 2",
      "enabled": true
    },
    {
      "id": 1,
      "text": "sample string 2",
      "enabled": true
    }
  ],
  "loadTypesDictionary": {
    "sample string 1": 2,
    "sample string 3": 4
  },
  "loadTypesList": [
    {
      "Key": 1,
      "Value": "sample string 2"
    },
    {
      "Key": 1,
      "Value": "sample string 2"
    }
  ],
  "loadPlacementDictionary": {
    "sample string 1": 2,
    "sample string 3": 4
  },
  "loadPlacementList": [
    {
      "Key": 1,
      "Value": "sample string 2"
    },
    {
      "Key": 1,
      "Value": "sample string 2"
    }
  ],
  "verticalEccentricityList": [
    {
      "Key": 1,
      "Value": "sample string 2"
    },
    {
      "Key": 1,
      "Value": "sample string 2"
    }
  ],
  "cllEnabled": true,
  "loadNotes": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<LoadsViewMetadata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iLevel.Vitruvius.VitruviusPubLib.ViewModels.Loads">
  <cllEnabled>true</cllEnabled>
  <loadNotes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </loadNotes>
  <loadPlacementDictionary xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringint>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>2</d2p1:Value>
    </d2p1:KeyValueOfstringint>
    <d2p1:KeyValueOfstringint>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>4</d2p1:Value>
    </d2p1:KeyValueOfstringint>
  </loadPlacementDictionary>
  <loadPlacementList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
    <d2p1:KeyValuePairOfintstring>
      <d2p1:key>1</d2p1:key>
      <d2p1:value>sample string 2</d2p1:value>
    </d2p1:KeyValuePairOfintstring>
    <d2p1:KeyValuePairOfintstring>
      <d2p1:key>1</d2p1:key>
      <d2p1:value>sample string 2</d2p1:value>
    </d2p1:KeyValuePairOfintstring>
  </loadPlacementList>
  <loadTypesDictionary xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringint>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>2</d2p1:Value>
    </d2p1:KeyValueOfstringint>
    <d2p1:KeyValueOfstringint>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>4</d2p1:Value>
    </d2p1:KeyValueOfstringint>
  </loadTypesDictionary>
  <loadTypesList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
    <d2p1:KeyValuePairOfintstring>
      <d2p1:key>1</d2p1:key>
      <d2p1:value>sample string 2</d2p1:value>
    </d2p1:KeyValuePairOfintstring>
    <d2p1:KeyValuePairOfintstring>
      <d2p1:key>1</d2p1:key>
      <d2p1:value>sample string 2</d2p1:value>
    </d2p1:KeyValuePairOfintstring>
  </loadTypesList>
  <rowHeaders xmlns:d2p1="http://schemas.datacontract.org/2004/07/iLevel.Vitruvius.VitruviusPubLib.ViewModels">
    <d2p1:GridRowHeader>
      <d2p1:enabled>true</d2p1:enabled>
      <d2p1:id>1</d2p1:id>
      <d2p1:text>sample string 2</d2p1:text>
    </d2p1:GridRowHeader>
    <d2p1:GridRowHeader>
      <d2p1:enabled>true</d2p1:enabled>
      <d2p1:id>1</d2p1:id>
      <d2p1:text>sample string 2</d2p1:text>
    </d2p1:GridRowHeader>
  </rowHeaders>
  <verticalEccentricityList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
    <d2p1:KeyValuePairOfintstring>
      <d2p1:key>1</d2p1:key>
      <d2p1:value>sample string 2</d2p1:value>
    </d2p1:KeyValuePairOfintstring>
    <d2p1:KeyValuePairOfintstring>
      <d2p1:key>1</d2p1:key>
      <d2p1:value>sample string 2</d2p1:value>
    </d2p1:KeyValuePairOfintstring>
  </verticalEccentricityList>
</LoadsViewMetadata>