PUT api/v1/inoutboundpoints/{inOutboundPointId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
inOutboundPointId

globally unique identifier

Required

Body Parameters

InOutboundPointDetails
NameDescriptionTypeAdditional information
InOutboundPointId

globally unique identifier

None.

LocationId

globally unique identifier

Required

InOutboundPointName

string

String length: inclusive between 0 and 50

IsInboundPoint

boolean

None.

IsOutboundPoint

boolean

None.

Id

globally unique identifier

None.

CanUpdateRecord

boolean

None.

CanDeleteRecord

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "InOutboundPointId": "4dc19ee0-7809-4aed-8a62-b6696ba030cb",
  "LocationId": "95089044-3fbf-48ce-bdc8-ae96bdd681f0",
  "InOutboundPointName": "sample string 3",
  "IsInboundPoint": true,
  "IsOutboundPoint": true,
  "Id": "4dc19ee0-7809-4aed-8a62-b6696ba030cb",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"InOutboundPointId":"4dc19ee0-7809-4aed-8a62-b6696ba030cb","LocationId":"95089044-3fbf-48ce-bdc8-ae96bdd681f0","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"4dc19ee0-7809-4aed-8a62-b6696ba030cb","CanUpdateRecord":true,"CanDeleteRecord":true}

application/xml, text/xml

Sample:
<InOutboundPointDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Location">
  <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
  <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
  <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">4dc19ee0-7809-4aed-8a62-b6696ba030cb</Id>
  <InOutboundPointId>4dc19ee0-7809-4aed-8a62-b6696ba030cb</InOutboundPointId>
  <InOutboundPointName>sample string 3</InOutboundPointName>
  <IsInboundPoint>true</IsInboundPoint>
  <IsOutboundPoint>true</IsOutboundPoint>
  <LocationId>95089044-3fbf-48ce-bdc8-ae96bdd681f0</LocationId>
</InOutboundPointDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

InOutboundPointDetails
NameDescriptionTypeAdditional information
InOutboundPointId

globally unique identifier

None.

LocationId

globally unique identifier

Required

InOutboundPointName

string

String length: inclusive between 0 and 50

IsInboundPoint

boolean

None.

IsOutboundPoint

boolean

None.

Id

globally unique identifier

None.

CanUpdateRecord

boolean

None.

CanDeleteRecord

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "InOutboundPointId": "6beb48d7-fd5f-42a4-a3e9-9de74dac9149",
  "LocationId": "8bc178b9-48e4-4016-af51-7c7d04b2f65a",
  "InOutboundPointName": "sample string 3",
  "IsInboundPoint": true,
  "IsOutboundPoint": true,
  "Id": "6beb48d7-fd5f-42a4-a3e9-9de74dac9149",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"InOutboundPointId":"6beb48d7-fd5f-42a4-a3e9-9de74dac9149","LocationId":"8bc178b9-48e4-4016-af51-7c7d04b2f65a","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"6beb48d7-fd5f-42a4-a3e9-9de74dac9149","CanUpdateRecord":true,"CanDeleteRecord":true}

application/xml, text/xml

Sample:
<InOutboundPointDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Location">
  <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
  <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
  <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">6beb48d7-fd5f-42a4-a3e9-9de74dac9149</Id>
  <InOutboundPointId>6beb48d7-fd5f-42a4-a3e9-9de74dac9149</InOutboundPointId>
  <InOutboundPointName>sample string 3</InOutboundPointName>
  <IsInboundPoint>true</IsInboundPoint>
  <IsOutboundPoint>true</IsOutboundPoint>
  <LocationId>8bc178b9-48e4-4016-af51-7c7d04b2f65a</LocationId>
</InOutboundPointDetails>