Updates the specified shopping cart.
Scope | shoppingcart Deprecated scope name: update_shoppingcart |
App Type | Citizen |
Authorization Type | Access token |
URI | /v4/shoppingCart/{id}?lang={lang}&fields={fields} |
HTTP Method | PUT |
Automation Version(s) | 7.3.3 |
Field or Parameter | Type | Required | Values | Description | Automation Version |
---|---|---|---|---|---|
fields | string | No | � | Comma-delimited names of fields to be returned in the response. Note: Field names are case-sensitive and only first-level fields are supported. Invalid field names are ignored. | 7.3.2 |
id | string | Yes | � | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.2 |
lang | String | No | � | Indicates the language applied. | 7.3.2 |
createdDate | dateTime | No | � | The date the entry was created. | 7.3.3 |
id | string | No | � | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.3 |
payNow | string | No | Y | N | Indicates whether the shopping cart item is to be paid now or saved for later. | 7.3.3 |
processType | string | No | PayFees | Renewal | PayFeeDue4Renewal | The process for which the record is added to the shopping cart. | 7.3.3 |
Field | Type | Description | Automation Version |
---|---|---|---|
result | result{} | � | 7.3.3 |
result.createdDate | dateTime | The date the entry was created. | 7.3.3 |
result.id | string | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.3 |
result.payNow | string | Indicates whether the shopping cart item is to be paid now or saved for later. | 7.3.3 |
result.processType | string | The process for which the record is added to the shopping cart. | 7.3.3 |
status | integer | The record status. | 7.3.3 |