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.
InOutboundPointDetails| Name | 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": "3e76a71d-2670-4d2c-a34d-ec1ba46a964a",
"LocationId": "8ee55496-d92c-4f19-a0ed-3ebe7227f9e9",
"InOutboundPointName": "sample string 3",
"IsInboundPoint": true,
"IsOutboundPoint": true,
"Id": "3e76a71d-2670-4d2c-a34d-ec1ba46a964a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"InOutboundPointId":"3e76a71d-2670-4d2c-a34d-ec1ba46a964a","LocationId":"8ee55496-d92c-4f19-a0ed-3ebe7227f9e9","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"3e76a71d-2670-4d2c-a34d-ec1ba46a964a","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">3e76a71d-2670-4d2c-a34d-ec1ba46a964a</Id> <InOutboundPointId>3e76a71d-2670-4d2c-a34d-ec1ba46a964a</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>8ee55496-d92c-4f19-a0ed-3ebe7227f9e9</LocationId> </InOutboundPointDetails>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
InOutboundPointDetails| Name | 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": "ea9b4107-963e-4370-bc3c-0e096077881c",
"LocationId": "150aed0d-cc27-4fda-a919-22fc8d3adf37",
"InOutboundPointName": "sample string 3",
"IsInboundPoint": true,
"IsOutboundPoint": true,
"Id": "ea9b4107-963e-4370-bc3c-0e096077881c",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"InOutboundPointId":"ea9b4107-963e-4370-bc3c-0e096077881c","LocationId":"150aed0d-cc27-4fda-a919-22fc8d3adf37","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"ea9b4107-963e-4370-bc3c-0e096077881c","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">ea9b4107-963e-4370-bc3c-0e096077881c</Id> <InOutboundPointId>ea9b4107-963e-4370-bc3c-0e096077881c</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>150aed0d-cc27-4fda-a919-22fc8d3adf37</LocationId> </InOutboundPointDetails>