Creates a shopping cart.
Scope | shoppingcart Deprecated scope name: create_shoppingcart |
App Type | Citizen |
Authorization Type | Access token |
URI | /v4/shoppingCart?lang={lang} |
HTTP Method | POST |
Automation Version(s) | 7.3.3 |
Field or Parameter | Type | Required | Values | Description | Automation Version |
---|---|---|---|---|---|
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.2 |
result.code | string | A code identifying an associated item | 7.3.2 |
result.id | string | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.2 |
result.isSuccess | boolean | Indicates whether or not the operation on the item is successful. | 7.3.2 |
result.message | string | A text message related to the operation. | 7.3.2 |
status | integer | The record status. | 7.3.3 |