POST api/hero/lrb/location/transfer/add
Request Information
URI Parameters
None.
Body Parameters
LrbLocationTransferModelName | Description | Type | Additional information |
---|---|---|---|
LrbNumber | string |
None. |
|
Location | string |
None. |
|
DateTransfer | date |
None. |
|
UserName | string |
None. |
|
IsOfflineLog | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "LrbNumber": "sample string 1", "Location": "sample string 2", "DateTransfer": "2025-06-21T07:21:08.6428929-04:00", "UserName": "sample string 4", "IsOfflineLog": true }
application/xml, text/xml
Sample:
<LrbLocationTransferModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Server.Services.Api.Areas.Hero.Models"> <DateTransfer>2025-06-21T07:21:08.6428929-04:00</DateTransfer> <IsOfflineLog>true</IsOfflineLog> <Location>sample string 2</Location> <LrbNumber>sample string 1</LrbNumber> <UserName>sample string 4</UserName> </LrbLocationTransferModel>
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.