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": "02a27d0f-800d-4cb4-b9c0-9c1325379d7b",
"LocationId": "50d01bf8-9785-4fbe-b6c7-95838b5b4cde",
"InOutboundPointName": "sample string 3",
"IsInboundPoint": true,
"IsOutboundPoint": true,
"Id": "02a27d0f-800d-4cb4-b9c0-9c1325379d7b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"InOutboundPointId":"02a27d0f-800d-4cb4-b9c0-9c1325379d7b","LocationId":"50d01bf8-9785-4fbe-b6c7-95838b5b4cde","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"02a27d0f-800d-4cb4-b9c0-9c1325379d7b","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">02a27d0f-800d-4cb4-b9c0-9c1325379d7b</Id> <InOutboundPointId>02a27d0f-800d-4cb4-b9c0-9c1325379d7b</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>50d01bf8-9785-4fbe-b6c7-95838b5b4cde</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": "dee5aa63-ff72-477d-bfd0-7be3955db5ff",
"LocationId": "cb2b1574-31f0-4e72-bb95-61887eb46e6c",
"InOutboundPointName": "sample string 3",
"IsInboundPoint": true,
"IsOutboundPoint": true,
"Id": "dee5aa63-ff72-477d-bfd0-7be3955db5ff",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"InOutboundPointId":"dee5aa63-ff72-477d-bfd0-7be3955db5ff","LocationId":"cb2b1574-31f0-4e72-bb95-61887eb46e6c","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"dee5aa63-ff72-477d-bfd0-7be3955db5ff","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">dee5aa63-ff72-477d-bfd0-7be3955db5ff</Id> <InOutboundPointId>dee5aa63-ff72-477d-bfd0-7be3955db5ff</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>cb2b1574-31f0-4e72-bb95-61887eb46e6c</LocationId> </InOutboundPointDetails>