POST api/CommonOperations/RegisterDepotTriton
Request Information
URI Parameters
None.
Body Parameters
DepotDetailsCL| Name | Description | Type | Additional information |
|---|---|---|---|
| label | string |
None. |
|
| DepotID | integer |
None. |
|
| UserID | integer |
None. |
|
| DepotCode | string |
None. |
|
| City | string |
None. |
|
| CountryID | integer |
None. |
|
| DepotName | string |
None. |
|
| IsActive | boolean |
None. |
|
| Country | string |
None. |
|
| CountryCode | string |
None. |
|
| PortName | string |
None. |
|
| EDIDepotCode | string |
None. |
|
| ContactPerson | string |
None. |
|
| State_Code | string |
None. |
|
| ContactNumber | string |
None. |
|
| Address | string |
None. |
|
| EmailIDs | string |
None. |
|
| CurrencyID | integer |
None. |
|
| Currency | string |
None. |
|
| NON_EDI_SENDER | string |
None. |
|
| UPDATED_BY | integer |
None. |
|
| UPDATED_DATE | date |
None. |
|
| IS_DELETED | integer |
None. |
|
| DepotInfo | string |
None. |
|
| Tax_Rule | string |
None. |
|
| TaxRate | decimal number |
None. |
|
| LaborRate | decimal number |
None. |
|
| DEPOT_INCORRCTFILE_MAIL | string |
None. |
|
| OFFHIRE_EMAILID | string |
None. |
|
| EstimateType | string |
None. |
|
| UserType | integer |
None. |
|
| IsInsActive | boolean |
None. |
|
| IsOffActive | boolean |
None. |
|
| ResultCodes | string |
None. |
|
| DepotLogo | string |
None. |
|
| OPUSYARDCODE | string |
None. |
|
| IsFromAddEstimateForLU | boolean |
None. |
|
| Depot_VendorCode | string |
None. |
|
| Depot_Link | string |
None. |
|
| FuelRate | FuelPriceConfigurationCL |
None. |
Request Formats
application/json, text/json
Sample:
{
"label": "sample string 4",
"DepotID": 2,
"UserID": 3,
"DepotCode": "sample string 4",
"City": "sample string 5",
"CountryID": 6,
"DepotName": "sample string 7",
"IsActive": true,
"Country": "sample string 9",
"CountryCode": "sample string 10",
"PortName": "sample string 11",
"EDIDepotCode": "sample string 12",
"ContactPerson": "sample string 13",
"State_Code": "sample string 14",
"ContactNumber": "sample string 15",
"Address": "sample string 16",
"EmailIDs": "sample string 17",
"CurrencyID": 18,
"Currency": "sample string 19",
"NON_EDI_SENDER": "sample string 20",
"UPDATED_BY": 21,
"UPDATED_DATE": "2026-02-04T02:30:22.9511361+00:00",
"IS_DELETED": 23,
"DepotInfo": "sample string 24",
"Tax_Rule": "sample string 25",
"TaxRate": 1.1,
"LaborRate": 1.1,
"DEPOT_INCORRCTFILE_MAIL": "sample string 26",
"OFFHIRE_EMAILID": "sample string 27",
"EstimateType": "sample string 28",
"UserType": 29,
"IsInsActive": true,
"IsOffActive": true,
"ResultCodes": "sample string 32",
"DepotLogo": "sample string 33",
"OPUSYARDCODE": "sample string 34",
"IsFromAddEstimateForLU": true,
"Depot_VendorCode": "sample string 36",
"Depot_Link": "sample string 37",
"FuelRate": {
"ID": 1,
"Depot_Code": "sample string 2",
"Cust_Code": "sample string 3",
"Customer_Code": "sample string 4",
"FuelRate": 1.0,
"TaxonFuelRate": 1.0,
"MarkupValue": 1.0,
"Tolerance": 1.0,
"IsActive": true,
"Created_by": 6,
"Updated_by": 7,
"CreatedDate": "sample string 8",
"StartDate": "sample string 9",
"Region": "sample string 10",
"Depot_Ids": "sample string 11",
"Depot_Name": "sample string 12",
"Userid": "sample string 13",
"IsReject": true
}
}
application/xml, text/xml
Sample:
<DepotDetailsCL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WH.CustomLayer.Configuration">
<Address>sample string 16</Address>
<City>sample string 5</City>
<ContactNumber>sample string 15</ContactNumber>
<ContactPerson>sample string 13</ContactPerson>
<Country>sample string 9</Country>
<CountryCode>sample string 10</CountryCode>
<CountryID>6</CountryID>
<Currency>sample string 19</Currency>
<CurrencyID>18</CurrencyID>
<DEPOT_INCORRCTFILE_MAIL>sample string 26</DEPOT_INCORRCTFILE_MAIL>
<DepotCode>sample string 4</DepotCode>
<DepotID>2</DepotID>
<DepotInfo>sample string 24</DepotInfo>
<DepotLogo>sample string 33</DepotLogo>
<DepotName>sample string 7</DepotName>
<Depot_Link>sample string 37</Depot_Link>
<Depot_VendorCode>sample string 36</Depot_VendorCode>
<EDIDepotCode>sample string 12</EDIDepotCode>
<EmailIDs>sample string 17</EmailIDs>
<EstimateType>sample string 28</EstimateType>
<FuelRate>
<CreatedDate>sample string 8</CreatedDate>
<Created_by>6</Created_by>
<Cust_Code>sample string 3</Cust_Code>
<Customer_Code>sample string 4</Customer_Code>
<Depot_Code>sample string 2</Depot_Code>
<Depot_Ids>sample string 11</Depot_Ids>
<Depot_Name>sample string 12</Depot_Name>
<FuelRate>1</FuelRate>
<ID>1</ID>
<IsActive>true</IsActive>
<IsReject>true</IsReject>
<MarkupValue>1</MarkupValue>
<Region>sample string 10</Region>
<StartDate>sample string 9</StartDate>
<TaxonFuelRate>1</TaxonFuelRate>
<Tolerance>1</Tolerance>
<Updated_by>7</Updated_by>
<Userid>sample string 13</Userid>
</FuelRate>
<IS_DELETED>23</IS_DELETED>
<IsActive>true</IsActive>
<IsFromAddEstimateForLU>true</IsFromAddEstimateForLU>
<IsInsActive>true</IsInsActive>
<IsOffActive>true</IsOffActive>
<LaborRate>1.1</LaborRate>
<NON_EDI_SENDER>sample string 20</NON_EDI_SENDER>
<OFFHIRE_EMAILID>sample string 27</OFFHIRE_EMAILID>
<OPUSYARDCODE>sample string 34</OPUSYARDCODE>
<PortName>sample string 11</PortName>
<ResultCodes>sample string 32</ResultCodes>
<State_Code>sample string 14</State_Code>
<TaxRate>1.1</TaxRate>
<Tax_Rule>sample string 25</Tax_Rule>
<UPDATED_BY>21</UPDATED_BY>
<UPDATED_DATE>2026-02-04T02:30:22.9511361+00:00</UPDATED_DATE>
<UserID>3</UserID>
<UserType>29</UserType>
<label>sample string 4</label>
</DepotDetailsCL>
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.