POST api/LoadDatas/NotiData
Request Information
URI Parameters
None.
Body Parameters
CHHAutoAssignNotiModelName | Description | Type | Additional information |
---|---|---|---|
hhid | string |
None. |
|
noti_id | integer |
None. |
|
noti_type | string |
None. |
|
wh_poiid | string |
None. |
|
wh_name | string |
None. |
|
wh_lat | decimal number |
None. |
|
wh_lng | decimal number |
None. |
|
wh_truckavailable | integer |
None. |
|
shipment_id | string |
None. |
|
update_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "hhid": "sample string 1", "noti_id": 1, "noti_type": "sample string 2", "wh_poiid": "sample string 3", "wh_name": "sample string 4", "wh_lat": 1.0, "wh_lng": 1.0, "wh_truckavailable": 1, "shipment_id": "sample string 5", "update_date": "2025-05-19T18:21:26.0701663+07:00" }
application/xml, text/xml
Sample:
<LoadDatasController.CHHAutoAssignNotiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Android_API.Controllers"> <hhid>sample string 1</hhid> <noti_id>1</noti_id> <noti_type>sample string 2</noti_type> <shipment_id>sample string 5</shipment_id> <update_date>2025-05-19T18:21:26.0701663+07:00</update_date> <wh_lat>1</wh_lat> <wh_lng>1</wh_lng> <wh_name>sample string 4</wh_name> <wh_poiid>sample string 3</wh_poiid> <wh_truckavailable>1</wh_truckavailable> </LoadDatasController.CHHAutoAssignNotiModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />