POST api/SmartCartNumber
Request Information
URI Parameters
None.
Body Parameters
SmartCardModels| Name | Description | Type | Additional information |
|---|---|---|---|
| SL_Id | integer |
None. |
|
| SC_R_Id_FK | integer |
None. |
|
| SC_Smart_Card_No | string |
Required Max length: 50 |
|
| SC_UserId_FK | integer |
None. |
|
| SC_TS | date |
None. |
|
| SC_Inactive | character |
None. |
|
| SC_TS_LastEdited | date |
None. |
|
| SC_TS_Edited_Uid_FK | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SL_Id": 1,
"SC_R_Id_FK": 2,
"SC_Smart_Card_No": "sample string 3",
"SC_UserId_FK": 4,
"SC_TS": "2025-12-11T09:40:36.9283781+05:30",
"SC_Inactive": "A",
"SC_TS_LastEdited": "2025-12-11T09:40:36.9283781+05:30",
"SC_TS_Edited_Uid_FK": 8
}
application/xml, text/xml
Sample:
<SmartCardModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iParkWebAPI.Models"> <SC_Inactive>65</SC_Inactive> <SC_R_Id_FK>2</SC_R_Id_FK> <SC_Smart_Card_No>sample string 3</SC_Smart_Card_No> <SC_TS>2025-12-11T09:40:36.9283781+05:30</SC_TS> <SC_TS_Edited_Uid_FK>8</SC_TS_Edited_Uid_FK> <SC_TS_LastEdited>2025-12-11T09:40:36.9283781+05:30</SC_TS_LastEdited> <SC_UserId_FK>4</SC_UserId_FK> <SL_Id>1</SL_Id> </SmartCardModels>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.