POST api/upd/trn
Request Information
URI Parameters
None.
Body Parameters
UpdTrnDtoName | Description | Type | Additional information |
---|---|---|---|
ids | Collection of integer |
None. |
|
issue | date |
None. |
|
expire | date |
None. |
|
type | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ids": [ 1, 2 ], "issue": "2025-08-30T02:56:48.874291+03:30", "expire": "2025-08-30T02:56:48.8748669+03:30", "type": "sample string 3" }
text/html
Sample:
{"ids":[1,2],"issue":"2025-08-30T02:56:48.874291+03:30","expire":"2025-08-30T02:56:48.8748669+03:30","type":"sample string 3"}
application/xml, text/xml
Sample:
<UpdTrnDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AirpocketAPI.Controllers"> <expire>2025-08-30T02:56:48.8748669+03:30</expire> <ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </ids> <issue>2025-08-30T02:56:48.874291+03:30</issue> <type>sample string 3</type> </UpdTrnDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.