POST v6/location/relationship/save

Request Information

URI Parameters

None.

Body Parameters

LocationRelationshipModelv6
NameDescriptionTypeAdditional information
LocationRelationshipId

integer

None.

LocationId

integer

None.

RelatedLocationId

integer

None.

IsAutoReceive

boolean

None.

AutoReceiveDays

integer

None.

AutoReceiveHours

integer

None.

IsAutoInTransit

boolean

None.

AutoInTransitDays

integer

None.

AutoInTransitHours

integer

None.

IsAutoLost

boolean

None.

AutoLostDays

integer

None.

AutoLostHours

integer

None.

IsAutoCreateShipment

boolean

None.

AutoCreateShipmentFromId

integer

None.

AutoCreateShipmentToId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "locationRelationshipId": 1,
  "locationId": 2,
  "relatedLocationId": 3,
  "isAutoReceive": true,
  "autoReceiveDays": 5,
  "autoReceiveHours": 6,
  "isAutoInTransit": true,
  "autoInTransitDays": 8,
  "autoInTransitHours": 9,
  "isAutoLost": true,
  "autoLostDays": 11,
  "autoLostHours": 12,
  "isAutoCreateShipment": true,
  "autoCreateShipmentFromId": 14,
  "autoCreateShipmentToId": 15
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.