POST Artwork/InviteAdHoc

Invite AdHoc Reviewer. [submitArtworkAction]

Request Information

URI Parameters

None.

Body Parameters

AdHocInvite
NameDescriptionTypeAdditional information
RecordId

Id of either Artwork or Request, for which reviewer is invited.

integer

None.

RequestId

globally unique identifier

None.

PropertyId

integer

None.

ReviewerEmail

string

None.

ReviewRequired

boolean

None.

Comment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RecordId": 1,
  "RequestId": "3d1b30e5-ab89-448d-824d-8c824e716f09",
  "PropertyId": 3,
  "ReviewerEmail": "sample string 4",
  "ReviewRequired": true,
  "Comment": "sample string 6"
}

application/xml, text/xml

Sample:
<AdHocInvite xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Img.MyiCLC.Mobile.Api.Models.DataObjects.Common">
  <Comment>sample string 6</Comment>
  <PropertyId>3</PropertyId>
  <RecordId>1</RecordId>
  <RequestId>3d1b30e5-ab89-448d-824d-8c824e716f09</RequestId>
  <ReviewRequired>true</ReviewRequired>
  <ReviewerEmail>sample string 4</ReviewerEmail>
</AdHocInvite>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AdHocInvite'.

Response Information

Resource Description

None.