POST Prasna/AskPrasnaQuestion
Request Information
URI Parameters
None.
Body Parameters
PrasnaSaveDetailRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| SequenceNo | integer |
None. |
|
| Prasnano | integer |
None. |
|
| Question | string |
None. |
|
| LocalTime | date |
None. |
|
| ShopName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"SequenceNo": 2,
"Prasnano": 3,
"Question": "sample string 4",
"LocalTime": "2026-06-01T23:39:08.2723562+05:30",
"ShopName": "sample string 6"
}
application/xml, text/xml
Sample:
<PrasnaSaveDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL"> <CustomerId>1</CustomerId> <LocalTime>2026-06-01T23:39:08.2723562+05:30</LocalTime> <Prasnano>3</Prasnano> <Question>sample string 4</Question> <SequenceNo>2</SequenceNo> <ShopName>sample string 6</ShopName> </PrasnaSaveDetailRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |