GET api/KGPL/GetPartAllotmentStatus

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ServiceResultOfListOfKGPLPartAllotmentStatusDropDownMDL
NameDescriptionTypeAdditional information
Message

string

None.

Description

string

None.

Result

boolean

None.

Data

Collection of KGPLPartAllotmentStatusDropDownMDL

None.

status

integer

None.

TotalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Description": "sample string 2",
  "Result": true,
  "Data": [
    {
      "PartAllotmentStatusId": 1,
      "PartAllotmentStatus": "sample string 2"
    },
    {
      "PartAllotmentStatusId": 1,
      "PartAllotmentStatus": "sample string 2"
    }
  ],
  "status": 4,
  "TotalCount": 5
}

application/xml, text/xml

Sample:
<ServiceResultOfArrayOfKGPLPartAllotmentStatusDropDownMDLhaW9PlSJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.FTSServices">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.KGPL">
    <d2p1:KGPLPartAllotmentStatusDropDownMDL>
      <d2p1:PartAllotmentStatus>sample string 2</d2p1:PartAllotmentStatus>
      <d2p1:PartAllotmentStatusId>1</d2p1:PartAllotmentStatusId>
    </d2p1:KGPLPartAllotmentStatusDropDownMDL>
    <d2p1:KGPLPartAllotmentStatusDropDownMDL>
      <d2p1:PartAllotmentStatus>sample string 2</d2p1:PartAllotmentStatus>
      <d2p1:PartAllotmentStatusId>1</d2p1:PartAllotmentStatusId>
    </d2p1:KGPLPartAllotmentStatusDropDownMDL>
  </Data>
  <Description>sample string 2</Description>
  <Message>sample string 1</Message>
  <Result>true</Result>
  <TotalCount>5</TotalCount>
  <status>4</status>
</ServiceResultOfArrayOfKGPLPartAllotmentStatusDropDownMDLhaW9PlSJ>