Update an item in the payment cart
patch
/fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts/{publicSectorPaymentCartsUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorPaymentCartsUniqID: integer
This is the hash key of the attributes which make up the composite key--- CartOwner, CartId and AgencyId ---for the Payment Carts resource and used to uniquely identify an instance of Payment Carts. The client should not generate the hash key value. Instead, the client should query on the Payment Carts collection resource with a filter on the primary key values in order to navigate to a specific instance of Payment Carts.
For example: publicSectorPaymentCarts?q=CartOwner=<value1>;CartId=<value2>;AgencyId=<value3>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorPaymentCarts-item
Type:
Show Source
object-
AddedToCartOn(optional):
string(date-time)
The date when the item was added to the payment cart.
-
AgencyId(optional):
integer(int32)
The identifier for the public sector agency.
-
Amount(optional):
number
Title:
AmountThe total fees for the permit. -
Applicant(optional):
integer(int64)
The user who submitted the permit application.
-
ApplicantName(optional):
string
Maximum Length:
450The name of the permit applicant. -
AssociatedProject(optional):
array Associated Projects
Title:
Associated ProjectsThe associated projects resource is used to retrieve project information associated with the permit that was added to the payment cart. -
CartId(optional):
integer(int64)
The unique identifier for the current payment cart.
-
CartItemType(optional):
string
Maximum Length:
3The record type of the cart item, such as a permit, business license, professional license, or planning and zoning record. -
CartOwner(optional):
integer(int64)
The identifier for user profile associated with the payment cart.
-
CartStatus(optional):
string
Maximum Length:
10The status of the payment cart item. -
CurrencyCode(optional):
string
Maximum Length:
3The payment currency code. -
links(optional):
array Items
Title:
ItemsLink Relations -
Originator(optional):
string
Maximum Length:
3The user who submitted the permit. -
RecordId(optional):
string
Title:
Record IDMaximum Length:50The record identifier for the permit. -
RecordKey(optional):
integer(int64)
The unique identifier for the record key, such as the key for a permit.
Nested Schema : Associated Projects
Type:
arrayTitle:
Associated ProjectsThe associated projects resource is used to retrieve project information associated with the permit that was added to the payment cart.
Show Source
Nested Schema : publicSectorPaymentCarts-AssociatedProject-item
Type:
Show Source
object-
links(optional):
array Items
Title:
ItemsLink Relations -
ProjectCode(optional):
string
Maximum Length:
30The unique identifier for a project. -
ProjectName(optional):
string
Maximum Length:
50The user-friendly name for a project. -
RecordKey(optional):
integer(int64)
The unique identifier for the record key, such as the key for a permit.
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 : publicSectorPaymentCarts-item
Type:
Show Source
object-
AddedToCartOn(optional):
string(date-time)
The date when the item was added to the payment cart.
-
AgencyId(optional):
integer(int32)
The identifier for the public sector agency.
-
Amount(optional):
number
Title:
AmountThe total fees for the permit. -
Applicant(optional):
integer(int64)
The user who submitted the permit application.
-
ApplicantName(optional):
string
Maximum Length:
450The name of the permit applicant. -
AssociatedProject(optional):
array Associated Projects
Title:
Associated ProjectsThe associated projects resource is used to retrieve project information associated with the permit that was added to the payment cart. -
CartId(optional):
integer(int64)
The unique identifier for the current payment cart.
-
CartItemType(optional):
string
Maximum Length:
3The record type of the cart item, such as a permit, business license, professional license, or planning and zoning record. -
CartOwner(optional):
integer(int64)
The identifier for user profile associated with the payment cart.
-
CartStatus(optional):
string
Maximum Length:
10The status of the payment cart item. -
CurrencyCode(optional):
string
Maximum Length:
3The payment currency code. -
links(optional):
array Items
Title:
ItemsLink Relations -
Originator(optional):
string
Maximum Length:
3The user who submitted the permit. -
RecordId(optional):
string
Title:
Record IDMaximum Length:50The record identifier for the permit. -
RecordKey(optional):
integer(int64)
The unique identifier for the record key, such as the key for a permit.
Nested Schema : Associated Projects
Type:
arrayTitle:
Associated ProjectsThe associated projects resource is used to retrieve project information associated with the permit that was added to the payment cart.
Show Source
Nested Schema : publicSectorPaymentCarts-AssociatedProject-item
Type:
Show Source
object-
links(optional):
array Items
Title:
ItemsLink Relations -
ProjectCode(optional):
string
Maximum Length:
30The unique identifier for a project. -
ProjectName(optional):
string
Maximum Length:
50The user-friendly name for a project. -
RecordKey(optional):
integer(int64)
The unique identifier for the record key, such as the key for a permit.
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.