PUT api/v1/inoutboundpoints/{inOutboundPointId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| inOutboundPointId | globally unique identifier |
Required |
Body Parameters
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": "af0f2ca5-5090-472d-82c6-84c2c0a31269",
"LocationId": "9194eec5-53dd-453c-8d5b-7c7c982fb1f8",
"InOutboundPointName": "sample string 3",
"IsInboundPoint": true,
"IsOutboundPoint": true,
"Id": "af0f2ca5-5090-472d-82c6-84c2c0a31269",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"InOutboundPointId":"af0f2ca5-5090-472d-82c6-84c2c0a31269","LocationId":"9194eec5-53dd-453c-8d5b-7c7c982fb1f8","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"af0f2ca5-5090-472d-82c6-84c2c0a31269","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">af0f2ca5-5090-472d-82c6-84c2c0a31269</Id> <InOutboundPointId>af0f2ca5-5090-472d-82c6-84c2c0a31269</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>9194eec5-53dd-453c-8d5b-7c7c982fb1f8</LocationId> </InOutboundPointDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "abf9578e-b995-4c87-9488-f7c64cde7fb2",
"LocationId": "944e98d1-dff0-49d9-a373-595b734a4066",
"InOutboundPointName": "sample string 3",
"IsInboundPoint": true,
"IsOutboundPoint": true,
"Id": "abf9578e-b995-4c87-9488-f7c64cde7fb2",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"InOutboundPointId":"abf9578e-b995-4c87-9488-f7c64cde7fb2","LocationId":"944e98d1-dff0-49d9-a373-595b734a4066","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"abf9578e-b995-4c87-9488-f7c64cde7fb2","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">abf9578e-b995-4c87-9488-f7c64cde7fb2</Id> <InOutboundPointId>abf9578e-b995-4c87-9488-f7c64cde7fb2</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>944e98d1-dff0-49d9-a373-595b734a4066</LocationId> </InOutboundPointDetails>