POST api/LocationLine
Request Information
URI Parameters
None.
Body Parameters
LocationLine| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
|
| Name | string |
None. |
|
| IsHide | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedBy | integer |
None. |
|
| DeletedDate | date |
None. |
|
| DeletedBy | integer |
None. |
|
| LocalId | integer |
None. |
|
| LocationLocalId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2,
"Name": "sample string 3",
"IsHide": true,
"CreatedDate": "2025-12-16T01:06:08.4100009+00:00",
"CreatedBy": 6,
"LastModifiedDate": "2025-12-16T01:06:08.4100009+00:00",
"LastModifiedBy": 8,
"DeletedDate": "2025-12-16T01:06:08.4100009+00:00",
"DeletedBy": 1,
"LocalId": 9,
"LocationLocalId": 10
}
application/xml, text/xml
Sample:
<LocationLine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain"> <CreatedBy>6</CreatedBy> <CreatedDate>2025-12-16T01:06:08.4100009+00:00</CreatedDate> <DeletedBy>1</DeletedBy> <DeletedDate>2025-12-16T01:06:08.4100009+00:00</DeletedDate> <Id>1</Id> <IsHide>true</IsHide> <LastModifiedBy>8</LastModifiedBy> <LastModifiedDate>2025-12-16T01:06:08.4100009+00:00</LastModifiedDate> <LocalId>9</LocalId> <LocationId>2</LocationId> <LocationLocalId>10</LocationLocalId> <Name>sample string 3</Name> </LocationLine>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.