POST api/Billing060325/InsertRequestPackageDetails

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClsBilling
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "DmlIndicator": "sample string 1",
    "Id": 2,
    "PackageId": 3,
    "RequestId": 4,
    "VisitReportId": 5,
    "RequestDetailsId": 6,
    "Quantity": 7.0,
    "Amount": 8.0,
    "CreatedBy": 9,
    "MasterServiceId": 10,
    "BaseAmount": 11.0,
    "RowId": 12,
    "BillDetailsId": 13,
    "BillingNo": 14
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

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 'List`1'.