Update a cash drawer session time
patch
/fscmRestApi/resources/11.13.18.05/publicSectorCashDrawerSessionTimes/{publicSectorCashDrawerSessionTimesUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorCashDrawerSessionTimesUniqID: integer
This is the hash key of the attributes which make up the composite key--- SessionId and LineNumber ---for the Cash Drawer Session Times resource and used to uniquely identify an instance of Cash Drawer Session Times. The client should not generate the hash key value. Instead, the client should query on the Cash Drawer Session Times collection resource with a filter on the primary key values in order to navigate to a specific instance of Cash Drawer Session Times.
For example: publicSectorCashDrawerSessionTimes?q=SessionId=<value1>;LineNumber=<value2>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorCashDrawerSessionTimes-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
The unique identifier for the agency that receives incoming customer payments.
-
EndDatetime(optional):
string(date-time)
The close date and time for the cashier session.
-
LineNumber(optional):
integer(int64)
The line number for the cashier session.
-
links(optional):
array Items
Title:
ItemsLink Relations -
SessionId(optional):
string
Maximum Length:
50The unique identifier for the cashier session. -
StartDatetime(optional):
string(date-time)
The begin date and time for the cashier session.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.
Response
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorCashDrawerSessionTimes-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
The unique identifier for the agency that receives incoming customer payments.
-
EndDatetime(optional):
string(date-time)
The close date and time for the cashier session.
-
LineNumber(optional):
integer(int64)
The line number for the cashier session.
-
links(optional):
array Items
Title:
ItemsLink Relations -
SessionId(optional):
string
Maximum Length:
50The unique identifier for the cashier session. -
StartDatetime(optional):
string(date-time)
The begin date and time for the cashier session.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.