PUT /amazon-account-reports/{id}.json

PUT /amazon-account-reports/{id}.json

Path parameters

  • id integer(int64) Required

    Numeric ID of the instance

    Minimum value is 1.

application/json

Body Required

PUT /amazon-account-reports/{id}.json
curl \
 -X PUT http://api.example.com/v1/amazon-account-reports/{id}.json \
 -H "Content-Type: application/json" \
 -d '{"amazonAccountId":42,"createdAt":"2023-05-04T09:42:00+00:00","id":42,"reportId":"string","reportProcessingStatus":"_SUBMITTED_","reportRequestId":"string","reportType":"_POST_INVENTORY_AVAILABILITY_DATA_","status":"pending","updatedAt":"2023-05-04T09:42:00+00:00"}'
Request example
{
  "amazonAccountId": 42,
  "createdAt": "2023-05-04T09:42:00+00:00",
  "id": 42,
  "reportId": "string",
  "reportProcessingStatus": "_SUBMITTED_",
  "reportRequestId": "string",
  "reportType": "_POST_INVENTORY_AVAILABILITY_DATA_",
  "status": "pending",
  "updatedAt": "2023-05-04T09:42:00+00:00"
}