POST api/Invitation
Request Information
URI Parameters
None.
Body Parameters
Invitation| Name | Description | Type | Additional information |
|---|---|---|---|
| REEMARK | string |
None. |
|
| MEETING_TYPE | string |
None. |
|
| LATTITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
|
| LOCATION | string |
None. |
|
| TASK | string |
None. |
|
| ACCESS_TOKEN | string |
None. |
|
| INVITATION_ID | string |
None. |
|
| PRODUCT_REQUIRED | string |
None. |
|
| PRODUCT_QTY | string |
None. |
|
| NO_OF_FARMER | string |
None. |
|
| MEETINGDATE_TIME | string |
None. |
|
| EXTRA | string |
None. |
|
| EXTRA1 | string |
None. |
|
| SALESTEAM_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"REEMARK": "sample string 1",
"MEETING_TYPE": "sample string 2",
"LATTITUDE": "sample string 3",
"LONGITUDE": "sample string 4",
"LOCATION": "sample string 5",
"TASK": "sample string 6",
"ACCESS_TOKEN": "sample string 7",
"INVITATION_ID": "sample string 8",
"PRODUCT_REQUIRED": "sample string 9",
"PRODUCT_QTY": "sample string 10",
"NO_OF_FARMER": "sample string 11",
"MEETINGDATE_TIME": "sample string 12",
"EXTRA": "sample string 13",
"EXTRA1": "sample string 14",
"SALESTEAM_ID": "sample string 15"
}
text/plain
Sample:
{"REEMARK":"sample string 1","MEETING_TYPE":"sample string 2","LATTITUDE":"sample string 3","LONGITUDE":"sample string 4","LOCATION":"sample string 5","TASK":"sample string 6","ACCESS_TOKEN":"sample string 7","INVITATION_ID":"sample string 8","PRODUCT_REQUIRED":"sample string 9","PRODUCT_QTY":"sample string 10","NO_OF_FARMER":"sample string 11","MEETINGDATE_TIME":"sample string 12","EXTRA":"sample string 13","EXTRA1":"sample string 14","SALESTEAM_ID":"sample string 15"}
application/xml, text/xml
Sample:
<Invitation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiSangamAgro.Models"> <ACCESS_TOKEN>sample string 7</ACCESS_TOKEN> <EXTRA>sample string 13</EXTRA> <EXTRA1>sample string 14</EXTRA1> <INVITATION_ID>sample string 8</INVITATION_ID> <LATTITUDE>sample string 3</LATTITUDE> <LOCATION>sample string 5</LOCATION> <LONGITUDE>sample string 4</LONGITUDE> <MEETINGDATE_TIME>sample string 12</MEETINGDATE_TIME> <MEETING_TYPE>sample string 2</MEETING_TYPE> <NO_OF_FARMER>sample string 11</NO_OF_FARMER> <PRODUCT_QTY>sample string 10</PRODUCT_QTY> <PRODUCT_REQUIRED>sample string 9</PRODUCT_REQUIRED> <REEMARK>sample string 1</REEMARK> <SALESTEAM_ID>sample string 15</SALESTEAM_ID> <TASK>sample string 6</TASK> </Invitation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |