POST api/InstantServiceCart/saveInstantServiceCart
Request Information
URI Parameters
None.
Body Parameters
clsInstantServiceCartDAL| Name | Description | Type | Additional information |
|---|---|---|---|
| InstantServiceCartId | globally unique identifier |
None. |
|
| InstantCartNo | integer |
None. |
|
| InstantServiceId | globally unique identifier |
None. |
|
| Date | date |
None. |
|
| Amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"instantServiceCartId": "64e6ef5a-8c56-4062-bc60-5b67769d94ef",
"instantCartNo": 2,
"instantServiceId": "7d3af42f-352e-450a-8a32-0edd2a07f83c",
"date": "2026-06-10T16:22:45.7763057+05:30",
"amount": 5.0
}
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. |