POST api/MobilePrinting/GetPackLabels

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MobilePackLabelModel
NameDescriptionTypeAdditional information
LabelTypeDescription

string

None.

Id

integer

None.

OldId

integer

None.

ConcurTimeStamp

Collection of byte

None.

RowVersion

Object

None.

RowVersionNumeric

integer

None.

DeletedDate

date

None.

ValidationErrors

Collection of string

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "LabelTypeDescription": "sample string 1",
    "Id": 2,
    "OldId": 3,
    "ConcurTimeStamp": "QEA=",
    "RowVersionNumeric": null,
    "DeletedDate": "2099-12-31T00:00:00",
    "ValidationErrors": []
  }
]

application/xml, text/xml

Sample:
<ArrayOfMobilePackLabelModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.BusinessObjects">
  <MobilePackLabelModel i:nil="true" />
  <MobilePackLabelModel>
    <_ConcurTimeStamp>QEA=</_ConcurTimeStamp>
    <_DeletedDate>2099-12-31T00:00:00</_DeletedDate>
    <_Id>2</_Id>
    <_OldId>3</_OldId>
    <_RowVersionNumeric i:nil="true" />
    <_ValidationErrors xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    <LabelTypeDescription>sample string 1</LabelTypeDescription>
  </MobilePackLabelModel>
</ArrayOfMobilePackLabelModel>