POST ops/daily/production
Request Information
URI Parameters
None.
Body Parameters
DailyProductionName | Description | Type | Additional information |
---|---|---|---|
ActivityId | integer |
None. |
|
CompartmentId | integer |
None. |
|
Coordinates | Coordinates |
None. |
|
ProductionItems | Collection of ProductionItemPOST |
None. |
|
Submitted | date |
None. |
|
UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "activityId": 1, "compartmentId": 2, "coordinates": null, "productionItems": [ { "count": 1, "id": 2, "unitId": 3 }, { "count": 1, "id": 2, "unitId": 3 } ], "submitted": "2024-11-20T21:08:54.3053731+00:00", "userName": "sample string 4" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.