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": "4dd861b3-6d73-4131-9980-4268d0f431a6", "name": "sample string 2", "surname": "sample string 3", "email": "sample string 4" }, "createDT": "2025-08-29T12:25:39.0583313+03:00", "updateBy": { "id": "4dd861b3-6d73-4131-9980-4268d0f431a6", "name": "sample string 2", "surname": "sample string 3", "email": "sample string 4" }, "updateDT": "2025-08-29T12:25:39.0583313+03:00", "id": "f937ce33-3039-4f7a-85a9-57257863943e", "companyID": "9e6c3147-cd1f-4bd9-95ef-30667ef5a368" }
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>9e6c3147-cd1f-4bd9-95ef-30667ef5a368</CompanyID> <ID>f937ce33-3039-4f7a-85a9-57257863943e</ID> <Code>sample string 2</Code> <CreateBy> <Email>sample string 4</Email> <ID>4dd861b3-6d73-4131-9980-4268d0f431a6</ID> <Name>sample string 2</Name> <Surname>sample string 3</Surname> </CreateBy> <CreateDT>2025-08-29T12:25:39.0583313+03:00</CreateDT> <UpdateBy> <Email>sample string 4</Email> <ID>4dd861b3-6d73-4131-9980-4268d0f431a6</ID> <Name>sample string 2</Name> <Surname>sample string 3</Surname> </UpdateBy> <UpdateDT>2025-08-29T12:25:39.0583313+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":"4dd861b3-6d73-4131-9980-4268d0f431a6","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"createDT":"2025-08-29T12:25:39.0583313+03:00","updateBy":{"id":"4dd861b3-6d73-4131-9980-4268d0f431a6","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"updateDT":"2025-08-29T12:25:39.0583313+03:00","id":"f937ce33-3039-4f7a-85a9-57257863943e","companyID":"9e6c3147-cd1f-4bd9-95ef-30667ef5a368"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.