POST showAccounts/{showAccountId}/accounts/{accountId}/shows/{showId}/lineItems/{lineItemId}/creativeLineItemStages/{creativeLineItemStageId}/insufficientInfo
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showAccountId | integer |
Required |
|
accountId | integer |
Required |
|
showId | integer |
Required |
|
lineItemId | integer |
Required |
|
creativeLineItemStageId | integer |
Required |
Body Parameters
InsufficientStageInfoDtoName | Description | Type | Additional information |
---|---|---|---|
InsufficientStageInfoId | integer |
None. |
|
CreativeLineItemStageId | integer |
None. |
|
DueDate | boolean |
None. |
|
Description | boolean |
None. |
|
Documents | boolean |
None. |
|
Artwork | boolean |
None. |
|
Specifications | boolean |
None. |
|
Other | boolean |
None. |
|
Notes | string |
None. |
|
AENotes | string |
None. |
|
CreatedByDisplayName | string |
None. |
|
CreatedDate | date |
None. |
|
DueDateTime | date |
None. |
|
DueDateReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "InsufficientStageInfoId": 1, "CreativeLineItemStageId": 2, "DueDate": true, "Description": true, "Documents": true, "Artwork": true, "Specifications": true, "Other": true, "Notes": "sample string 9", "AENotes": "sample string 10", "CreatedByDisplayName": "sample string 11", "CreatedDate": "2025-05-06T03:11:25.7402575+01:00", "DueDateTime": "2025-05-06T03:11:25.7402575+01:00", "DueDateReason": "sample string 12" }
Response Information
Resource Description
InsufficientStageInfoDtoName | Description | Type | Additional information |
---|---|---|---|
InsufficientStageInfoId | integer |
None. |
|
CreativeLineItemStageId | integer |
None. |
|
DueDate | boolean |
None. |
|
Description | boolean |
None. |
|
Documents | boolean |
None. |
|
Artwork | boolean |
None. |
|
Specifications | boolean |
None. |
|
Other | boolean |
None. |
|
Notes | string |
None. |
|
AENotes | string |
None. |
|
CreatedByDisplayName | string |
None. |
|
CreatedDate | date |
None. |
|
DueDateTime | date |
None. |
|
DueDateReason | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "InsufficientStageInfoId": 1, "CreativeLineItemStageId": 2, "DueDate": true, "Description": true, "Documents": true, "Artwork": true, "Specifications": true, "Other": true, "Notes": "sample string 9", "AENotes": "sample string 10", "CreatedByDisplayName": "sample string 11", "CreatedDate": "2025-05-06T03:11:25.7402575+01:00", "DueDateTime": "2025-05-06T03:11:25.7402575+01:00", "DueDateReason": "sample string 12" }