POST customer/signWaivers
Authorized only.
Request Information
URI Parameters
None.
Body Parameters
ApiPushRequestOfCustomerSignedWaiverApiModelName | Description | Type | Additional information |
---|---|---|---|
Inserted | Collection of CustomerSignedWaiverApiModel |
None. |
|
Updated | Collection of CustomerSignedWaiverApiModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "Inserted": [ { "CustomerId": 1, "CustomerMId": 1, "WaiverTermsId": 1, "CompanyId": 2, "SignedForEntityId": "sample string 3", "SignedForEntityMId": 1, "SignedForEntityType": 0, "SignDate": "2024-11-21T02:38:37.4934671-05:00", "CustomerSignature": "sample string 5", "InternalMobileId": 6, "Id": 1, "MobileId": 1, "IsInserted": true, "IsUpdated": true, "IsDeleted": true }, { "CustomerId": 1, "CustomerMId": 1, "WaiverTermsId": 1, "CompanyId": 2, "SignedForEntityId": "sample string 3", "SignedForEntityMId": 1, "SignedForEntityType": 0, "SignDate": "2024-11-21T02:38:37.4934671-05:00", "CustomerSignature": "sample string 5", "InternalMobileId": 6, "Id": 1, "MobileId": 1, "IsInserted": true, "IsUpdated": true, "IsDeleted": true } ], "Updated": [ { "CustomerId": 1, "CustomerMId": 1, "WaiverTermsId": 1, "CompanyId": 2, "SignedForEntityId": "sample string 3", "SignedForEntityMId": 1, "SignedForEntityType": 0, "SignDate": "2024-11-21T02:38:37.4934671-05:00", "CustomerSignature": "sample string 5", "InternalMobileId": 6, "Id": 1, "MobileId": 1, "IsInserted": true, "IsUpdated": true, "IsDeleted": true }, { "CustomerId": 1, "CustomerMId": 1, "WaiverTermsId": 1, "CompanyId": 2, "SignedForEntityId": "sample string 3", "SignedForEntityMId": 1, "SignedForEntityType": 0, "SignDate": "2024-11-21T02:38:37.4934671-05:00", "CustomerSignature": "sample string 5", "InternalMobileId": 6, "Id": 1, "MobileId": 1, "IsInserted": true, "IsUpdated": true, "IsDeleted": true } ] }
application/xml, text/xml
Sample:
<ApiPushRequestOfCustomerSignedWaiverApiModel3D8dysrX 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.Customer"> <d2p1:CustomerSignedWaiverApiModel> <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">6</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> <CompanyId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2</CompanyId> <CustomerId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CustomerId> <CustomerMId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CustomerMId> <CustomerSignature xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 5</CustomerSignature> <SignDate xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2024-11-21T02:38:37.4934671-05:00</SignDate> <SignedForEntityId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 3</SignedForEntityId> <SignedForEntityMId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</SignedForEntityMId> <SignedForEntityType xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">Unknown</SignedForEntityType> <WaiverTermsId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</WaiverTermsId> </d2p1:CustomerSignedWaiverApiModel> <d2p1:CustomerSignedWaiverApiModel> <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">6</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> <CompanyId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2</CompanyId> <CustomerId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CustomerId> <CustomerMId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CustomerMId> <CustomerSignature xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 5</CustomerSignature> <SignDate xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2024-11-21T02:38:37.4934671-05:00</SignDate> <SignedForEntityId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 3</SignedForEntityId> <SignedForEntityMId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</SignedForEntityMId> <SignedForEntityType xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">Unknown</SignedForEntityType> <WaiverTermsId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</WaiverTermsId> </d2p1:CustomerSignedWaiverApiModel> </Inserted> <Updated xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Data.Mapping.Mobile.Customer"> <d2p1:CustomerSignedWaiverApiModel> <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">6</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> <CompanyId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2</CompanyId> <CustomerId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CustomerId> <CustomerMId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CustomerMId> <CustomerSignature xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 5</CustomerSignature> <SignDate xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2024-11-21T02:38:37.4934671-05:00</SignDate> <SignedForEntityId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 3</SignedForEntityId> <SignedForEntityMId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</SignedForEntityMId> <SignedForEntityType xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">Unknown</SignedForEntityType> <WaiverTermsId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</WaiverTermsId> </d2p1:CustomerSignedWaiverApiModel> <d2p1:CustomerSignedWaiverApiModel> <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">6</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> <CompanyId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2</CompanyId> <CustomerId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CustomerId> <CustomerMId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CustomerMId> <CustomerSignature xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 5</CustomerSignature> <SignDate xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2024-11-21T02:38:37.4934671-05:00</SignDate> <SignedForEntityId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 3</SignedForEntityId> <SignedForEntityMId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</SignedForEntityMId> <SignedForEntityType xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">Unknown</SignedForEntityType> <WaiverTermsId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</WaiverTermsId> </d2p1:CustomerSignedWaiverApiModel> </Updated> </ApiPushRequestOfCustomerSignedWaiverApiModel3D8dysrX>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |