POST api/SystemApi/AddExpands
Request Information
URI Parameters
None.
Body Parameters
Expands| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Type | string |
None. |
|
| Note | string |
None. |
|
| UserId | integer |
None. |
|
| Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Amount": 2.1,
"Type": "sample string 3",
"Note": "sample string 4",
"UserId": 5,
"Date": "2025-12-22T13:11:35.2702351-08:00"
}
application/xml, text/xml
Sample:
<Expands xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlsamanodyPosApi.Models"> <Amount>2.1</Amount> <Date>2025-12-22T13:11:35.2702351-08:00</Date> <Id>1</Id> <Note>sample string 4</Note> <Type>sample string 3</Type> <UserId>5</UserId> </Expands>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.