POST api/OrderDetails/Insert_EwayBillNumbers

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_obj
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "eway_bill_number": 1,
  "eway_bill_date": "sample string 2",
  "eway_bill_status": "sample string 3",
  "gstin_of_generator": "sample string 4",
  "document_number": "sample string 5",
  "document_date": "sample string 6",
  "pincode_of_delivery": 7,
  "state_name_of_delivery": "sample string 8",
  "place_of_delivery": "sample string 9",
  "eway_bill_valid_date": "sample string 10",
  "extended_times": 11,
  "reject_status": "sample string 12"
}

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 'EwaybillNumbers'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
"sample string 1"