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": "16da613e-cdf8-491d-804f-7dd18204ed74",
  "LocationId": "5597aed5-5162-4d63-ae7f-65ed640e1369",
  "InOutboundPointName": "sample string 3",
  "IsInboundPoint": true,
  "IsOutboundPoint": true,
  "Id": "16da613e-cdf8-491d-804f-7dd18204ed74",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"InOutboundPointId":"16da613e-cdf8-491d-804f-7dd18204ed74","LocationId":"5597aed5-5162-4d63-ae7f-65ed640e1369","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"16da613e-cdf8-491d-804f-7dd18204ed74","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">16da613e-cdf8-491d-804f-7dd18204ed74</Id>
  <InOutboundPointId>16da613e-cdf8-491d-804f-7dd18204ed74</InOutboundPointId>
  <InOutboundPointName>sample string 3</InOutboundPointName>
  <IsInboundPoint>true</IsInboundPoint>
  <IsOutboundPoint>true</IsOutboundPoint>
  <LocationId>5597aed5-5162-4d63-ae7f-65ed640e1369</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": "4d6da9c2-0268-4057-994c-3af37323b8d3",
  "LocationId": "a1aef2e2-1cce-4c88-bcb9-9b2d80153912",
  "InOutboundPointName": "sample string 3",
  "IsInboundPoint": true,
  "IsOutboundPoint": true,
  "Id": "4d6da9c2-0268-4057-994c-3af37323b8d3",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"InOutboundPointId":"4d6da9c2-0268-4057-994c-3af37323b8d3","LocationId":"a1aef2e2-1cce-4c88-bcb9-9b2d80153912","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"4d6da9c2-0268-4057-994c-3af37323b8d3","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">4d6da9c2-0268-4057-994c-3af37323b8d3</Id>
  <InOutboundPointId>4d6da9c2-0268-4057-994c-3af37323b8d3</InOutboundPointId>
  <InOutboundPointName>sample string 3</InOutboundPointName>
  <IsInboundPoint>true</IsInboundPoint>
  <IsOutboundPoint>true</IsOutboundPoint>
  <LocationId>a1aef2e2-1cce-4c88-bcb9-9b2d80153912</LocationId>
</InOutboundPointDetails>