PUT api/v1/inoutboundpoints/{inOutboundPointId}
Updates the specified inOutboundPointDetails.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
inOutboundPointId |
The location identifier. |
globally unique identifier |
Required |
Body Parameters
The InOutboundPointDetails.
InOutboundPointDetailsName | Description | Type | Additional 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": "900965a4-148d-4ab6-bdb5-dedb569d0eb2", "LocationId": "8168f5cf-823e-4f27-85a1-0dc205f155cc", "InOutboundPointName": "sample string 3", "IsInboundPoint": true, "IsOutboundPoint": true, "Id": "900965a4-148d-4ab6-bdb5-dedb569d0eb2", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
Sample:
{"InOutboundPointId":"900965a4-148d-4ab6-bdb5-dedb569d0eb2","LocationId":"8168f5cf-823e-4f27-85a1-0dc205f155cc","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"900965a4-148d-4ab6-bdb5-dedb569d0eb2","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">900965a4-148d-4ab6-bdb5-dedb569d0eb2</Id> <InOutboundPointId>900965a4-148d-4ab6-bdb5-dedb569d0eb2</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>8168f5cf-823e-4f27-85a1-0dc205f155cc</LocationId> </InOutboundPointDetails>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
InOutboundPointDetailsName | Description | Type | Additional 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": "d2200de4-03c1-453b-86da-98bde5460723", "LocationId": "2901d1af-73eb-41ef-b054-9dd233ec2030", "InOutboundPointName": "sample string 3", "IsInboundPoint": true, "IsOutboundPoint": true, "Id": "d2200de4-03c1-453b-86da-98bde5460723", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
Sample:
{"InOutboundPointId":"d2200de4-03c1-453b-86da-98bde5460723","LocationId":"2901d1af-73eb-41ef-b054-9dd233ec2030","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"d2200de4-03c1-453b-86da-98bde5460723","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">d2200de4-03c1-453b-86da-98bde5460723</Id> <InOutboundPointId>d2200de4-03c1-453b-86da-98bde5460723</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>2901d1af-73eb-41ef-b054-9dd233ec2030</LocationId> </InOutboundPointDetails>