POST v1/Generic/GetJobLineItems

Get Job line items quantity values based on estimate guid (rowId)

Request Information

URI Parameters

None.

Body Parameters

customer payments number

JobLineItemRequest
NameDescriptionTypeAdditional information
Guid

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Guid": "e9c9040a-fdcf-4ba4-bc7d-8a33ef2afbc7"
}

application/xml, text/xml

Sample:
<JobLineItemRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Guid>e9c9040a-fdcf-4ba4-bc7d-8a33ef2afbc7</Guid>
</JobLineItemRequest>

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 'JobLineItemRequest'.

Response Information

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.