GET fileNumberQuickNav/{lineItemAttachmentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lineItemAttachmentId

integer

Required

Body Parameters

None.

Response Information

Resource Description

QuickNavResponseDto
NameDescriptionTypeAdditional information
ShowId

integer

None.

ShowAccountId

integer

None.

AccountId

integer

None.

LineItemId

integer

None.

LineItemAttachmentId

integer

None.

ApprovalProcessCount

integer

None.

WorkTicketNumber

integer

None.

WorkTicketLineItemIds

Collection of integer

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ShowId": 1,
  "ShowAccountId": 2,
  "AccountId": 3,
  "LineItemId": 4,
  "LineItemAttachmentId": 5,
  "ApprovalProcessCount": 6,
  "WorkTicketNumber": 7,
  "WorkTicketLineItemIds": [
    1,
    2
  ]
}