GET api/UnloadingPoint
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UnloadingPointApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| UnloadingPoints | Collection of UnloadingPointApi |
None. |
|
| RequestStatus | RequestStatus |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RequestStatus>
<errormessage>sample string 1</errormessage>
<success>true</success>
<version>sample string 3</version>
</RequestStatus>
<unloadingpoints>
<unloadingpoint>
<Enabled>true</Enabled>
<IsShowInKiosk>true</IsShowInKiosk>
<CreatedOn>2025-12-19T05:57:58.7396637-06:00</CreatedOn>
<CreatedBy>sample string 7</CreatedBy>
<ModifiedBy>sample string 8</ModifiedBy>
<ModifiedOn>2025-12-19T05:57:58.7396637-06:00</ModifiedOn>
<MasterId>9</MasterId>
<location>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</location>
<supplier>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</supplier>
<materialtype>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</materialtype>
<material>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</material>
<dataowner>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</dataowner>
<customer>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</customer>
<destination>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</destination>
</unloadingpoint>
<unloadingpoint>
<Enabled>true</Enabled>
<IsShowInKiosk>true</IsShowInKiosk>
<CreatedOn>2025-12-19T05:57:58.7396637-06:00</CreatedOn>
<CreatedBy>sample string 7</CreatedBy>
<ModifiedBy>sample string 8</ModifiedBy>
<ModifiedOn>2025-12-19T05:57:58.7396637-06:00</ModifiedOn>
<MasterId>9</MasterId>
<location>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</location>
<supplier>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</supplier>
<materialtype>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</materialtype>
<material>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</material>
<dataowner>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</dataowner>
<customer>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</customer>
<destination>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</destination>
</unloadingpoint>
</unloadingpoints>
</response>