POST api/save_tbl_PaymentCollection
Request Information
URI Parameters
None.
Body Parameters
tbl_PaymentCollection| Name | Description | Type | Additional information |
|---|---|---|---|
| commonid | integer |
None. |
|
| PaymentCollection_AddedBy | integer |
None. |
|
| PaymentCollection_AddedOn | string |
None. |
|
| PaymentCollection_AddedOnServer | character |
None. |
|
| PaymentCollection_Amount | decimal number |
None. |
|
| PaymentCollection_Date | string |
None. |
|
| PaymentCollection_Id | integer |
None. |
|
| PaymentCollection_IsTelephonic | string |
None. |
|
| PaymentCollection_Latitude | string |
None. |
|
| PaymentCollection_Longitude | string |
None. |
|
| PaymentCollection_PaymentMode | string |
None. |
|
| PaymentCollection_Retailer_Id | integer |
None. |
|
| PaymentCollection_Status | integer |
None. |
|
| PaymentCollection_Visit_Type | string |
None. |
|
| PaymentCollection_TotalOutStanding | decimal number |
None. |
|
| PaymentCollection_OutStanding_45Days | decimal number |
None. |
|
| PaymentCollection_Chequeno | string |
None. |
|
| PaymentCollection_WarrentyReturn | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"commonid": 1,
"PaymentCollection_AddedBy": 2,
"PaymentCollection_AddedOn": "sample string 3",
"PaymentCollection_AddedOnServer": "A",
"PaymentCollection_Amount": 5.0,
"PaymentCollection_Date": "sample string 6",
"PaymentCollection_Id": 7,
"PaymentCollection_IsTelephonic": "sample string 8",
"PaymentCollection_Latitude": "sample string 9",
"PaymentCollection_Longitude": "sample string 10",
"PaymentCollection_PaymentMode": "sample string 11",
"PaymentCollection_Retailer_Id": 12,
"PaymentCollection_Status": 13,
"PaymentCollection_Visit_Type": "sample string 14",
"PaymentCollection_TotalOutStanding": 15.0,
"PaymentCollection_OutStanding_45Days": 16.0,
"PaymentCollection_Chequeno": "sample string 17",
"PaymentCollection_WarrentyReturn": 18
}
application/xml, text/xml
Sample:
<tbl_PaymentCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MIDAS_API.Models"> <PaymentCollection_AddedBy>2</PaymentCollection_AddedBy> <PaymentCollection_AddedOn>sample string 3</PaymentCollection_AddedOn> <PaymentCollection_AddedOnServer>65</PaymentCollection_AddedOnServer> <PaymentCollection_Amount>5</PaymentCollection_Amount> <PaymentCollection_Chequeno>sample string 17</PaymentCollection_Chequeno> <PaymentCollection_Date>sample string 6</PaymentCollection_Date> <PaymentCollection_Id>7</PaymentCollection_Id> <PaymentCollection_IsTelephonic>sample string 8</PaymentCollection_IsTelephonic> <PaymentCollection_Latitude>sample string 9</PaymentCollection_Latitude> <PaymentCollection_Longitude>sample string 10</PaymentCollection_Longitude> <PaymentCollection_OutStanding_45Days>16</PaymentCollection_OutStanding_45Days> <PaymentCollection_PaymentMode>sample string 11</PaymentCollection_PaymentMode> <PaymentCollection_Retailer_Id>12</PaymentCollection_Retailer_Id> <PaymentCollection_Status>13</PaymentCollection_Status> <PaymentCollection_TotalOutStanding>15</PaymentCollection_TotalOutStanding> <PaymentCollection_Visit_Type>sample string 14</PaymentCollection_Visit_Type> <PaymentCollection_WarrentyReturn>18</PaymentCollection_WarrentyReturn> <commonid>1</commonid> </tbl_PaymentCollection>
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. |