POST api/masterdata/PalletIndicatorType

Request Information

URI Parameters

None.

Body Parameters

MasterDataParameter
NameDescriptionTypeAdditional information
Timestamp

string

None.

ConcurTimeStamp

Collection of byte

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<MasterDataParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.WebApi.Models">
  <Timestamp>sample string 1</Timestamp>
</MasterDataParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of PalletIndicatorType
NameDescriptionTypeAdditional information
IsDateBased

boolean

None.

Id

integer

None.

Code

string

None.

Description

string

None.

DeletedDate

date

None.

ConcurTimeStamp

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IsDateBased": true,
    "Id": 2,
    "Code": "sample string 3",
    "Description": "sample string 4",
    "DeletedDate": "2026-07-02T20:05:24.4299541+10:00",
    "ConcurTimeStamp": "QEA="
  },
  {
    "IsDateBased": true,
    "Id": 2,
    "Code": "sample string 3",
    "Description": "sample string 4",
    "DeletedDate": "2026-07-02T20:05:24.4299541+10:00",
    "ConcurTimeStamp": "QEA="
  }
]

application/xml, text/xml

Sample:
<ArrayOfPalletIndicatorType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.WebApi.Models.MasterDataModels">
  <PalletIndicatorType>
    <_x003C_Code_x003E_k__BackingField>sample string 3</_x003C_Code_x003E_k__BackingField>
    <_x003C_ConcurTimeStamp_x003E_k__BackingField>QEA=</_x003C_ConcurTimeStamp_x003E_k__BackingField>
    <_x003C_DeletedDate_x003E_k__BackingField>2026-07-02T20:05:24.4299541+10:00</_x003C_DeletedDate_x003E_k__BackingField>
    <_x003C_Description_x003E_k__BackingField>sample string 4</_x003C_Description_x003E_k__BackingField>
    <_x003C_Id_x003E_k__BackingField>2</_x003C_Id_x003E_k__BackingField>
    <IsDateBased>true</IsDateBased>
  </PalletIndicatorType>
  <PalletIndicatorType>
    <_x003C_Code_x003E_k__BackingField>sample string 3</_x003C_Code_x003E_k__BackingField>
    <_x003C_ConcurTimeStamp_x003E_k__BackingField>QEA=</_x003C_ConcurTimeStamp_x003E_k__BackingField>
    <_x003C_DeletedDate_x003E_k__BackingField>2026-07-02T20:05:24.4299541+10:00</_x003C_DeletedDate_x003E_k__BackingField>
    <_x003C_Description_x003E_k__BackingField>sample string 4</_x003C_Description_x003E_k__BackingField>
    <_x003C_Id_x003E_k__BackingField>2</_x003C_Id_x003E_k__BackingField>
    <IsDateBased>true</IsDateBased>
  </PalletIndicatorType>
</ArrayOfPalletIndicatorType>