POST api/PackSize/GetPackSizeList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

PageResponseOfGetPackSizeListDto
NameDescriptionTypeAdditional information
Data

Collection of GetPackSizeListDto

None.

Message

string

None.

Status

ResponseStatus

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "Id": "3a436b1e-f469-4220-a4d5-b99431b76e3d",
      "PackSize": "sample string 2",
      "UOMId": "c0457a9e-81fa-4eb5-81cb-14fc86a00df9",
      "UOM": "sample string 3",
      "Code": "sample string 4",
      "MG": "sample string 5",
      "UserId": "sample string 6"
    },
    {
      "Id": "3a436b1e-f469-4220-a4d5-b99431b76e3d",
      "PackSize": "sample string 2",
      "UOMId": "c0457a9e-81fa-4eb5-81cb-14fc86a00df9",
      "UOM": "sample string 3",
      "Code": "sample string 4",
      "MG": "sample string 5",
      "UserId": "sample string 6"
    }
  ],
  "Message": "sample string 1",
  "Status": 0
}

application/xml, text/xml

Sample:
<PageResponseOfGetPackSizeListDtoHEeOl6l5 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Utilities.Common">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.PackSizeModel.Model">
    <d2p1:GetPackSizeListDto>
      <d2p1:Code>sample string 4</d2p1:Code>
      <d2p1:Id>3a436b1e-f469-4220-a4d5-b99431b76e3d</d2p1:Id>
      <d2p1:MG>sample string 5</d2p1:MG>
      <d2p1:PackSize>sample string 2</d2p1:PackSize>
      <d2p1:UOM>sample string 3</d2p1:UOM>
      <d2p1:UOMId>c0457a9e-81fa-4eb5-81cb-14fc86a00df9</d2p1:UOMId>
      <d2p1:UserId>sample string 6</d2p1:UserId>
    </d2p1:GetPackSizeListDto>
    <d2p1:GetPackSizeListDto>
      <d2p1:Code>sample string 4</d2p1:Code>
      <d2p1:Id>3a436b1e-f469-4220-a4d5-b99431b76e3d</d2p1:Id>
      <d2p1:MG>sample string 5</d2p1:MG>
      <d2p1:PackSize>sample string 2</d2p1:PackSize>
      <d2p1:UOM>sample string 3</d2p1:UOM>
      <d2p1:UOMId>c0457a9e-81fa-4eb5-81cb-14fc86a00df9</d2p1:UOMId>
      <d2p1:UserId>sample string 6</d2p1:UserId>
    </d2p1:GetPackSizeListDto>
  </Data>
  <Message>sample string 1</Message>
  <Status>Failed</Status>
</PageResponseOfGetPackSizeListDtoHEeOl6l5>