POST api/DailySales

Request Information

URI Parameters

None.

Body Parameters

DailySales
NameDescriptionTypeAdditional information
Id

integer

None.

StoreId

integer

None.

Date

date

None.

Cash

decimal number

None.

Online

decimal number

None.

Store

string

None.

CreatedBy

integer

None.

CreatedDate

date

None.

LastModifiedBy

integer

None.

LastModifiedDate

date

None.

DeletedBy

integer

None.

DeletedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "StoreId": 2,
  "Date": "2026-08-05T12:03:53.5169665+05:30",
  "Cash": 4.0,
  "Online": 5.0,
  "Store": "sample string 6",
  "CreatedBy": 7,
  "CreatedDate": "2026-08-05T12:03:53.5169665+05:30",
  "LastModifiedBy": 1,
  "LastModifiedDate": "2026-08-05T12:03:53.5169665+05:30",
  "DeletedBy": 1,
  "DeletedDate": "2026-08-05T12:03:53.5169665+05:30"
}

application/xml, text/xml

Sample:
<DailySales xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IKimWebService.Domain">
  <Cash>4</Cash>
  <CreatedBy>7</CreatedBy>
  <CreatedDate>2026-08-05T12:03:53.5169665+05:30</CreatedDate>
  <Date>2026-08-05T12:03:53.5169665+05:30</Date>
  <DeletedBy>1</DeletedBy>
  <DeletedDate>2026-08-05T12:03:53.5169665+05:30</DeletedDate>
  <Id>1</Id>
  <LastModifiedBy>1</LastModifiedBy>
  <LastModifiedDate>2026-08-05T12:03:53.5169665+05:30</LastModifiedDate>
  <Online>5</Online>
  <Store>sample string 6</Store>
  <StoreId>2</StoreId>
</DailySales>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.