GET api/hero/lrb/location/transfers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LrbLocationTransferViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdLrbLocationTransfer | integer |
None. |
|
| LrbNumber | string |
None. |
|
| Location | string |
None. |
|
| DateTransfer | date |
None. |
|
| DateUploadHero | date |
None. |
|
| DateUploadRubicon | date |
None. |
|
| UserName | string |
None. |
|
| LrbLocationTransferStatus | LrbTransferStatus |
None. |
|
| IsOfflineLog | boolean |
None. |
|
| Notes | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdLrbLocationTransfer": 1,
"LrbNumber": "sample string 2",
"Location": "sample string 3",
"DateTransfer": "2025-11-06T19:10:25.6141065-05:00",
"DateUploadHero": "2025-11-06T19:10:25.6141065-05:00",
"DateUploadRubicon": "2025-11-06T19:10:25.6141065-05:00",
"UserName": "sample string 6",
"LrbLocationTransferStatus": 1,
"IsOfflineLog": true,
"Notes": "sample string 8"
},
{
"IdLrbLocationTransfer": 1,
"LrbNumber": "sample string 2",
"Location": "sample string 3",
"DateTransfer": "2025-11-06T19:10:25.6141065-05:00",
"DateUploadHero": "2025-11-06T19:10:25.6141065-05:00",
"DateUploadRubicon": "2025-11-06T19:10:25.6141065-05:00",
"UserName": "sample string 6",
"LrbLocationTransferStatus": 1,
"IsOfflineLog": true,
"Notes": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfLrbLocationTransferViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Hero.Gulf.Application.Inventory.LrbLocationTransfers.ViewModels">
<LrbLocationTransferViewModel>
<DateTransfer>2025-11-06T19:10:25.6141065-05:00</DateTransfer>
<DateUploadHero>2025-11-06T19:10:25.6141065-05:00</DateUploadHero>
<DateUploadRubicon>2025-11-06T19:10:25.6141065-05:00</DateUploadRubicon>
<IdLrbLocationTransfer>1</IdLrbLocationTransfer>
<IsOfflineLog>true</IsOfflineLog>
<Location>sample string 3</Location>
<LrbLocationTransferStatus>Pending</LrbLocationTransferStatus>
<LrbNumber>sample string 2</LrbNumber>
<Notes>sample string 8</Notes>
<UserName>sample string 6</UserName>
</LrbLocationTransferViewModel>
<LrbLocationTransferViewModel>
<DateTransfer>2025-11-06T19:10:25.6141065-05:00</DateTransfer>
<DateUploadHero>2025-11-06T19:10:25.6141065-05:00</DateUploadHero>
<DateUploadRubicon>2025-11-06T19:10:25.6141065-05:00</DateUploadRubicon>
<IdLrbLocationTransfer>1</IdLrbLocationTransfer>
<IsOfflineLog>true</IsOfflineLog>
<Location>sample string 3</Location>
<LrbLocationTransferStatus>Pending</LrbLocationTransferStatus>
<LrbNumber>sample string 2</LrbNumber>
<Notes>sample string 8</Notes>
<UserName>sample string 6</UserName>
</LrbLocationTransferViewModel>
</ArrayOfLrbLocationTransferViewModel>