Delivery Intervention

Overview

This gives an overview of the number of the number of resources to be delivered. It also enables a user to decide how many resources need to be delivered to a household.

User actions

On this page, the following actions can be performed:

  • The "Deliver Intervention" button navigates the user to the following screen:

API details

End PointRequest MethodRequest Info

/project/task/v1/bulk/_create

POST

{
  "RequestInfo": {
    "apiId": "string",
    "ver": "string",
    "ts": 0,
    "action": "string",
    "did": "string",
    "key": "string",
    "msgId": "string",
    "requesterId": "string",
    "authToken": "string"
  },
  "Tasks": [
    {
      "clientReferenceId": "string",
      "tenantId": "tenantA",
      "projectId": "string",
      "projectBeneficiaryId": "R-ID-1",
      "projectBeneficiaryClientReferenceId": "R-ID-1",
      "resources": [
        {
          "tenantId": "tenantA",
          "productVariantId": "ID-1",
          "quantity": 0,
          "isDelivered": true,
          "deliveryComment": "string"
        }
      ],
      "plannedStartDate": 0,
      "plannedEndDate": 0,
      "actualStartDate": 0,
      "actualEndDate": 0,
      "createdBy": "UUID",
      "createdDate": 1663218161,
      "address": {
        
      },
      "additionalFields": {
      },
      "rowVersion": 0,
      "status": "DELIVERED"
    }
  ]
}

/project/task/v1/_search

POST

{
  "RequestInfo": {
    "authToken": "string"
  },
  "Task": {
    "id": [
      "string"
    ],
    "clientReferenceId": [
      "string"
    ],
    "projectId": "string",
    "projectBeneficiaryId": "R-ID-1",
    "plannedStartDate": 0,
    "plannedEndDate": 0,
    "actualStartDate": 0,
    "actualEndDate": 0,
    "createdBy": "UUID",
    "status": "DELIVERED",
    "boundaryCode": "string"
  }
}

Last updated

https://creativecommons.org/licenses/by/4.0/