POST api/CommonOperations/SaveDepotMapping

Request Information

URI Parameters

None.

Body Parameters

DepotMappingCL
NameDescriptionTypeAdditional information
CustomerId

integer

None.

DepotId

integer

None.

MappingConfigId

integer

None.

CustomerName

string

None.

DepotCode

string

None.

CustomerCodeAPI

string

None.

OwnerLessor

string

None.

MappingCode

string

None.

ApplyForDepot

boolean

None.

Output

string

None.

Input

string

None.

StartIndex

integer

None.

EndIndex

integer

None.

RowCount

integer

None.

AddedBy

integer

None.

UserType

integer

None.

ExcludeGateIn

boolean

None.

GeoTrackCode

string

None.

GeoTrackName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "DepotId": 2,
  "MappingConfigId": 3,
  "CustomerName": "sample string 4",
  "DepotCode": "sample string 5",
  "CustomerCodeAPI": "sample string 6",
  "OwnerLessor": "sample string 7",
  "MappingCode": "sample string 8",
  "ApplyForDepot": true,
  "Output": "sample string 10",
  "Input": "sample string 11",
  "StartIndex": 12,
  "EndIndex": 13,
  "RowCount": 14,
  "AddedBy": 15,
  "UserType": 16,
  "ExcludeGateIn": true,
  "GeoTrackCode": "sample string 18",
  "GeoTrackName": "sample string 19"
}

application/xml, text/xml

Sample:
<DepotMappingCL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WH.CustomLayer.Customer">
  <AddedBy>15</AddedBy>
  <ApplyForDepot>true</ApplyForDepot>
  <CustomerCodeAPI>sample string 6</CustomerCodeAPI>
  <CustomerId>1</CustomerId>
  <CustomerName>sample string 4</CustomerName>
  <DepotCode>sample string 5</DepotCode>
  <DepotId>2</DepotId>
  <EndIndex>13</EndIndex>
  <ExcludeGateIn>true</ExcludeGateIn>
  <GeoTrackCode>sample string 18</GeoTrackCode>
  <GeoTrackName>sample string 19</GeoTrackName>
  <Input>sample string 11</Input>
  <MappingCode>sample string 8</MappingCode>
  <MappingConfigId>3</MappingConfigId>
  <Output>sample string 10</Output>
  <OwnerLessor>sample string 7</OwnerLessor>
  <RowCount>14</RowCount>
  <StartIndex>12</StartIndex>
  <UserType>16</UserType>
</DepotMappingCL>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.