POST api/signdesk/distributoragreement

Request Information

URI Parameters

None.

Body Parameters

DistributorAgreementRequest
NameDescriptionTypeAdditional information
Name_of_the_owner

string

None.

Company_name

string

None.

Address_of_the_company

string

None.

Distributor_code

string

None.

month_year

string

None.

day

string

None.

on_the_behalf_of_distributor

string

None.

Designation

string

None.

date

string

None.

day_dd

string

None.

signer_email

string

None.

signer_name

string

None.

signer_mobile

string

None.

signer_remarks

string

None.

agent_name

string

None.

remarks

string

None.

docket_title

string

None.

docket_description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name_of_the_owner": "sample string 1",
  "Company_name": "sample string 2",
  "Address_of_the_company": "sample string 3",
  "Distributor_code": "sample string 4",
  "month_year": "sample string 5",
  "day": "sample string 6",
  "on_the_behalf_of_distributor": "sample string 7",
  "Designation": "sample string 8",
  "date": "sample string 9",
  "day_dd": "sample string 10",
  "signer_email": "sample string 11",
  "signer_name": "sample string 12",
  "signer_mobile": "sample string 13",
  "signer_remarks": "sample string 14",
  "agent_name": "sample string 15",
  "remarks": "sample string 16",
  "docket_title": "sample string 17",
  "docket_description": "sample string 18"
}

application/xml, text/xml

Sample:
<DistributorAgreement.DistributorAgreementRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SignDesk.Model">
  <Address_of_the_company>sample string 3</Address_of_the_company>
  <Company_name>sample string 2</Company_name>
  <Designation>sample string 8</Designation>
  <Distributor_code>sample string 4</Distributor_code>
  <Name_of_the_owner>sample string 1</Name_of_the_owner>
  <agent_name>sample string 15</agent_name>
  <date>sample string 9</date>
  <day>sample string 6</day>
  <day_dd>sample string 10</day_dd>
  <docket_description>sample string 18</docket_description>
  <docket_title>sample string 17</docket_title>
  <month_year>sample string 5</month_year>
  <on_the_behalf_of_distributor>sample string 7</on_the_behalf_of_distributor>
  <remarks>sample string 16</remarks>
  <signer_email>sample string 11</signer_email>
  <signer_mobile>sample string 13</signer_mobile>
  <signer_name>sample string 12</signer_name>
  <signer_remarks>sample string 14</signer_remarks>
</DistributorAgreement.DistributorAgreementRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.