POST api/MobilePallet/UpdatePalletTemps

Request Information

URI Parameters

None.

Body Parameters

MobileRequestModel
NameDescriptionTypeAdditional information
AppUserId

integer

None.

DeviceName

string

None.

Parameters

Collection of MobileRequestParameter

None.

ListParameters

Collection of MobileRequestListParameter

None.

Parameters

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "_AppUserId": 1,
  "_DeviceName": "sample string 2",
  "_Parameters": [
    {
      "_Key": "sample string 1",
      "_Value": {}
    },
    {
      "_Key": "sample string 1",
      "_Value": {}
    }
  ],
  "_ListParameters": [
    {
      "_Key": "sample string 1",
      "_Value": [
        {},
        {}
      ]
    },
    {
      "_Key": "sample string 1",
      "_Value": [
        {},
        {}
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<MobileRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.BusinessObjects">
  <_AppUserId>1</_AppUserId>
  <_DeviceName>sample string 2</_DeviceName>
  <_ListParameters>
    <MobileRequestListParameter>
      <_Key>sample string 1</_Key>
      <_Value xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </_Value>
    </MobileRequestListParameter>
    <MobileRequestListParameter>
      <_Key>sample string 1</_Key>
      <_Value xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </_Value>
    </MobileRequestListParameter>
  </_ListParameters>
  <_Parameters>
    <MobileRequestParameter>
      <_Key>sample string 1</_Key>
      <_Value />
    </MobileRequestParameter>
    <MobileRequestParameter>
      <_Key>sample string 1</_Key>
      <_Value />
    </MobileRequestParameter>
  </_Parameters>
</MobileRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MobileRequestModel'.

Response Information

Resource Description

MobilePalletTempModel
NameDescriptionTypeAdditional information
PalletNumber

string

None.

Product

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.

TempTypeIds

Collection of integer

None.

TempValues

Collection of decimal number

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.