POST v6/location/save
Request Information
URI Parameters
None.
Body Parameters
LocationModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| LocationCategoryId | integer |
None. |
|
| LocationName | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| ZipCode | string |
None. |
|
| Country | string |
None. |
|
| XCoordinate | string |
None. |
|
| YCoordinate | string |
None. |
|
| BOLTemplateId | integer |
None. |
|
| PalletLabelQuantity | integer |
None. |
|
| ReturnFlagTypeId | integer |
None. |
|
| ReturnFlagBarcodePrefix | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"locationId": 1,
"companyId": 2,
"isActive": true,
"locationCategoryId": 4,
"locationName": "sample string 5",
"address": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"zipCode": "sample string 9",
"country": "sample string 10",
"xCoordinate": "sample string 11",
"yCoordinate": "sample string 12",
"bolTemplateId": 13,
"palletLabelQuantity": 14,
"returnFlagTypeId": 15,
"returnFlagBarcodePrefix": "sample string 16"
}
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1