Skip to main content

Class GetContactsRequest

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
request_emailYRegistered at ProfitStars; email format
entity_idYMerchant Id

Example GetContactsRequest

Input Method: XML

<xml> 
<custServProviderId>######</custServProviderId>
<request_email>none@example.com</request_email>
<entity_id>######</entity_id>
</xml>

Input Method: JSON

{ 
"custServProviderId": "######",
"request_email": "none@example.com",
"entity_id": "######"
}