POST tips
Authorized only.
Request Information
URI Parameters
None.
Body Parameters
ApiPushRequestOfTipApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Inserted | Collection of TipApiModel |
None. |
|
| Updated | Collection of TipApiModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"Inserted": [
{
"OrderId": 1,
"OrderMobileId": 1,
"EmployeeId": 1,
"Amount": 2.0,
"RefundedAmount": 3.0,
"CreatedOn": "2025-11-05T02:15:16.2916663-05:00",
"TimeClockId": 1,
"CompanyId": 4,
"PaymentId": 1,
"PaymentMobileId": 1,
"InternalMobileId": 5,
"Id": 1,
"MobileId": 1,
"IsInserted": true,
"IsUpdated": true,
"IsDeleted": true
},
{
"OrderId": 1,
"OrderMobileId": 1,
"EmployeeId": 1,
"Amount": 2.0,
"RefundedAmount": 3.0,
"CreatedOn": "2025-11-05T02:15:16.2916663-05:00",
"TimeClockId": 1,
"CompanyId": 4,
"PaymentId": 1,
"PaymentMobileId": 1,
"InternalMobileId": 5,
"Id": 1,
"MobileId": 1,
"IsInserted": true,
"IsUpdated": true,
"IsDeleted": true
}
],
"Updated": [
{
"OrderId": 1,
"OrderMobileId": 1,
"EmployeeId": 1,
"Amount": 2.0,
"RefundedAmount": 3.0,
"CreatedOn": "2025-11-05T02:15:16.2916663-05:00",
"TimeClockId": 1,
"CompanyId": 4,
"PaymentId": 1,
"PaymentMobileId": 1,
"InternalMobileId": 5,
"Id": 1,
"MobileId": 1,
"IsInserted": true,
"IsUpdated": true,
"IsDeleted": true
},
{
"OrderId": 1,
"OrderMobileId": 1,
"EmployeeId": 1,
"Amount": 2.0,
"RefundedAmount": 3.0,
"CreatedOn": "2025-11-05T02:15:16.2916663-05:00",
"TimeClockId": 1,
"CompanyId": 4,
"PaymentId": 1,
"PaymentMobileId": 1,
"InternalMobileId": 5,
"Id": 1,
"MobileId": 1,
"IsInserted": true,
"IsUpdated": true,
"IsDeleted": true
}
]
}
application/xml, text/xml
Sample:
<ApiPushRequestOfTipApiModelSoOqNYiB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Api">
<Inserted xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Data.Mapping.Mobile.Catalog">
<d2p1:TipApiModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</Id>
<InternalMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">5</InternalMobileId>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsDeleted>
<IsInserted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsInserted>
<IsUpdated xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsUpdated>
<MobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</MobileId>
<Amount xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">2</Amount>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">4</CompanyId>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">2025-11-05T02:15:16.2916663-05:00</CreatedOn>
<EmployeeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</EmployeeId>
<OrderId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</OrderId>
<OrderMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</OrderMobileId>
<PaymentId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</PaymentId>
<PaymentMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</PaymentMobileId>
<RefundedAmount xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">3</RefundedAmount>
<TimeClockId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</TimeClockId>
</d2p1:TipApiModel>
<d2p1:TipApiModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</Id>
<InternalMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">5</InternalMobileId>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsDeleted>
<IsInserted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsInserted>
<IsUpdated xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsUpdated>
<MobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</MobileId>
<Amount xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">2</Amount>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">4</CompanyId>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">2025-11-05T02:15:16.2916663-05:00</CreatedOn>
<EmployeeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</EmployeeId>
<OrderId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</OrderId>
<OrderMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</OrderMobileId>
<PaymentId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</PaymentId>
<PaymentMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</PaymentMobileId>
<RefundedAmount xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">3</RefundedAmount>
<TimeClockId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</TimeClockId>
</d2p1:TipApiModel>
</Inserted>
<Updated xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Data.Mapping.Mobile.Catalog">
<d2p1:TipApiModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</Id>
<InternalMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">5</InternalMobileId>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsDeleted>
<IsInserted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsInserted>
<IsUpdated xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsUpdated>
<MobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</MobileId>
<Amount xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">2</Amount>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">4</CompanyId>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">2025-11-05T02:15:16.2916663-05:00</CreatedOn>
<EmployeeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</EmployeeId>
<OrderId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</OrderId>
<OrderMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</OrderMobileId>
<PaymentId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</PaymentId>
<PaymentMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</PaymentMobileId>
<RefundedAmount xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">3</RefundedAmount>
<TimeClockId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</TimeClockId>
</d2p1:TipApiModel>
<d2p1:TipApiModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</Id>
<InternalMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">5</InternalMobileId>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsDeleted>
<IsInserted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsInserted>
<IsUpdated xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsUpdated>
<MobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</MobileId>
<Amount xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">2</Amount>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">4</CompanyId>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">2025-11-05T02:15:16.2916663-05:00</CreatedOn>
<EmployeeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</EmployeeId>
<OrderId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</OrderId>
<OrderMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</OrderMobileId>
<PaymentId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</PaymentId>
<PaymentMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</PaymentMobileId>
<RefundedAmount xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">3</RefundedAmount>
<TimeClockId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Order">1</TimeClockId>
</d2p1:TipApiModel>
</Updated>
</ApiPushRequestOfTipApiModelSoOqNYiB>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |