POST api/Warehouse/DeleteWarehouse
Request Information
URI Parameters
None.
Body Parameters
WarehouseCardDtoName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Code | string |
None. |
|
CreateBy | UserLeanDto |
None. |
|
CreateDT | date |
None. |
|
UpdateBy | UserLeanDto |
None. |
|
UpdateDT | date |
None. |
|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "code": "sample string 2", "createBy": { "id": "bb5d547a-079e-439e-a12a-75c4393b8be4", "name": "sample string 2", "surname": "sample string 3", "email": "sample string 4" }, "createDT": "2025-07-08T21:35:27.6682309+03:00", "updateBy": { "id": "bb5d547a-079e-439e-a12a-75c4393b8be4", "name": "sample string 2", "surname": "sample string 3", "email": "sample string 4" }, "updateDT": "2025-07-08T21:35:27.6682309+03:00", "id": "ecd5dddf-e625-4db1-b293-03d74f8b60b7", "companyID": "7a28b762-6ff8-4615-adb6-0d1e0a64023e" }
application/xml, text/xml
Sample:
<WarehouseCardDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>7a28b762-6ff8-4615-adb6-0d1e0a64023e</CompanyID> <ID>ecd5dddf-e625-4db1-b293-03d74f8b60b7</ID> <Code>sample string 2</Code> <CreateBy> <Email>sample string 4</Email> <ID>bb5d547a-079e-439e-a12a-75c4393b8be4</ID> <Name>sample string 2</Name> <Surname>sample string 3</Surname> </CreateBy> <CreateDT>2025-07-08T21:35:27.6682309+03:00</CreateDT> <UpdateBy> <Email>sample string 4</Email> <ID>bb5d547a-079e-439e-a12a-75c4393b8be4</ID> <Name>sample string 2</Name> <Surname>sample string 3</Surname> </UpdateBy> <UpdateDT>2025-07-08T21:35:27.6682309+03:00</UpdateDT> <Name>sample string 1</Name> </WarehouseCardDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"name":"sample string 1","code":"sample string 2","createBy":{"id":"bb5d547a-079e-439e-a12a-75c4393b8be4","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"createDT":"2025-07-08T21:35:27.6682309+03:00","updateBy":{"id":"bb5d547a-079e-439e-a12a-75c4393b8be4","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"updateDT":"2025-07-08T21:35:27.6682309+03:00","id":"ecd5dddf-e625-4db1-b293-03d74f8b60b7","companyID":"7a28b762-6ff8-4615-adb6-0d1e0a64023e"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.