GET LineItem/GetAssociatedLineItem/{lineItemId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lineItemId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AssociatedLineItemDtoName | Description | Type | Additional information |
---|---|---|---|
LineItemId | integer |
None. |
|
Description | string |
None. |
|
Status | string |
None. |
|
NeedsDesign | boolean |
None. |
|
SubmittedToDesign | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "LineItemId": 1, "Description": "sample string 2", "Status": "sample string 3", "NeedsDesign": true, "SubmittedToDesign": true }, { "LineItemId": 1, "Description": "sample string 2", "Status": "sample string 3", "NeedsDesign": true, "SubmittedToDesign": true } ]