マーケティングプラットフォームのリスト情報を新規登録するためのAPIです。
staticlist.post
メソッド | URL |
---|---|
POST | https://{domainname}/services/rest/staticlist |
なし
★ エレメント名:Staticlist ★ データ型:StaticlistType
カラム名 | データ型 | 内容 |
---|---|---|
Name | string | リスト名 |
StaticlistCategoryId | string | リストカテゴリID |
Memo | string | メモ |
コード | 内容 |
---|---|
201 | 正常終了 |
パラメータ名 | データ型 | 内容 |
---|---|---|
Location | string | 登録されたリソースへのURL(下記のidはリストIDとリードIDの紐付きID) https://{domainname}/services/rest/staticlist/{id} |
なし
<?xml version="1.0" encoding="UTF-8"?>
<Staticlist xmlns="http://smartseminar.jp/">
<Memo>memo</Memo>
<Name>list_test</Name>
<StaticlistCategoryId>1</StaticlistCategoryId>
</Staticlist>
なし