curl --request GET \
--url 'https://api.stateset.com/api/v1/ap/bills/{id}/three-way-match' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"bill_id": "string",
"lines": [
{
"bill_item_id": "string",
"billed_quantity": "string",
"billed_unit_cost": "string",
"description": "string",
"issues": [],
"matched": true,
"ordered_quantity": null,
"ordered_unit_cost": null,
"po_line_id": null,
"price_variance": "string",
"quantity_variance": "string",
"received_quantity": "string"
}
],
"match_status": "string",
"tolerance_percent": "string",
"variance_line_count": null
}
Ap three way match bill
Ap three way match bill
GET
/
api
/
v1
/
ap
/
bills
/
{id}
/
three-way-match
curl --request GET \
--url 'https://api.stateset.com/api/v1/ap/bills/{id}/three-way-match' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"bill_id": "string",
"lines": [
{
"bill_item_id": "string",
"billed_quantity": "string",
"billed_unit_cost": "string",
"description": "string",
"issues": [],
"matched": true,
"ordered_quantity": null,
"ordered_unit_cost": null,
"po_line_id": null,
"price_variance": "string",
"quantity_variance": "string",
"received_quantity": "string"
}
],
"match_status": "string",
"tolerance_percent": "string",
"variance_line_count": null
}
Path parameters
string
required
Bill ID
Query parameters
string
Relative tolerance percentage as a decimal string (e.g.
'5' = 5%).
Defaults to 0 (exact matching).Responses
ThreeWayMatchResponse
ErrorBody
curl --request GET \
--url 'https://api.stateset.com/api/v1/ap/bills/{id}/three-way-match' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"bill_id": "string",
"lines": [
{
"bill_item_id": "string",
"billed_quantity": "string",
"billed_unit_cost": "string",
"description": "string",
"issues": [],
"matched": true,
"ordered_quantity": null,
"ordered_unit_cost": null,
"po_line_id": null,
"price_variance": "string",
"quantity_variance": "string",
"received_quantity": "string"
}
],
"match_status": "string",
"tolerance_percent": "string",
"variance_line_count": null
}
โI