POST api/CompositeItemNameApi/GetCompositeItemNameForDDL

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
paramList
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {},
  {},
  {}
]

text/html

Sample:
[{},{},{}]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
  <anyType />
</ArrayOfanyType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CompID": "7068d5bc-4eb3-4da7-8fbd-e70ac9800fe0",
  "CompositeItemsCreationId": 2,
  "CompositeItemsCreationStr": "sample string 3",
  "Value": "sample string 4",
  "ValueStr": "sample string 5",
  "ParentCompositeItemsCreationIdsWithValueID": "sample string 6",
  "CreatedBy": "585e6f20-9f57-4e0b-afcd-67aa2d10a760",
  "CreatedDate": "2025-11-02T15:58:46.0564036+05:30",
  "ListOfValues": [
    {
      "Id": 1,
      "CompID": "7b21eb50-52a4-48e8-a8f6-1b79cc3a5c92",
      "FieldName": "sample string 3",
      "FieldShort": "sample string 4",
      "FieldType": 5,
      "MatchInjobcards": true,
      "ParentCompositeItemsCreationIds": "sample string 7",
      "CreatedBy": "1c65bddc-cd7c-468f-9b80-721d8d5dcec9",
      "CreatedDate": "2025-11-02T15:58:46.0564036+05:30"
    },
    {
      "Id": 1,
      "CompID": "7b21eb50-52a4-48e8-a8f6-1b79cc3a5c92",
      "FieldName": "sample string 3",
      "FieldShort": "sample string 4",
      "FieldType": 5,
      "MatchInjobcards": true,
      "ParentCompositeItemsCreationIds": "sample string 7",
      "CreatedBy": "1c65bddc-cd7c-468f-9b80-721d8d5dcec9",
      "CreatedDate": "2025-11-02T15:58:46.0564036+05:30"
    },
    {
      "Id": 1,
      "CompID": "7b21eb50-52a4-48e8-a8f6-1b79cc3a5c92",
      "FieldName": "sample string 3",
      "FieldShort": "sample string 4",
      "FieldType": 5,
      "MatchInjobcards": true,
      "ParentCompositeItemsCreationIds": "sample string 7",
      "CreatedBy": "1c65bddc-cd7c-468f-9b80-721d8d5dcec9",
      "CreatedDate": "2025-11-02T15:58:46.0564036+05:30"
    }
  ]
}

text/html

Sample:
{"ID":1,"CompID":"7068d5bc-4eb3-4da7-8fbd-e70ac9800fe0","CompositeItemsCreationId":2,"CompositeItemsCreationStr":"sample string 3","Value":"sample string 4","ValueStr":"sample string 5","ParentCompositeItemsCreationIdsWithValueID":"sample string 6","CreatedBy":"585e6f20-9f57-4e0b-afcd-67aa2d10a760","CreatedDate":"2025-11-02T15:58:46.0564036+05:30","ListOfValues":[{"Id":1,"CompID":"7b21eb50-52a4-48e8-a8f6-1b79cc3a5c92","FieldName":"sample string 3","FieldShort":"sample string 4","FieldType":5,"MatchInjobcards":true,"ParentCompositeItemsCreationIds":"sample string 7","CreatedBy":"1c65bddc-cd7c-468f-9b80-721d8d5dcec9","CreatedDate":"2025-11-02T15:58:46.0564036+05:30"},{"Id":1,"CompID":"7b21eb50-52a4-48e8-a8f6-1b79cc3a5c92","FieldName":"sample string 3","FieldShort":"sample string 4","FieldType":5,"MatchInjobcards":true,"ParentCompositeItemsCreationIds":"sample string 7","CreatedBy":"1c65bddc-cd7c-468f-9b80-721d8d5dcec9","CreatedDate":"2025-11-02T15:58:46.0564036+05:30"},{"Id":1,"CompID":"7b21eb50-52a4-48e8-a8f6-1b79cc3a5c92","FieldName":"sample string 3","FieldShort":"sample string 4","FieldType":5,"MatchInjobcards":true,"ParentCompositeItemsCreationIds":"sample string 7","CreatedBy":"1c65bddc-cd7c-468f-9b80-721d8d5dcec9","CreatedDate":"2025-11-02T15:58:46.0564036+05:30"}]}

application/xml, text/xml

Sample:
<CompositeItemsCreationOfValuesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <CompID>7068d5bc-4eb3-4da7-8fbd-e70ac9800fe0</CompID>
  <CompositeItemsCreationId>2</CompositeItemsCreationId>
  <CompositeItemsCreationStr>sample string 3</CompositeItemsCreationStr>
  <CreatedBy>585e6f20-9f57-4e0b-afcd-67aa2d10a760</CreatedBy>
  <CreatedDate>2025-11-02T15:58:46.0564036+05:30</CreatedDate>
  <ID>1</ID>
  <ListOfValues>
    <CompositeItemNameCreationModel>
      <CompID>7b21eb50-52a4-48e8-a8f6-1b79cc3a5c92</CompID>
      <CreatedBy>1c65bddc-cd7c-468f-9b80-721d8d5dcec9</CreatedBy>
      <CreatedDate>2025-11-02T15:58:46.0564036+05:30</CreatedDate>
      <FieldName>sample string 3</FieldName>
      <FieldShort>sample string 4</FieldShort>
      <FieldType>5</FieldType>
      <Id>1</Id>
      <MatchInjobcards>true</MatchInjobcards>
      <ParentCompositeItemsCreationIds>sample string 7</ParentCompositeItemsCreationIds>
    </CompositeItemNameCreationModel>
    <CompositeItemNameCreationModel>
      <CompID>7b21eb50-52a4-48e8-a8f6-1b79cc3a5c92</CompID>
      <CreatedBy>1c65bddc-cd7c-468f-9b80-721d8d5dcec9</CreatedBy>
      <CreatedDate>2025-11-02T15:58:46.0564036+05:30</CreatedDate>
      <FieldName>sample string 3</FieldName>
      <FieldShort>sample string 4</FieldShort>
      <FieldType>5</FieldType>
      <Id>1</Id>
      <MatchInjobcards>true</MatchInjobcards>
      <ParentCompositeItemsCreationIds>sample string 7</ParentCompositeItemsCreationIds>
    </CompositeItemNameCreationModel>
    <CompositeItemNameCreationModel>
      <CompID>7b21eb50-52a4-48e8-a8f6-1b79cc3a5c92</CompID>
      <CreatedBy>1c65bddc-cd7c-468f-9b80-721d8d5dcec9</CreatedBy>
      <CreatedDate>2025-11-02T15:58:46.0564036+05:30</CreatedDate>
      <FieldName>sample string 3</FieldName>
      <FieldShort>sample string 4</FieldShort>
      <FieldType>5</FieldType>
      <Id>1</Id>
      <MatchInjobcards>true</MatchInjobcards>
      <ParentCompositeItemsCreationIds>sample string 7</ParentCompositeItemsCreationIds>
    </CompositeItemNameCreationModel>
  </ListOfValues>
  <ParentCompositeItemsCreationIdsWithValueID>sample string 6</ParentCompositeItemsCreationIdsWithValueID>
  <Value>sample string 4</Value>
  <ValueStr>sample string 5</ValueStr>
</CompositeItemsCreationOfValuesModel>