Resource Study.Table
Method POST
Purpose Supply new subjects for a study
Client sends … RequestPOST table-URI
HeaderHost: host
HeaderDate: date
HeaderAuthorization: yosokumo user-identifier:request-digest
HeaderContent-Type: content-type
Header (optional)Content-Encoding: content-encoding
Header (optional)Content-Length: content-length
Header (optional)Content-MD5: content-digest
Header (optional)Accept: content-type(s)
Header (optional)Accept-Encoding: content-encoding(s)
Entity<block document>
Server returns … SuccessCode202 Accepted
HeaderDate: date
• Authorization header malformed
• Posted document not well-formed
• Posted document length does not match Content-Length header value
• Posted document digest does not match Content-MD5 header value
• Posted document not a block
Code 400 Bad Request
Authorization header missingCode401 Unauthorized
HeaderWWW-Authenticate: yosokumo user:digest
• Requesting user not recognized
• Request digest incorrect
• Requesting user lacks POST table permission for this study
Code 403 Forbidden
Requested URI not recognizedCode404 Not Found
• Study referenced in block document conflicts with table-URI
• Study in paused or stopped state
Code 409 Conflict
Block contains more than one million specimens, attributes or cellsCode413 Request Entity Too Large
• Data interchange format of posted document not recognized
• Encoding of posted document not recognized
Code 415 Unsupported Format