POST api/ApplicationEntriesDetails/AddApplicationEntriesDetails

Request Information

URI Parameters

None.

Body Parameters

ApplicationEntriesDetails
NameDescriptionTypeAdditional information
OperationType

string

None.

ApplicationId

integer

None.

BillNO

string

None.

CompId

integer

None.

BranchId

integer

None.

Booking_State_Id

integer

None.

Booking_Location_Id

integer

None.

Booking_Time

string

None.

Booking_Date

string

None.

Dispatched_CompId

integer

None.

Dispatched_BranchId

integer

None.

Dispatched_State_Id

integer

None.

Dispatched_Location_Id

integer

None.

Dispatched_Time

string

None.

Dispatched_Date

string

None.

Dispatched_Status

string

None.

ConsignorId

integer

None.

ConsigneeId

integer

None.

IsActive

integer

None.

CreatedBy

integer

None.

Received_By

integer

None.

Delivered_Head

integer

None.

Delivered_By

integer

None.

CreatedDateTime

string

None.

Received_Time

string

None.

Received_Date

string

None.

Received_Notes

string

None.

Delivery_Time

string

None.

Delivery_Date

string

None.

Delivered_HeadNotes

string

None.

Delivered_ByNotes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OperationType": "sample string 1",
  "ApplicationId": 2,
  "BillNO": "sample string 3",
  "CompId": 4,
  "BranchId": 5,
  "Booking_State_Id": 6,
  "Booking_Location_Id": 7,
  "Booking_Time": "sample string 8",
  "Booking_Date": "sample string 9",
  "Dispatched_CompId": 10,
  "Dispatched_BranchId": 11,
  "Dispatched_State_Id": 12,
  "Dispatched_Location_Id": 13,
  "Dispatched_Time": "sample string 14",
  "Dispatched_Date": "sample string 15",
  "Dispatched_Status": "sample string 16",
  "ConsignorId": 17,
  "ConsigneeId": 18,
  "IsActive": 19,
  "CreatedBy": 20,
  "Received_By": 21,
  "Delivered_Head": 22,
  "Delivered_By": 23,
  "CreatedDateTime": "sample string 24",
  "Received_Time": "sample string 25",
  "Received_Date": "sample string 26",
  "Received_Notes": "sample string 27",
  "Delivery_Time": "sample string 28",
  "Delivery_Date": "sample string 29",
  "Delivered_HeadNotes": "sample string 30",
  "Delivered_ByNotes": "sample string 31"
}

application/xml, text/xml

Sample:
<ApplicationEntriesDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models">
  <ApplicationId>2</ApplicationId>
  <BillNO>sample string 3</BillNO>
  <Booking_Date>sample string 9</Booking_Date>
  <Booking_Location_Id>7</Booking_Location_Id>
  <Booking_State_Id>6</Booking_State_Id>
  <Booking_Time>sample string 8</Booking_Time>
  <BranchId>5</BranchId>
  <CompId>4</CompId>
  <ConsigneeId>18</ConsigneeId>
  <ConsignorId>17</ConsignorId>
  <CreatedBy>20</CreatedBy>
  <CreatedDateTime>sample string 24</CreatedDateTime>
  <Delivered_By>23</Delivered_By>
  <Delivered_ByNotes>sample string 31</Delivered_ByNotes>
  <Delivered_Head>22</Delivered_Head>
  <Delivered_HeadNotes>sample string 30</Delivered_HeadNotes>
  <Delivery_Date>sample string 29</Delivery_Date>
  <Delivery_Time>sample string 28</Delivery_Time>
  <Dispatched_BranchId>11</Dispatched_BranchId>
  <Dispatched_CompId>10</Dispatched_CompId>
  <Dispatched_Date>sample string 15</Dispatched_Date>
  <Dispatched_Location_Id>13</Dispatched_Location_Id>
  <Dispatched_State_Id>12</Dispatched_State_Id>
  <Dispatched_Status>sample string 16</Dispatched_Status>
  <Dispatched_Time>sample string 14</Dispatched_Time>
  <IsActive>19</IsActive>
  <OperationType>sample string 1</OperationType>
  <Received_By>21</Received_By>
  <Received_Date>sample string 26</Received_Date>
  <Received_Notes>sample string 27</Received_Notes>
  <Received_Time>sample string 25</Received_Time>
</ApplicationEntriesDetails>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ApplicationEntriesDetails'.

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.