For more information on using API

GET https://webapi.mymarketing.co.il/api/account/merge

Check if the account has awaited merges.

Request Information

URI Parameters

Body Parameters

None.

Response Information

Resource Description

ApiAccountMerge

Name

Description

Type

Additional information

hasAwatingMerges

hasAwatingMerges

boolean

Response Formats

application/json, text/json

Sample:
{
  "hasAwatingMerges": true
}

application/xml, text/xml

Sample:
<ApiAccountMerge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.RESTfulApi.Models">
  <hasAwatingMerges>true</hasAwatingMerges>
</ApiAccountMerge>