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": "2591a8d6-4b34-432c-8cd5-51f8dd2bea9d",
"LocationId": "71f14c96-479d-4029-990f-663738b2a61b",
"InOutboundPointName": "sample string 3",
"IsInboundPoint": true,
"IsOutboundPoint": true,
"Id": "2591a8d6-4b34-432c-8cd5-51f8dd2bea9d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"InOutboundPointId":"2591a8d6-4b34-432c-8cd5-51f8dd2bea9d","LocationId":"71f14c96-479d-4029-990f-663738b2a61b","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"2591a8d6-4b34-432c-8cd5-51f8dd2bea9d","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">2591a8d6-4b34-432c-8cd5-51f8dd2bea9d</Id> <InOutboundPointId>2591a8d6-4b34-432c-8cd5-51f8dd2bea9d</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>71f14c96-479d-4029-990f-663738b2a61b</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": "759ae50d-ec1b-40e9-86ee-6fc389dc8f15",
"LocationId": "4316a9de-e69e-4f6b-bfdf-a68e53645eda",
"InOutboundPointName": "sample string 3",
"IsInboundPoint": true,
"IsOutboundPoint": true,
"Id": "759ae50d-ec1b-40e9-86ee-6fc389dc8f15",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"InOutboundPointId":"759ae50d-ec1b-40e9-86ee-6fc389dc8f15","LocationId":"4316a9de-e69e-4f6b-bfdf-a68e53645eda","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"759ae50d-ec1b-40e9-86ee-6fc389dc8f15","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">759ae50d-ec1b-40e9-86ee-6fc389dc8f15</Id> <InOutboundPointId>759ae50d-ec1b-40e9-86ee-6fc389dc8f15</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>4316a9de-e69e-4f6b-bfdf-a68e53645eda</LocationId> </InOutboundPointDetails>