本文中のJobGUIDで指定されたジョブを追加または更新する。 ジョブに関する情報は、Job.xmlから抽出されます。
のURLです。
POST:http://api.aurelon.com/api/v2/job
リクエストヘッダ。
Content-Type : application/xml
MisKey : 認証を参照。
HardwareHash : 認証を参照
SerialNumber : 認証を参照
ApplicationVersion : Authenticationを参照。
リクエストの本文です。
ジョブXML(ジョブXML仕様参照)。
対応する。
操作の結果を含むコンテンツタイプapplication/json。
成功です。
200 OK :“ジョブの保存に成功”
エラーです。
- 401 Unauthorized :{“Message”: “Invalid HardwareHash”}のようなメッセージが表示されます。
- 401 Unauthorized :{“Message”: “Invalid MisKey”}.
- 404 Not Found :{“Message”: “DeviceGUID is not found”}.
- 415 Unsupported Media Type :{“Message”: “Expected type: application/xml”} (サポートされていないメディアタイプ)
- 401 Unauthorized :{“Message”:””MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}”MisKey “または “HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}.
- 400 Bad Request :{“Message”:””DeviceGUID” value required in xml”}{“Message”: “DeviceGUID “value required in xml”}。
- 500 Internal Server Error :{“Message”: “Internal Server Error”}.