PUT api/cachedate/update

Request Information

URI Parameters

None.

Body Parameters

CacheDate
NameDescriptionTypeAdditional information
Id

integer

None.

BillTemplateCacheDate

date

None.

StudentBillCacheDate

date

None.

SchoolClassesCacheDate

date

None.

PaymentCacheDate

date

None.

RegistrationCacheDate

date

None.

ClassAllocationCacheDate

date

None.

BillCategoryCacheDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "BillTemplateCacheDate": "2024-12-23T16:40:27.140527+01:00",
  "StudentBillCacheDate": "2024-12-23T16:40:27.140527+01:00",
  "SchoolClassesCacheDate": "2024-12-23T16:40:27.140527+01:00",
  "PaymentCacheDate": "2024-12-23T16:40:27.140527+01:00",
  "RegistrationCacheDate": "2024-12-23T16:40:27.140527+01:00",
  "ClassAllocationCacheDate": "2024-12-23T16:40:27.140527+01:00",
  "BillCategoryCacheDate": "2024-12-23T16:40:27.140527+01:00"
}

application/xml, text/xml

Sample:
<CacheDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseLibrary.Entities">
  <BillCategoryCacheDate>2024-12-23T16:40:27.140527+01:00</BillCategoryCacheDate>
  <BillTemplateCacheDate>2024-12-23T16:40:27.140527+01:00</BillTemplateCacheDate>
  <ClassAllocationCacheDate>2024-12-23T16:40:27.140527+01:00</ClassAllocationCacheDate>
  <Id>1</Id>
  <PaymentCacheDate>2024-12-23T16:40:27.140527+01:00</PaymentCacheDate>
  <RegistrationCacheDate>2024-12-23T16:40:27.140527+01:00</RegistrationCacheDate>
  <SchoolClassesCacheDate>2024-12-23T16:40:27.140527+01:00</SchoolClassesCacheDate>
  <StudentBillCacheDate>2024-12-23T16:40:27.140527+01:00</StudentBillCacheDate>
</CacheDate>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.