PUT api/Location/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UpdateRequestOfLocationResource| Name | Description | Type | Additional information |
|---|---|---|---|
| Resource | LocationResource |
None. |
Request Formats
application/json, text/json
Sample:
{
"Resource": {
"LocationID": 1,
"LocationNumber": "sample string 1",
"RegionId": 1,
"RegionName": "sample string 2",
"LocationName": "sample string 3",
"POSType": 1,
"POSTypeDes": "sample string 4",
"LabelSQL": "sample string 5",
"POSODBC": "sample string 6",
"XMLPath": "sample string 7",
"UploaderAppPath": "sample string 8",
"ItemCount": 9,
"SubscriptionCount": 10,
"ChangedItems": 11,
"NewItems": 12,
"CreatedBy": 1,
"CreatedDate": "2026-07-10T01:51:55.5981697-07:00",
"ModifiedBy": 1,
"ModifiedDate": "2026-07-10T01:51:55.5981697-07:00",
"TimeKey": 13
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}