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": "de9f2ce5-1e24-4380-b4ce-a062d449601b",
"LocationId": "fc0d1349-16c4-4ace-8e96-5a74f4f7b4cb",
"InOutboundPointName": "sample string 3",
"IsInboundPoint": true,
"IsOutboundPoint": true,
"Id": "de9f2ce5-1e24-4380-b4ce-a062d449601b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"InOutboundPointId":"de9f2ce5-1e24-4380-b4ce-a062d449601b","LocationId":"fc0d1349-16c4-4ace-8e96-5a74f4f7b4cb","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"de9f2ce5-1e24-4380-b4ce-a062d449601b","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">de9f2ce5-1e24-4380-b4ce-a062d449601b</Id> <InOutboundPointId>de9f2ce5-1e24-4380-b4ce-a062d449601b</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>fc0d1349-16c4-4ace-8e96-5a74f4f7b4cb</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": "0218a500-e4b8-471c-8298-cca02435352a",
"LocationId": "a30dac91-3b34-405b-8341-81ece15e2833",
"InOutboundPointName": "sample string 3",
"IsInboundPoint": true,
"IsOutboundPoint": true,
"Id": "0218a500-e4b8-471c-8298-cca02435352a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"InOutboundPointId":"0218a500-e4b8-471c-8298-cca02435352a","LocationId":"a30dac91-3b34-405b-8341-81ece15e2833","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"0218a500-e4b8-471c-8298-cca02435352a","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">0218a500-e4b8-471c-8298-cca02435352a</Id> <InOutboundPointId>0218a500-e4b8-471c-8298-cca02435352a</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>a30dac91-3b34-405b-8341-81ece15e2833</LocationId> </InOutboundPointDetails>