POST api/common/CustomDropDownImport
Request Information
URI Parameters
None.
Body Parameters
DropDownImportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DropDownType | DropDownType |
None. |
|
| RelationshipId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DropDownType": 1001,
"RelationshipId": "39387f36-0735-4494-b8bd-90abe70bc6e5"
}
application/xml, text/xml
Sample:
<DropDownImportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <DropDownType>EventCustomerField</DropDownType> <RelationshipId>39387f36-0735-4494-b8bd-90abe70bc6e5</RelationshipId> </DropDownImportRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfDropDownImportResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | DropDownImportResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.