POST zapier/v3_lst_leaddocument
Request Information
URI Parameters
None.
Body Parameters
ZapierApiKeyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| api_key | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"api_key": "sample string 1"
}
application/xml, text/xml
Sample:
<ZapierApiKeyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Zapier"> <api_key>sample string 1</api_key> </ZapierApiKeyModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> </ArrayOfanyType>