POST api/MobilePrinting/GetCustomerGroups

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MobileCustomerGroupModel
NameDescriptionTypeAdditional information
CustomerGroupCode

string

None.

CustomerGroupDescription

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,
  {
    "CustomerGroupCode": "sample string 1",
    "CustomerGroupDescription": "sample string 2",
    "Id": 3,
    "OldId": 4,
    "ConcurTimeStamp": "QEA=",
    "RowVersionNumeric": null,
    "DeletedDate": "2099-12-31T00:00:00",
    "ValidationErrors": []
  }
]

application/xml, text/xml

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