POST api/deps/add

Request Information

URI Parameters

None.

Body Parameters

DepRequestData
NameDescriptionTypeAdditional information
ArName

string

None.

EnName

string

None.

Request Formats

application/xml, text/xml

Sample:
<DepRequestData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCT.VerifyDoc.API.Controllers">
  <ArName>sample string 1</ArName>
  <EnName>sample string 2</EnName>
</DepRequestData>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "EnName": "sample string 2",
  "ArName": "sample string 1"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.