Fork me on GitHub

Template acceptance-of-delivery@0.1.0

This clause allows the receiver of goods to inspect them for a given time period after delivery.

Download Archive

Acceptance of Delivery

This clause allows the receiver of goods to inspect them for a given time period after delivery.

Sample

Acceptance of Delivery. "Party A" will be deemed to have completed its delivery obligations if in "Party B"'s opinion, the "Widgets" satisfies the Acceptance Criteria, and "Party B" notifies "Party A" in writing that it is accepting the "Widgets".

Inspection and Notice. "Party A" will have 10 Business Days' to inspect and evaluate the "Widgets" on the delivery date before notifying "Party A" that it is either accepting or rejecting the "Widgets".

Acceptance Criteria. The "Acceptance Criteria" are the specifications the "Widgets" must meet for the "Party A" to comply with its requirements and obligations under this agreement, detailed in "Attachment X", attached to this agreement.
                

Model Dependencies

Technical Integration

Please refer to the Cicero documentation for details and examples of how to integrate a call to a Cicero template into your application.

View the Latest code for this template on on GitHub.

Instance

{
    "$class": "org.accordproject.acceptanceofdelivery.AcceptanceOfDeliveryClause",
    "shipper": "resource:org.accordproject.organization.Organization#3644",
    "receiver": "resource:org.accordproject.organization.Organization#7284",
    "deliverable": "Et aliquip magna ut.",
    "businessDays": 689157264,
    "attachment": "Adipisicing veniam mollit.",
    "clauseId": "70ec8910-6b22-11e8-a97b-35bbbc900fb8"
}

State

{
    "state": "tbd"
}

Request Types

Type Sample JSON
org.accordproject.acceptanceofdelivery.InspectDeliverable
{
    "$class": "org.accordproject.acceptanceofdelivery.InspectDeliverable",
    "deliverableReceivedAt": "2018-06-08T13:47:10.246Z",
    "inspectionPassed": false,
    "transactionId": "70ed4c60-6b22-11e8-a97b-35bbbc900fb8",
    "timestamp": "2018-06-08T13:47:10.246Z"
}

Response Types

Type Sample JSON
org.accordproject.acceptanceofdelivery.InspectionResponse
{
    "$class": "org.accordproject.acceptanceofdelivery.InspectionResponse",
    "status": "PASSED_TESTING",
    "shipper": "resource:org.accordproject.organization.Organization#2071",
    "receiver": "resource:org.accordproject.organization.Organization#7290",
    "transactionId": "70ed7370-6b22-11e8-a97b-35bbbc900fb8",
    "timestamp": "2018-06-08T13:47:10.247Z"
}

Events Types

Type Sample JSON