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": "f0691884-9326-4ec0-b58d-236ac903b423",
  "LocationId": "df0d4830-fc25-43ad-adf7-3ef95a96f456",
  "InOutboundPointName": "sample string 3",
  "IsInboundPoint": true,
  "IsOutboundPoint": true,
  "Id": "f0691884-9326-4ec0-b58d-236ac903b423",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"InOutboundPointId":"f0691884-9326-4ec0-b58d-236ac903b423","LocationId":"df0d4830-fc25-43ad-adf7-3ef95a96f456","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"f0691884-9326-4ec0-b58d-236ac903b423","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">f0691884-9326-4ec0-b58d-236ac903b423</Id>
  <InOutboundPointId>f0691884-9326-4ec0-b58d-236ac903b423</InOutboundPointId>
  <InOutboundPointName>sample string 3</InOutboundPointName>
  <IsInboundPoint>true</IsInboundPoint>
  <IsOutboundPoint>true</IsOutboundPoint>
  <LocationId>df0d4830-fc25-43ad-adf7-3ef95a96f456</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": "9a96f039-5ab8-4f1f-98f8-7dffc7c58c14",
  "LocationId": "a827ce19-3ce1-4391-a4b2-85089c8c5219",
  "InOutboundPointName": "sample string 3",
  "IsInboundPoint": true,
  "IsOutboundPoint": true,
  "Id": "9a96f039-5ab8-4f1f-98f8-7dffc7c58c14",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"InOutboundPointId":"9a96f039-5ab8-4f1f-98f8-7dffc7c58c14","LocationId":"a827ce19-3ce1-4391-a4b2-85089c8c5219","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"9a96f039-5ab8-4f1f-98f8-7dffc7c58c14","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">9a96f039-5ab8-4f1f-98f8-7dffc7c58c14</Id>
  <InOutboundPointId>9a96f039-5ab8-4f1f-98f8-7dffc7c58c14</InOutboundPointId>
  <InOutboundPointName>sample string 3</InOutboundPointName>
  <IsInboundPoint>true</IsInboundPoint>
  <IsOutboundPoint>true</IsOutboundPoint>
  <LocationId>a827ce19-3ce1-4391-a4b2-85089c8c5219</LocationId>
</InOutboundPointDetails>