POST zapier/DD_Load
Request Information
URI Parameters
None.
Body Parameters
DD_LoadInputName | Description | Type | Additional information |
---|---|---|---|
MenuCode | string |
None. |
|
api_key | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "MenuCode": "sample string 1", "api_key": "sample string 2" }
application/xml, text/xml
Sample:
<DD_LoadInput 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 2</api_key> <MenuCode>sample string 1</MenuCode> </DD_LoadInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of DD_DropDownItemModelName | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
|
Label | string |
None. |
|
Value | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": "sample string 1", "Label": "sample string 2", "Value": "sample string 3" }, { "id": "sample string 1", "Label": "sample string 2", "Value": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfDD_DropDownItemModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Zapier"> <DD_DropDownItemModel> <Label>sample string 2</Label> <Value>sample string 3</Value> <id>sample string 1</id> </DD_DropDownItemModel> <DD_DropDownItemModel> <Label>sample string 2</Label> <Value>sample string 3</Value> <id>sample string 1</id> </DD_DropDownItemModel> </ArrayOfDD_DropDownItemModel>