POST api/v1/quicktransactions/groupshoppingcart
Request Information
URI Parameters
None.
Body Parameters
CompanyGroupTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyId | integer |
None. |
|
| StatusId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| ReferenceNumber | string |
None. |
|
| SubTotalAmount | decimal number |
None. |
|
| TotalAmount | decimal number |
None. |
|
| TaxAmount | decimal number |
None. |
|
| TotalItems | integer |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| TotalDiscount | decimal number |
None. |
|
| RNC | string |
None. |
|
| CompanyName | string |
None. |
|
| Comment | string |
None. |
|
| PolicyDescription | string |
None. |
|
| BranchRoomId | integer |
None. |
|
| TotalPeople | integer |
None. |
|
| ClientSecretToken | string |
None. |
|
| CustomerAddressId | integer |
None. |
|
| InvoiceId | string |
None. |
|
| ExtraTip | decimal number |
None. |
|
| IsTakeAway | boolean |
None. |
|
| IsPreAccountSend | boolean |
None. |
|
| RoomPlus | string |
None. |
|
| ExternalResponse | string |
None. |
|
| RoomNumber | string |
None. |
|
| CurrencyId | integer |
None. |
|
| SourceId | integer |
None. |
|
| CompanyGroupTableId | integer |
None. |
|
| CompanyGroupTransactionItems | Collection of CompanyGroupTransactionItem |
None. |
|
| CompanyGroupTransactionPayments | Collection of CompanyGroupTransactionPayment |
None. |
|
| CompanyGroupTransactionStatus | GeneralStatus |
None. |
|
| CompanyGroupTable | CompanyGroupTable |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfCompanyGroupTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | CompanyGroupTransaction |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.