POST api/CustomerTransaction

Request Information

URI Parameters

None.

Body Parameters

CustomerTransaction
NameDescriptionTypeAdditional information
CUSTOMER_ID

string

None.

NAME

string

None.

SALESTEAM_ID

string

None.

MOBILE_NO

string

None.

DRIVER_MOB_NO

string

None.

TYPE

string

None.

EXTRA

string

None.

LATITUDE

string

None.

LONGITUDE

string

None.

OCCUPATION

string

None.

AMOUNT

string

None.

QTY

string

None.

REMARK

string

None.

EXTRA1

string

None.

TASK

string

None.

CUST_PHOTO

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "CUSTOMER_ID": "sample string 1",
  "NAME": "sample string 2",
  "SALESTEAM_ID": "sample string 3",
  "MOBILE_NO": "sample string 4",
  "DRIVER_MOB_NO": "sample string 5",
  "TYPE": "sample string 6",
  "EXTRA": "sample string 7",
  "LATITUDE": "sample string 8",
  "LONGITUDE": "sample string 9",
  "OCCUPATION": "sample string 10",
  "AMOUNT": "sample string 11",
  "QTY": "sample string 12",
  "REMARK": "sample string 13",
  "EXTRA1": "sample string 14",
  "TASK": "sample string 15",
  "CUST_PHOTO": "QEA="
}

application/xml, text/xml

Sample:
<CustomerTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiExpencemgr.Models">
  <AMOUNT>sample string 11</AMOUNT>
  <CUSTOMER_ID>sample string 1</CUSTOMER_ID>
  <CUST_PHOTO>QEA=</CUST_PHOTO>
  <DRIVER_MOB_NO>sample string 5</DRIVER_MOB_NO>
  <EXTRA>sample string 7</EXTRA>
  <EXTRA1>sample string 14</EXTRA1>
  <LATITUDE>sample string 8</LATITUDE>
  <LONGITUDE>sample string 9</LONGITUDE>
  <MOBILE_NO>sample string 4</MOBILE_NO>
  <NAME>sample string 2</NAME>
  <OCCUPATION>sample string 10</OCCUPATION>
  <QTY>sample string 12</QTY>
  <REMARK>sample string 13</REMARK>
  <SALESTEAM_ID>sample string 3</SALESTEAM_ID>
  <TASK>sample string 15</TASK>
  <TYPE>sample string 6</TYPE>
</CustomerTransaction>

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.