POST api/Production/Add
Request Information
URI Parameters
None.
Body Parameters
ProductionAddDtoName | Description | Type | Additional information |
---|---|---|---|
ProductionDate | date |
None. |
|
Description | string |
None. |
|
Amount | decimal number |
None. |
|
Quantity | decimal number |
None. |
|
WarehouseID | globally unique identifier |
None. |
|
ProductID | globally unique identifier |
None. |
|
CompanyID | globally unique identifier |
None. |
|
UnitID | globally unique identifier |
None. |
|
ProductionDetails | Collection of ProductionDetailAddDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "productionDate": "2025-08-04T22:30:50.0506496+03:00", "description": "sample string 2", "amount": 3.0, "quantity": 4.1, "warehouseID": "64129050-e751-41f7-be77-34bf8f4493b0", "productID": "4e90b7a3-b4c9-441a-af1e-db177eb82a6d", "companyID": "fd7bff03-cb91-48b2-b67c-ac45a06e59e6", "unitID": "141ad585-828c-4d16-965f-8f174de57de2", "productionDetails": [ { "currencyAmount": 1.1, "currencyRate": 2.1, "quantity": 3.1, "amount": 4.0, "totalAmount": 5.0, "description": "sample string 6", "productID": "c1dfeefa-6f94-435d-803f-cff22c6afb0e", "warehouseID": "8ef464b5-7bc1-4e1e-bd71-a53134fcf3a4", "productionID": "53c54a50-c916-4820-8b59-2209e70d6e96", "companyID": "6375e523-6af2-4140-8eaf-ca72c5b05bd6" }, { "currencyAmount": 1.1, "currencyRate": 2.1, "quantity": 3.1, "amount": 4.0, "totalAmount": 5.0, "description": "sample string 6", "productID": "c1dfeefa-6f94-435d-803f-cff22c6afb0e", "warehouseID": "8ef464b5-7bc1-4e1e-bd71-a53134fcf3a4", "productionID": "53c54a50-c916-4820-8b59-2209e70d6e96", "companyID": "6375e523-6af2-4140-8eaf-ca72c5b05bd6" } ] }
application/xml, text/xml
Sample:
<ProductionAddDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <Amount>3</Amount> <CompanyID>fd7bff03-cb91-48b2-b67c-ac45a06e59e6</CompanyID> <Description>sample string 2</Description> <ProductID>4e90b7a3-b4c9-441a-af1e-db177eb82a6d</ProductID> <ProductionDate>2025-08-04T22:30:50.0506496+03:00</ProductionDate> <ProductionDetails> <ProductionDetailAddDto> <Amount>4</Amount> <CompanyID>6375e523-6af2-4140-8eaf-ca72c5b05bd6</CompanyID> <CurrencyAmount>1.1</CurrencyAmount> <CurrencyRate>2.1</CurrencyRate> <Description>sample string 6</Description> <ProductID>c1dfeefa-6f94-435d-803f-cff22c6afb0e</ProductID> <ProductionID>53c54a50-c916-4820-8b59-2209e70d6e96</ProductionID> <Quantity>3.1</Quantity> <TotalAmount>5</TotalAmount> <WarehouseID>8ef464b5-7bc1-4e1e-bd71-a53134fcf3a4</WarehouseID> </ProductionDetailAddDto> <ProductionDetailAddDto> <Amount>4</Amount> <CompanyID>6375e523-6af2-4140-8eaf-ca72c5b05bd6</CompanyID> <CurrencyAmount>1.1</CurrencyAmount> <CurrencyRate>2.1</CurrencyRate> <Description>sample string 6</Description> <ProductID>c1dfeefa-6f94-435d-803f-cff22c6afb0e</ProductID> <ProductionID>53c54a50-c916-4820-8b59-2209e70d6e96</ProductionID> <Quantity>3.1</Quantity> <TotalAmount>5</TotalAmount> <WarehouseID>8ef464b5-7bc1-4e1e-bd71-a53134fcf3a4</WarehouseID> </ProductionDetailAddDto> </ProductionDetails> <Quantity>4.1</Quantity> <UnitID>141ad585-828c-4d16-965f-8f174de57de2</UnitID> <WarehouseID>64129050-e751-41f7-be77-34bf8f4493b0</WarehouseID> </ProductionAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productionDate":"2025-08-04T22:30:50.0506496+03:00","description":"sample string 2","amount":3.0,"quantity":4.1,"warehouseID":"64129050-e751-41f7-be77-34bf8f4493b0","productID":"4e90b7a3-b4c9-441a-af1e-db177eb82a6d","companyID":"fd7bff03-cb91-48b2-b67c-ac45a06e59e6","unitID":"141ad585-828c-4d16-965f-8f174de57de2","productionDetails":[{"currencyAmount":1.1,"currencyRate":2.1,"quantity":3.1,"amount":4.0,"totalAmount":5.0,"description":"sample string 6","productID":"c1dfeefa-6f94-435d-803f-cff22c6afb0e","warehouseID":"8ef464b5-7bc1-4e1e-bd71-a53134fcf3a4","productionID":"53c54a50-c916-4820-8b59-2209e70d6e96","companyID":"6375e523-6af2-4140-8eaf-ca72c5b05bd6"},{"currencyAmount":1.1,"currencyRate":2.1,"quantity":3.1,"amount":4.0,"totalAmount":5.0,"description":"sample string 6","productID":"c1dfeefa-6f94-435d-803f-cff22c6afb0e","warehouseID":"8ef464b5-7bc1-4e1e-bd71-a53134fcf3a4","productionID":"53c54a50-c916-4820-8b59-2209e70d6e96","companyID":"6375e523-6af2-4140-8eaf-ca72c5b05bd6"}]}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.