POST api/mobiusStaff/SavesupplyDistribution

Request Information

URI Parameters

None.

Body Parameters

SchoolSupplyDistributionModel
NameDescriptionTypeAdditional information
DateOfSupply

date

None.

ProductId

integer

None.

Quantity

integer

None.

NoOfBeneficiary

integer

None.

SessionId

integer

None.

License

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DateOfSupply": "2025-12-06T09:25:48.3146495+05:30",
  "ProductId": 2,
  "Quantity": 3,
  "NoOfBeneficiary": 4,
  "SessionId": 5,
  "License": 6
}

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

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.