POST api/RelocateLocation
Request Information
URI Parameters
None.
Body Parameters
RelocateLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordNo | integer |
None. |
|
| RelocateLocationName | string |
None. |
|
| CreatedOn | date |
None. |
|
| UpdatedOn | date |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecordNo": 1,
"RelocateLocationName": "sample string 2",
"CreatedOn": "2025-10-31T20:58:22.768317+00:00",
"UpdatedOn": "2025-10-31T20:58:22.768317+00:00",
"IsDeleted": true
}
application/xml, text/xml
Sample:
<RelocateLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrishAcademy.Models"> <CreatedOn>2025-10-31T20:58:22.768317+00:00</CreatedOn> <IsDeleted>true</IsDeleted> <RecordNo>1</RecordNo> <RelocateLocationName>sample string 2</RelocateLocationName> <UpdatedOn>2025-10-31T20:58:22.768317+00:00</UpdatedOn> </RelocateLocation>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.