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": "87011a2c-4166-498d-bb26-40181555dc4b",
"LocationId": "ff209262-ef4e-4551-ac0f-755fa2201bfb",
"InOutboundPointName": "sample string 3",
"IsInboundPoint": true,
"IsOutboundPoint": true,
"Id": "87011a2c-4166-498d-bb26-40181555dc4b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"InOutboundPointId":"87011a2c-4166-498d-bb26-40181555dc4b","LocationId":"ff209262-ef4e-4551-ac0f-755fa2201bfb","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"87011a2c-4166-498d-bb26-40181555dc4b","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">87011a2c-4166-498d-bb26-40181555dc4b</Id> <InOutboundPointId>87011a2c-4166-498d-bb26-40181555dc4b</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>ff209262-ef4e-4551-ac0f-755fa2201bfb</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": "4036d714-8604-49f4-bf58-b62a11bc965b",
"LocationId": "4f6d5141-b750-44de-8282-cc00c266278e",
"InOutboundPointName": "sample string 3",
"IsInboundPoint": true,
"IsOutboundPoint": true,
"Id": "4036d714-8604-49f4-bf58-b62a11bc965b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"InOutboundPointId":"4036d714-8604-49f4-bf58-b62a11bc965b","LocationId":"4f6d5141-b750-44de-8282-cc00c266278e","InOutboundPointName":"sample string 3","IsInboundPoint":true,"IsOutboundPoint":true,"Id":"4036d714-8604-49f4-bf58-b62a11bc965b","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">4036d714-8604-49f4-bf58-b62a11bc965b</Id> <InOutboundPointId>4036d714-8604-49f4-bf58-b62a11bc965b</InOutboundPointId> <InOutboundPointName>sample string 3</InOutboundPointName> <IsInboundPoint>true</IsInboundPoint> <IsOutboundPoint>true</IsOutboundPoint> <LocationId>4f6d5141-b750-44de-8282-cc00c266278e</LocationId> </InOutboundPointDetails>