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": "11a32339-ec8f-4063-9bcb-9e651ab5b5c8", "name": "sample string 2", "surname": "sample string 3", "email": "sample string 4" }, "createDT": "2025-08-05T21:16:15.1749696+03:00", "updateBy": { "id": "11a32339-ec8f-4063-9bcb-9e651ab5b5c8", "name": "sample string 2", "surname": "sample string 3", "email": "sample string 4" }, "updateDT": "2025-08-05T21:16:15.1749696+03:00", "id": "f1026134-0214-43d0-85d3-6f01b7ebe75b", "companyID": "0bf1e163-bd4f-418e-8269-773dbbde31d0" }
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>0bf1e163-bd4f-418e-8269-773dbbde31d0</CompanyID> <ID>f1026134-0214-43d0-85d3-6f01b7ebe75b</ID> <Code>sample string 2</Code> <CreateBy> <Email>sample string 4</Email> <ID>11a32339-ec8f-4063-9bcb-9e651ab5b5c8</ID> <Name>sample string 2</Name> <Surname>sample string 3</Surname> </CreateBy> <CreateDT>2025-08-05T21:16:15.1749696+03:00</CreateDT> <UpdateBy> <Email>sample string 4</Email> <ID>11a32339-ec8f-4063-9bcb-9e651ab5b5c8</ID> <Name>sample string 2</Name> <Surname>sample string 3</Surname> </UpdateBy> <UpdateDT>2025-08-05T21:16:15.1749696+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":"11a32339-ec8f-4063-9bcb-9e651ab5b5c8","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"createDT":"2025-08-05T21:16:15.1749696+03:00","updateBy":{"id":"11a32339-ec8f-4063-9bcb-9e651ab5b5c8","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"updateDT":"2025-08-05T21:16:15.1749696+03:00","id":"f1026134-0214-43d0-85d3-6f01b7ebe75b","companyID":"0bf1e163-bd4f-418e-8269-773dbbde31d0"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.