POST /traditional-transfer-of-reads/v1/{mpid}/losing-supplier/respond
Accepts or rejects a pending gaining-supplier validation request.
Request
Method and path:
POST /traditional-transfer-of-reads/v1/{mpid}/losing-supplier/respond
Headers:
X-API-KEY(required): string, API key in UUID format.X-IDEMPOTENCY-KEY(required): string.
Path parameters:
mpid(required): string supplier MPID.
Body schema:
ValidateOrRejectReadingsRequestSchema
{
"mpan_core": 1234567890123,
"request_id": "72f30f06-afcc-4ad8-8c1f-78e556ea9cbc",
"accept_readings": true
}
Response
Success:
202 Accepted- Body type:
SupplierProcessResponseSchema
Validation and business errors are returned if the request cannot be processed.
Field-level constraints: