PATCH api/RemotePackerPressure
A method to upsert PatchRemotePackerPressureAssignments.
Request Information
URI Parameters
None.
Body Parameters
An array of JSON sobjects conforming to the schema of RemotePackerPressureAssignment.
Collection of RemotePackerPressureAssignmentName | Description | Type | Additional information |
---|---|---|---|
RemotePackerPressureAssignmentId |
A unique identifier for this record, submit as zero to insert. |
integer |
None. |
AssetId |
A unique identifier for the asset. |
integer |
None. |
RemotePackerPressureId |
A unique reference for the RemotePackerPressure. |
integer |
None. |
NextDueToBeSent |
The datetime that the remote packer pressure is next due to be sent. |
date |
None. |
SentTimestamp |
The datetime that the remote packer pressure was last sent. |
date |
None. |
ScheduleTimerId |
A unique identifier for the schedule chosen. |
integer |
None. |
RemotePackerPressure |
A representation of a possible packer pressure setting for a Dennis body. |
RemotePackerPressure |
None. |
ScheduleTimer |
Indicates a schedule upon which remote packer configuration data may be sent to an asset. |
ScheduleTimer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "RemotePackerPressureAssignmentId": 1, "AssetId": 2, "RemotePackerPressureId": 3, "NextDueToBeSent": "2025-04-29T18:02:38.1851514+01:00", "SentTimestamp": "2025-04-29T18:02:38.1851514+01:00", "ScheduleTimerId": 6, "RemotePackerPressure": { "RemotePackerPressureId": 1, "WasteTypeSequence": 64, "WasteTypeName": "sample string 3", "PressureSettingSequence": 64, "BarrierPressure": 64, "PackerPressure": 64 }, "ScheduleTimer": { "ScheduleTimerId": 1, "ScheduleName": "sample string 2", "ScheduleDescription": "sample string 3", "IsActive": true, "StartDateTime": "2025-04-29T18:02:38.1851514+01:00", "EndDateTime": "2025-04-29T18:02:38.1851514+01:00", "ExecRunTime": "2025-04-29T18:02:38.1851514+01:00", "NextRunTime": "2025-04-29T18:02:38.1901611+01:00", "LastRunTime": "2025-04-29T18:02:38.1901611+01:00", "OccursOnlyOnce": true, "FrequencyType": 0, "RecursEvery": 8, "DayOfWeek": 1, "DayOfMonth": 1, "DayOfYear": 1, "TimeOfDay": "2025-04-29T18:02:38.1901611+01:00" } }, { "RemotePackerPressureAssignmentId": 1, "AssetId": 2, "RemotePackerPressureId": 3, "NextDueToBeSent": "2025-04-29T18:02:38.1851514+01:00", "SentTimestamp": "2025-04-29T18:02:38.1851514+01:00", "ScheduleTimerId": 6, "RemotePackerPressure": { "RemotePackerPressureId": 1, "WasteTypeSequence": 64, "WasteTypeName": "sample string 3", "PressureSettingSequence": 64, "BarrierPressure": 64, "PackerPressure": 64 }, "ScheduleTimer": { "ScheduleTimerId": 1, "ScheduleName": "sample string 2", "ScheduleDescription": "sample string 3", "IsActive": true, "StartDateTime": "2025-04-29T18:02:38.1851514+01:00", "EndDateTime": "2025-04-29T18:02:38.1851514+01:00", "ExecRunTime": "2025-04-29T18:02:38.1851514+01:00", "NextRunTime": "2025-04-29T18:02:38.1901611+01:00", "LastRunTime": "2025-04-29T18:02:38.1901611+01:00", "OccursOnlyOnce": true, "FrequencyType": 0, "RecursEvery": 8, "DayOfWeek": 1, "DayOfMonth": 1, "DayOfYear": 1, "TimeOfDay": "2025-04-29T18:02:38.1901611+01:00" } } ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.