POST api/User/UpdateClientSignatureFilePath

Request Information

URI Parameters

None.

Body Parameters

User
NameDescriptionTypeAdditional information
CompanyName

string

None.

Mobile

integer

None.

EmailId

string

None.

Pin

string

None.

PlanId

integer

None.

SignaturePath

string

None.

CompanyLogoPath

string

None.

SignatureBytes

Collection of byte

None.

CompanyLogoBytes

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyName": "sample string 1",
  "Mobile": 2,
  "EmailId": "sample string 3",
  "Pin": "sample string 4",
  "PlanId": 5,
  "SignaturePath": "sample string 6",
  "CompanyLogoPath": "sample string 7",
  "SignatureBytes": "QEA=",
  "CompanyLogoBytes": "QEA="
}

application/xml, text/xml

Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NHAWK_FLEET_API.Models">
  <CompanyLogoBytes>QEA=</CompanyLogoBytes>
  <CompanyLogoPath>sample string 7</CompanyLogoPath>
  <CompanyName>sample string 1</CompanyName>
  <EmailId>sample string 3</EmailId>
  <Mobile>2</Mobile>
  <Pin>sample string 4</Pin>
  <PlanId>5</PlanId>
  <SignatureBytes>QEA=</SignatureBytes>
  <SignaturePath>sample string 6</SignaturePath>
</User>

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.