POST api/DigioFileDownload/DigiORequest

Request Information

URI Parameters

None.

Body Parameters

DigiORequestfromWebhook
NameDescriptionTypeAdditional information
entities

Collection of string

None.

payload

Payload

None.

created_at

integer

None.

id

string

None.

event

string

None.

Request Formats

application/json, text/json

Sample:
{
  "entities": [
    "sample string 1",
    "sample string 2"
  ],
  "payload": {
    "document": {
      "updated_at": 1,
      "sign_request_details": {
        "name": "sample string 1",
        "requested_on": "sample string 2",
        "expire_on": "sample string 3",
        "identifier": "sample string 4",
        "requester_type": "sample string 5"
      },
      "attached_estamp_details": {},
      "file_name": "sample string 2",
      "agreement_status": "sample string 3",
      "id": "sample string 4",
      "signing_parties": [
        {
          "has_dependents": {},
          "signature_mode": {},
          "identifier": "sample string 3",
          "reason": {},
          "type": "sample string 5",
          "signature_type": "sample string 6",
          "signing_index": {},
          "updated_at": 8,
          "sign_coordinates": {},
          "expire_on": 10,
          "name": "sample string 11",
          "skip_primary_sign": {},
          "pki_signature_details": {
            "name_validation_score": 1,
            "aadhaar_suffix": "sample string 2",
            "gender": "sample string 3",
            "name": "sample string 4",
            "postal_code": "sample string 5",
            "display_name": "sample string 6",
            "hash_of_photograph": "sample string 7",
            "year_of_birth": "sample string 8"
          },
          "dependents": {},
          "next_dependent": {},
          "review_comment": {},
          "status": "sample string 16"
        },
        {
          "has_dependents": {},
          "signature_mode": {},
          "identifier": "sample string 3",
          "reason": {},
          "type": "sample string 5",
          "signature_type": "sample string 6",
          "signing_index": {},
          "updated_at": 8,
          "sign_coordinates": {},
          "expire_on": 10,
          "name": "sample string 11",
          "skip_primary_sign": {},
          "pki_signature_details": {
            "name_validation_score": 1,
            "aadhaar_suffix": "sample string 2",
            "gender": "sample string 3",
            "name": "sample string 4",
            "postal_code": "sample string 5",
            "display_name": "sample string 6",
            "hash_of_photograph": "sample string 7",
            "year_of_birth": "sample string 8"
          },
          "dependents": {},
          "next_dependent": {},
          "review_comment": {},
          "status": "sample string 16"
        }
      ],
      "others": {
        "last_signed_by": "sample string 1",
        "has_all_signed": true
      }
    }
  },
  "created_at": 1,
  "id": "sample string 2",
  "event": "sample string 3"
}

application/xml, text/xml

Sample:
<DigiORequestfromWebhook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RelianceWrapperAPI.Models">
  <created_at>1</created_at>
  <entities xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </entities>
  <event>sample string 3</event>
  <id>sample string 2</id>
  <payload>
    <document>
      <agreement_status>sample string 3</agreement_status>
      <attached_estamp_details />
      <file_name>sample string 2</file_name>
      <id>sample string 4</id>
      <others>
        <has_all_signed>true</has_all_signed>
        <last_signed_by>sample string 1</last_signed_by>
      </others>
      <sign_request_details>
        <expire_on>sample string 3</expire_on>
        <identifier>sample string 4</identifier>
        <name>sample string 1</name>
        <requested_on>sample string 2</requested_on>
        <requester_type>sample string 5</requester_type>
      </sign_request_details>
      <signing_parties>
        <SigningParty1>
          <dependents />
          <expire_on>10</expire_on>
          <has_dependents />
          <identifier>sample string 3</identifier>
          <name>sample string 11</name>
          <next_dependent />
          <pki_signature_details>
            <aadhaar_suffix>sample string 2</aadhaar_suffix>
            <display_name>sample string 6</display_name>
            <gender>sample string 3</gender>
            <hash_of_photograph>sample string 7</hash_of_photograph>
            <name>sample string 4</name>
            <name_validation_score>1</name_validation_score>
            <postal_code>sample string 5</postal_code>
            <year_of_birth>sample string 8</year_of_birth>
          </pki_signature_details>
          <reason />
          <review_comment />
          <sign_coordinates />
          <signature_mode />
          <signature_type>sample string 6</signature_type>
          <signing_index />
          <skip_primary_sign />
          <status>sample string 16</status>
          <type>sample string 5</type>
          <updated_at>8</updated_at>
        </SigningParty1>
        <SigningParty1>
          <dependents />
          <expire_on>10</expire_on>
          <has_dependents />
          <identifier>sample string 3</identifier>
          <name>sample string 11</name>
          <next_dependent />
          <pki_signature_details>
            <aadhaar_suffix>sample string 2</aadhaar_suffix>
            <display_name>sample string 6</display_name>
            <gender>sample string 3</gender>
            <hash_of_photograph>sample string 7</hash_of_photograph>
            <name>sample string 4</name>
            <name_validation_score>1</name_validation_score>
            <postal_code>sample string 5</postal_code>
            <year_of_birth>sample string 8</year_of_birth>
          </pki_signature_details>
          <reason />
          <review_comment />
          <sign_coordinates />
          <signature_mode />
          <signature_type>sample string 6</signature_type>
          <signing_index />
          <skip_primary_sign />
          <status>sample string 16</status>
          <type>sample string 5</type>
          <updated_at>8</updated_at>
        </SigningParty1>
      </signing_parties>
      <updated_at>1</updated_at>
    </document>
  </payload>
</DigiORequestfromWebhook>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.