SOAP API を使い始めるのに助けが必要です。クライアントの Web サイトの空室セクションに API を実装する必要があります。
PHP 経由で SOAP API を実装する必要があります。WSDL ファイルを要求する必要がありますか? または、付属のドキュメントで API を呼び出すのに十分ですか?
ドキュメントには、次の内容が記載されています。
GetAllJob
検索結果のリストを返します。リクエストのみを取得します。
パラメーター
&DeveloperKey=
- Required
&CustomerId=
- Required, numeric only
&キーワード=
- Optional, string, must be URL encoded
- Can accept a single value, or a comma-separated list of values
&場所=
- Optional, string, must be URL encoded
- Can accept a single city name, a postal code or a comma-separated city
&カテゴリ=
- Optional, numeric (Category code)
- Can accept a single value only.
- If the given value do not match any of category codes, this parameter is ignored. We do not attempt any partial matching
- Reference the Categories service for a complete list of valid category names and codes
&教育レベル=
- Optional, numeric (Education level code)
- Can accept a single value only.
- Reference the Education level service for a complete list of valid education level names and codes