POST api/KshetramAPI/DayMaster

Request Information

URI Parameters

None.

Body Parameters

DayMasterModel
NameDescriptionTypeAdditional information
VazhId

string

None.

Cuser

string

None.

Type

string

None.

RespMsg

string

None.

RespStatus

string

None.

dayinfo

Collection of DayInfo

None.

Request Formats

application/json, text/json

Sample:
{
  "VazhId": "sample string 1",
  "Cuser": "sample string 2",
  "Type": "sample string 3",
  "RespMsg": "sample string 4",
  "RespStatus": "sample string 5",
  "dayinfo": [
    {
      "Day": "sample string 1"
    },
    {
      "Day": "sample string 1"
    }
  ]
}

application/xml, text/xml

Sample:
<DayMasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CubixKshetramAPI.Models">
  <Cuser>sample string 2</Cuser>
  <RespMsg>sample string 4</RespMsg>
  <RespStatus>sample string 5</RespStatus>
  <Type>sample string 3</Type>
  <VazhId>sample string 1</VazhId>
  <dayinfo>
    <DayInfo>
      <Day>sample string 1</Day>
    </DayInfo>
    <DayInfo>
      <Day>sample string 1</Day>
    </DayInfo>
  </dayinfo>
</DayMasterModel>

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.